mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Update to qemu-6.0.0
This commit is contained in:
parent
c24aa3431d
commit
5e855598f3
@ -44,6 +44,10 @@
|
||||
<listitem>
|
||||
<para>May 9th, 2021</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to qemu-6.0.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;14956">#14956</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to mercurial-5.8. Fixes
|
||||
<ulink url="&blfs-ticket-root;14992">#14992</ulink>.</para>
|
||||
|
@ -74,7 +74,7 @@
|
||||
<!ENTITY zsh-version "5.8">
|
||||
|
||||
<!-- Chapter 8 Virtualization -->
|
||||
<!ENTITY qemu-version "5.2.0">
|
||||
<!ENTITY qemu-version "6.0.0">
|
||||
|
||||
<!-- Part III -->
|
||||
<!-- Chapter 9 -->
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY qemu-download-http "https://download.qemu-project.org/qemu-&qemu-version;.tar.xz">
|
||||
<!ENTITY qemu-download-ftp " ">
|
||||
<!ENTITY qemu-md5sum "179f86928835da857c237b42f4b2df73">
|
||||
<!ENTITY qemu-md5sum "cce185dc0119546e395909e8a71a75bb">
|
||||
<!ENTITY qemu-size "102 MB">
|
||||
<!ENTITY qemu-buildsize "1.7 GB">
|
||||
<!ENTITY qemu-time "0.9 SBU (using parallelism=4; add 0.3 SBU for tests)">
|
||||
<!ENTITY qemu-buildsize "2.2 GB">
|
||||
<!ENTITY qemu-time "1.2 SBU (using parallelism=4; add 0.3 SBU for tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="qemu" xreflabel="qemu-&qemu-version;">
|
||||
@ -193,12 +193,6 @@ Device Drivers --->
|
||||
|
||||
<screen role="root"><userinput>usermod -a -G kvm <replaceable><username></replaceable></userinput></screen>
|
||||
|
||||
<para>
|
||||
Fix an issue exposed by binutils-2.36:
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed -i "/LDFLAGS_NOPIE/d" configure pc-bios/optionrom/Makefile</userinput></screen>
|
||||
|
||||
<para>
|
||||
Install <application>qemu</application> by running the following
|
||||
commands:
|
||||
|
Loading…
Reference in New Issue
Block a user