mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Update to qemu-8.0.0.
This commit is contained in:
parent
f40d447b06
commit
ca19f430b2
@ -41,6 +41,10 @@
|
||||
<listitem>
|
||||
<para>April 20th, 2023</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to qemu-8.0.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;17962">#17962</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to bind9 and bind 9.18.14. Fixes
|
||||
<ulink url="&blfs-ticket-root;17961">#17961</ulink>.</para>
|
||||
|
@ -80,7 +80,7 @@
|
||||
<!ENTITY zsh-version "5.9">
|
||||
|
||||
<!-- Chapter 8 Virtualization -->
|
||||
<!ENTITY qemu-version "7.2.0">
|
||||
<!ENTITY qemu-version "8.0.0">
|
||||
|
||||
<!-- Part III -->
|
||||
<!-- Chapter 9 -->
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY qemu-download-http "https://download.qemu.org/qemu-&qemu-version;.tar.xz">
|
||||
<!ENTITY qemu-download-ftp " ">
|
||||
<!ENTITY qemu-md5sum "7630d6a9eba7ab2bcb9979d6d24c2697">
|
||||
<!ENTITY qemu-size "117 MB">
|
||||
<!ENTITY qemu-buildsize "2.1 GB">
|
||||
<!ENTITY qemu-time "1.3 SBU (add 2.0 SBU for tests, both using parallelism=4)">
|
||||
<!ENTITY qemu-md5sum "f871d2602f5db527533db0f13aa79ab9">
|
||||
<!ENTITY qemu-size "122 MB">
|
||||
<!ENTITY qemu-buildsize "2.2 GB">
|
||||
<!ENTITY qemu-time "1.6 SBU (add 1.4 SBU for tests, both using parallelism=4)">
|
||||
]>
|
||||
|
||||
<sect1 id="qemu" xreflabel="qemu-&qemu-version;">
|
||||
@ -248,11 +248,11 @@ make</userinput></screen>
|
||||
<para>
|
||||
<application>qemu</application> uses <command>ninja</command> as
|
||||
a subprocess when building. To run the tests, issue:
|
||||
<command>ninja test</command>.
|
||||
<command>ninja test</command>. Two migration tests are known to fail.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
Now, as the &root; user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
Loading…
Reference in New Issue
Block a user