Ignore:
Timestamp:
11/15/2019 04:59:09 PM (4 years ago)
Author:
Tim Tassonis <stuff@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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:
142b1d49
Parents:
d5b91d3
Message:

Update to qemu-4.1.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/virtualization/qemu.xml

    rd5b91d3 r2d7c53d  
    77  <!ENTITY qemu-download-http "http://download.qemu-project.org/qemu-&qemu-version;.tar.xz">
    88  <!ENTITY qemu-download-ftp  " ">
    9   <!ENTITY qemu-md5sum        "cdf2b5ca52b9abac9bacb5842fa420f8">
    10   <!ENTITY qemu-size          "52 MB">
    11   <!ENTITY qemu-buildsize     "1.2 G (add 414 MB for tests)">
     9  <!ENTITY qemu-md5sum        "53879f792ef2675c6c5e6cbf5cc1ac6c">
     10  <!ENTITY qemu-size          "60 MB">
     11  <!ENTITY qemu-buildsize     "1.3 G (add 414 MB for tests)">
    1212  <!ENTITY qemu-time          "1.0 SBU (using parallelism=4; add 2.4 SBU for tests)">
    1313]>
     
    7575    <para role="optional">
    7676      Depending on the sound system, various packages in <xref linkend="alsa"/>,
    77       <xref linkend="python2"/>,
     77      <xref linkend="python3"/>,
    7878      <xref linkend="pulseaudio"/>,
    7979      <xref linkend="bluez"/>,
     
    196196             --sysconfdir=/etc           \
    197197             --target-list=$QEMU_ARCH    \
    198              --python=python3            \
    199198             --audio-drv-list=alsa       \
    200199             --docdir=/usr/share/doc/qemu-&qemu-version; &amp;&amp;
     
    249248    </para>
    250249-->
    251     <para>
    252       <parameter>--python=python3</parameter>: This switch ensures that the
    253       build and test machinery uses <application>Python 3</application>.
    254     </para>
    255 
    256250    <para>
    257251      <parameter>--audio-drv-list=alsa</parameter>: This switch sets the audio
Note: See TracChangeset for help on using the changeset viewer.