Changeset 9b13441


Ignore:
Timestamp:
11/30/2013 11:56:57 AM (10 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4d8d35e
Parents:
e726ecfb
Message:

update to qemu-1.7.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re726ecfb r9b13441  
    191191
    192192<!-- Chapter 8 Virtualization -->
    193 <!ENTITY qemu-version                 "1.6.1">
     193<!ENTITY qemu-version                 "1.7.0">
    194194
    195195<!-- Part III -->
  • introduction/welcome/changelog.xml

    re726ecfb r9b13441  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[igor] - Update to qemu-1.7.0. Fixes
     51          <ulink url="&blfs-ticket-root;4381">#4381</ulink>.</para>
     52        </listitem>
     53        <listitem>
    5054          <para>[igor] - Update to raptor2-2.0.11. Fixes
    5155          <ulink url="&blfs-ticket-root;4377">#4377</ulink>.</para>
  • postlfs/virtualization/qemu.xml

    re726ecfb r9b13441  
    77  <!ENTITY qemu-download-http "http://wiki.qemu.org/download/qemu-&qemu-version;.tar.bz2">
    88  <!ENTITY qemu-download-ftp  " ">
    9   <!ENTITY qemu-md5sum        "3a897d722457c5a895cd6ac79a28fda0">
    10   <!ENTITY qemu-size          "11.5 MB">
    11   <!ENTITY qemu-buildsize     "193 MB">
    12   <!ENTITY qemu-time          "1.8 SBU">
     9  <!ENTITY qemu-md5sum        "32893941d40d052a5e649efcf06aca06">
     10  <!ENTITY qemu-size          "12 MB">
     11  <!ENTITY qemu-buildsize     "215 MB">
     12  <!ENTITY qemu-time          "1.7 SBU">
    1313]>
    1414
     
    7575      <xref linkend="curl"/>,
    7676      <xref linkend="mesalib"/>, and
    77       <xref linkend="cyrus-sasl"/>.
    78       Note that this optional dependencies list is not comprehensive.  See the
    79       output of <command>./configure --help</command> for a more complete list.
     77      <xref linkend="cyrus-sasl"/>
    8078    </para>
     79
     80    <note>
     81      <para>
     82        This optional dependencies list is not comprehensive. See the output of
     83        <command>./configure --help</command> for a more complete list.
     84      </para>
     85    </note>
    8186
    8287    <para condition="html" role="usernotes">User Notes:
     
    106111    and recompile the kernel if necessary:</para>
    107112
    108 <screen><literal>Virtualization: Y
    109   Kernel-based Virtual Machine (KVM) support: M or Y
    110   KVM for Intel processors support:           M or Y
    111   KVM for AMD processors support:             M or Y</literal></screen>
     113<screen><literal>Virtualization:  ---&gt;
     114  Kernel-based Virtual Machine (KVM) support: Y or M
     115    KVM for Intel processors support: Y or M
     116    KVM for AMD processors support: Y or M</literal></screen>
    112117
    113118    <indexterm zone="qemu qemu-kernel">
     
    118123    your system processor is required.</para>
    119124
    120     <para>For networking, check that the settings CONFIG_BRIDGE, CONFIG_STP,
    121     CONFIG_TUN are enabled and <xref linkend='bridgeutils'/> is
    122     installed.</para>
     125    <para>For networking, check that <xref linkend='bridgeutils'/> is installed
     126    and the following options in the kernel configuration are enabled:</para>
     127
     128<screen><literal>Networking support  ---&gt;
     129  Networking options  ---&gt;
     130    802.1d Ethernet Bridging: Y or M
     131Device Drivers  ---&gt;
     132  Network device support  ---&gt;
     133    Universal TUN/TAP device driver support: Y or M</literal></screen>
    123134
    124135  </sect2>
     
    136147    commands:</para>
    137148
    138 <screen><userinput>./configure --prefix=/usr                \
    139             --sysconfdir=/etc            \
     149<screen><userinput>./configure --prefix=/usr \
     150            --sysconfdir=/etc \
     151            --libexecdir=/usr/lib/qemu \
     152            --docdir=/usr/share/doc/qemu-&qemu-version; \
    140153            --target-list=x86_64-softmmu &amp;&amp;
    141 export ARFLAGS="rv" &amp;&amp;
    142 make &amp;&amp;
    143 unset ARFLAGS</userinput></screen>
     154make</userinput></screen>
    144155
    145156    <para>To run the built in tests, run <command>make V=1 check</command>.</para>
     
    147158    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    148159
    149 <screen role="root"><userinput>make install</userinput></screen>
     160<screen role="root"><userinput>make install &amp;&amp;
     161chmod -v 755 /usr/lib/libcacard.so</userinput></screen>
    150162   
    151163    <note><!--<para>The main program <command>qemu-system-x86_64</command> doesn't
     
    165177    <title>Command Explanations</title>
    166178
    167     <para><parameter>--target-list=x86_64-softmmu</parameter>: This option
     179    <para><parameter>--target-list=x86_64-softmmu</parameter>: This switch
    168180    limits the build target to the x86_64 architecture.  For other
    169181    hardware emulation see the --target-list list in <command>configure</command>'s
     
    173185    in the <command>configure</command> script exposed by make-4.0.</para>
    174186
    175   </sect2>
    176 
    177 
     187    <para>
     188      <option>--audio-drv-list=alsa</option>: This switch sets the audio driver
     189      to ALSA. For other drivers see the --audio-drv-list list in
     190      <command>configure</command>'s help output. The default audio driver is
     191      OSS.
     192    </para>
     193
     194  </sect2>
    178195
    179196  <sect2 role="configuration">
     
    313330
    314331    <segmentedlist>
    315       <segtitle>Installed Program</segtitle>
    316       <segtitle>Installed Libraries</segtitle>
     332      <segtitle>Installed Programs</segtitle>
     333      <segtitle>Installed Library</segtitle>
    317334      <segtitle>Installed Directories</segtitle>
    318335
    319336      <seglistitem>
    320         <seg>qemu-ga, qemu-img, qemu-io, qemu-nbd, qemu-system-x86_64</seg>
    321         <seg>None</seg>
    322         <seg>/etc/qemu, /usr/share/qemu, /usr/share/doc/qemu</seg>
     337        <seg>
     338          qemu-ga,
     339          qemu-img,
     340          qemu-io,
     341          qemu-nbd,
     342          qemu-system-x86_64,
     343          virtfs-proxy-helper, and
     344          vscclient
     345        </seg>
     346        <seg>libcacard.so</seg>
     347        <seg>
     348          /etc/qemu,
     349          /usr/include/cacard,
     350          /usr/lib/qemu,
     351          /usr/share/qemu, and
     352          /usr/share/doc/qemu-&qemu-version;
     353        </seg>
    323354      </seglistitem>
    324355    </segmentedlist>
     
    383414      </varlistentry>
    384415
     416      <varlistentry id="libcacard">
     417        <term><filename class="libraryfile">libcacard.so</filename></term>
     418        <listitem>
     419          <para>is the Virtual Smart Card Emulator library.</para>
     420          <indexterm zone="qemu libcacard">
     421            <primary sortas="c-libcacard">libcacard.so</primary>
     422          </indexterm>
     423        </listitem>
     424      </varlistentry>
     425
    385426    </variablelist>
    386427
Note: See TracChangeset for help on using the changeset viewer.