mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Update to qemu-7.0.0
This commit is contained in:
parent
0f96903689
commit
dff46c682c
@ -44,6 +44,10 @@
|
||||
<listitem>
|
||||
<para>April 21st, 2022</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[timtas] - Update to qemu-7.0.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;16434">#16434</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to xorgproto-2022.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;16443">#16443</ulink>.</para>
|
||||
|
@ -76,7 +76,7 @@
|
||||
<!ENTITY zsh-version "5.8.1">
|
||||
|
||||
<!-- Chapter 8 Virtualization -->
|
||||
<!ENTITY qemu-version "6.2.0">
|
||||
<!ENTITY qemu-version "7.0.0">
|
||||
|
||||
<!-- Part III -->
|
||||
<!-- Chapter 9 -->
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY qemu-download-http "https://download.qemu-project.org/qemu-&qemu-version;.tar.xz">
|
||||
<!ENTITY qemu-download-ftp " ">
|
||||
<!ENTITY qemu-md5sum "a077669ce58b6ee07ec355e54aad25be">
|
||||
<!ENTITY qemu-size "110 MB">
|
||||
<!ENTITY qemu-buildsize "1.9 GB">
|
||||
<!ENTITY qemu-md5sum "bfb5b09a0d1f887c8c42a6d5f26971ab">
|
||||
<!ENTITY qemu-size "120 MB">
|
||||
<!ENTITY qemu-buildsize "2.4 GB">
|
||||
<!ENTITY qemu-time "1.4 SBU (using parallelism=4; add 0.5 SBU for tests)">
|
||||
]>
|
||||
|
||||
@ -230,6 +230,7 @@ cd build &&
|
||||
--localstatedir=/var \
|
||||
--target-list=$QEMU_ARCH \
|
||||
--audio-drv-list=alsa \
|
||||
--disable-pa \
|
||||
--docdir=/usr/share/doc/qemu-&qemu-version; &&
|
||||
|
||||
unset QEMU_ARCH &&
|
||||
@ -286,12 +287,12 @@ chmod 4750 /usr/libexec/qemu-bridge-helper</userinput></screen>
|
||||
</para>
|
||||
-->
|
||||
<para>
|
||||
<parameter>--audio-drv-list=alsa</parameter>: This switch sets the audio
|
||||
<parameter>--audio-drv-list=alsa --disable-pa</parameter>: This switch sets the audio
|
||||
driver to ALSA. See below for enabling other audio drivers.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<option>--audio-drv-list=pa</option>: This switch sets the audio
|
||||
<option>--audio-drv-list=pa --disable-alsa</option>: This switch sets the audio
|
||||
driver to pulseaudio. For other drivers see the --audio-drv-list list in
|
||||
<command>configure</command>'s help output. The default audio driver is
|
||||
OSS. To enable support for both alsa and pulseaudio, use
|
||||
|
Loading…
Reference in New Issue
Block a user