Ignore:
Timestamp:
12/13/2020 11:48:30 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
542bb708
Parents:
21d18f7e
Message:

Add inih-r52. Required for xfsprogs-5.10.0.
Update to xfsprogs-5.10.0.
Update to libusb-1.0.24.
Update to qemu-5.2.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23977 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/virtualization/qemu.xml

    r21d18f7e r6aa48d38  
    77  <!ENTITY qemu-download-http "http://download.qemu-project.org/qemu-&qemu-version;.tar.xz">
    88  <!ENTITY qemu-download-ftp  " ">
    9   <!ENTITY qemu-md5sum        "f3eb729786591f05a9ac5d8ab03b9269">
    10   <!ENTITY qemu-size          "60 MB">
    11   <!ENTITY qemu-buildsize     "1.1 GB (add 450 MB for tests)">
    12   <!ENTITY qemu-time          "0.9 SBU (using parallelism=4; add 5.0 SBU for tests)">
     9  <!ENTITY qemu-md5sum        "179f86928835da857c237b42f4b2df73">
     10  <!ENTITY qemu-size          "102 MB">
     11  <!ENTITY qemu-buildsize     "1.7 GB">
     12  <!ENTITY qemu-time          "0.9 SBU (using parallelism=4; add 0.3 SBU for tests)">
    1313]>
    1414
     
    232232
    233233    <para>
    234       To run the built in tests, run <command>make V=1 -k check</command>.
    235     </para>
     234      <application>qemu</application> uses <command>ninja</command> as
     235      a subprocess when building.  To run the tests, run:
     236    </para>
     237
     238<screen role="testing"><userinput>cd build   &amp;&amp;
     239ninja test &amp;&amp;
     240cd ..</userinput></screen>
    236241
    237242    <para>
Note: See TracChangeset for help on using the changeset viewer.