Changeset ec5d9991


Ignore:
Timestamp:
08/23/2023 09:42:59 PM (9 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
995de669
Parents:
d59b03d2
Message:

Update to qemu-8.1.0.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rd59b03d2 rec5d9991  
    4242     <para>August 23rd, 2023</para>
    4343     <itemizedlist>
     44       <listitem>
     45         <para>[bdubbs] - Update to qemu-8.1.0. Fixes
     46         <ulink url="&blfs-ticket-root;18408">#18408</ulink>.</para>
     47       </listitem>
    4448       <listitem>
    4549         <para>[bdubbs] - Update to plasma5-5.27.7. Fixes
  • packages.ent

    rd59b03d2 rec5d9991  
    7979
    8080<!-- Chapter 8 Virtualization -->
    81 <!ENTITY qemu-version                 "8.0.3">
     81<!ENTITY qemu-version                 "8.1.0">
    8282
    8383<!-- Part III -->
  • postlfs/virtualization/qemu.xml

    rd59b03d2 rec5d9991  
    77  <!ENTITY qemu-download-http "https://download.qemu.org/qemu-&qemu-version;.tar.xz">
    88  <!ENTITY qemu-download-ftp  " ">
    9   <!ENTITY qemu-md5sum        "d41853bffb18878dd1ff7afc2eb41f1a">
    10   <!ENTITY qemu-size          "121 MB">
    11   <!ENTITY qemu-buildsize     "2.5 GB (365 MB installed)">
    12   <!ENTITY qemu-time          "1.6 SBU (add 2.4 SBU for tests, both using parallelism=4)">
     9  <!ENTITY qemu-md5sum        "7dd9ff5a92cf81cfce6cda1f6e271f3a">
     10  <!ENTITY qemu-size          "118 MB">
     11  <!ENTITY qemu-buildsize     "2.1 GB (366 MB installed)">
     12  <!ENTITY qemu-time          "1.2 SBU (add 0.8 SBU for tests, both using parallelism=4)">
    1313]>
    1414
     
    3232    </para>
    3333
    34     &lfs113_checked;
     34    &lfs120_checked;
    3535
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    243243      <application>qemu</application> uses <command>ninja</command> as
    244244      a subprocess when building.  To run the tests, issue:
    245       <command>ninja test</command>. Two migration tests are known to fail.
     245      <command>ninja test</command>. One test, bios-tables-test, is
     246      known to fail.
    246247    </para>
    247248
     
    251252
    252253<screen role="root"><userinput>make install</userinput></screen>
    253 <!-- now in LFS
    254     <para>
    255       You will also need to add an Udev rule so that the KVM device gets correct
    256       permissions. As the &root; user, issue:
    257     </para>
    258 
    259 <screen role="root"><userinput>cat > /etc/udev/rules.d/65-kvm.rules &lt;&lt; "EOF"
    260 <literal>KERNEL=="kvm", GROUP="kvm", MODE="0660"</literal>
    261 EOF</userinput></screen>
    262 -->
     254
    263255    <para>
    264256      Change the permissions and ownership of a helper script, which is needed
Note: See TracChangeset for help on using the changeset viewer.