Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/virtualization/qemu.xml

    r542bb708 rda54a62  
    55  %general-entities;
    66
    7   <!ENTITY qemu-download-http "http://download.qemu-project.org/qemu-&qemu-version;.tar.xz">
     7  <!ENTITY qemu-download-http "https://download.qemu-project.org/qemu-&qemu-version;.tar.xz">
    88  <!ENTITY qemu-download-ftp  " ">
    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)">
     9  <!ENTITY qemu-md5sum        "47f776c276a24f42108ba512a2aa3013">
     10  <!ENTITY qemu-size          "106 MB">
     11  <!ENTITY qemu-buildsize     "1.9 GB">
     12  <!ENTITY qemu-time          "1.2 SBU (using parallelism=4; add 0.3 SBU for tests)">
    1313]>
    1414
     
    1717
    1818  <sect1info>
    19     <othername>$LastChangedBy$</othername>
    2019    <date>$Date$</date>
    2120  </sect1info>
     
    3635    </para>
    3736
    38     &lfs10_checked;
     37    &lfs110a_checked;
    3938
    4039    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    106105      <xref role="nodep" linkend="vte"/> or <xref linkend="vte2"/>, and
    107106<!-- libcacard has been a standalone project since qemu-2.5.-->
    108       <ulink url="https://www.spice-space.org/page/Libcacard">libcacard</ulink>
     107      <ulink url="https://gitlab.freedesktop.org/spice/libcacard">libcacard</ulink>
     108    </para>
     109
     110    <bridgehead renderas="sect4">Optional dependencies for installing the documentation</bridgehead>
     111    <para role="optional">
     112      <ulink url="https://www.sphinx-doc.org/en/master/index.html">sphinx</ulink> with the
     113      <ulink url="https://pypi.org/project/sphinx-rtd-theme/">sphinx-rtd-theme</ulink> theme
    109114    </para>
    110115
     
    223228../configure --prefix=/usr               \
    224229             --sysconfdir=/etc           \
     230             --localstatedir=/var        \
    225231             --target-list=$QEMU_ARCH    \
    226232             --audio-drv-list=alsa       \
     
    344350
    345351    <para>
    346       The virtual disk size and filename should be ajusted as desired. The
     352      The virtual disk size and filename should be adjusted as desired. The
    347353      actual size of the file will be less than specified, but will expand as
    348354      needed, so it is safe to put a high value.
     
    390396     -net nic,netdev=net0            \
    391397     -netdev user,id=net0            \
    392      -soundhw ac97                   \
     398     -device ac97                    \
    393399     -vga std                        \
    394400     -serial mon:stdio               \
     
    513519    <bridgehead renderas="sect3">Networking</bridgehead>
    514520    <para>
    515       The above solution for networking allows the guest to access the local
     521      The below solution for networking allows the guest to access the local
    516522      network through the host (and possibly to access internet through the
    517523      local routers), but the converse is not true. Not even the host can
     
    576582      <seglistitem>
    577583        <seg>
    578           ivshmem-client,
    579           ivshmem-server,
     584          elf2dmp,
    580585          qemu (symlink),
     586          qemu-edid,
    581587          qemu-ga,
    582588          qemu-img,
    583589          qemu-io,
     590          qemu-keymap,
    584591          qemu-nbd,
    585           qemu-system-&lt;arch&gt;, and
    586           virtfs-proxy-helper
     592          qemu-pr-helper,
     593          qemu-storage-daemon, and
     594          qemu-system-&lt;arch&gt;
    587595        </seg>
    588596        <seg>None</seg>
    589597        <seg>
    590598          /usr/share/qemu and
    591           /usr/share/doc/qemu-&qemu-version;
     599          /usr/share/doc/qemu-&qemu-version; (optional)
    592600        </seg>
    593601      </seglistitem>
     
    599607      <?dbhtml list-presentation="table"?>
    600608
     609      <varlistentry id="elf2dmp">
     610        <term><command>elf2dmp</command></term>
     611        <listitem>
     612          <para>
     613            Converts files from elf to dmp format
     614          </para>
     615          <indexterm zone="qemu elf2dmp">
     616            <primary sortas="b-elf2dmp">elf2dmp</primary>
     617          </indexterm>
     618        </listitem>
     619      </varlistentry>
     620<!--
    601621      <varlistentry id="ivshmem-client">
    602622        <term><command>ivshmem-client</command></term>
    603623        <listitem>
    604624          <para>
    605             is a standalone client for using the ivshmem device.
     625            is a standalone client for using the ivshmem device
    606626          </para>
    607627          <indexterm zone="qemu ivshmem-client">
     
    615635        <listitem>
    616636          <para>
    617             is an example server for the ivshmem device.
     637            is an example server for the ivshmem device
    618638          </para>
    619639          <indexterm zone="qemu ivshmem-server">
     
    622642        </listitem>
    623643      </varlistentry>
    624 
     644-->
    625645      <varlistentry id="qemu-edid">
    626646        <term><command>qemu-edid</command></term>
    627647        <listitem>
    628648          <para>
    629             is a test tool for the qemu EDID generator.
     649            is a test tool for the qemu EDID generator
    630650          </para>
    631651          <indexterm zone="qemu qemu-edid">
     
    641661            implements support for QMP (QEMU Monitor Protocol) commands and
    642662            events that terminate and originate respectively within the guest
    643             using an agent built as part of QEMU.
     663            using an agent built as part of QEMU
    644664          </para>
    645665          <indexterm zone="qemu qemu-ga">
     
    653673        <listitem>
    654674          <para>
    655             provides commands to manage QEMU disk images.
     675            provides commands to manage QEMU disk images
    656676          </para>
    657677          <indexterm zone="qemu qemu-img">
     
    666686          <para>
    667687            is a diagnostic and manipulation program for (virtual) memory
    668             media.  It is still at an early stage of development.
     688            media. It is still at an early stage of development
    669689          </para>
    670690          <indexterm zone="qemu qemu-io">
     
    674694      </varlistentry>
    675695
     696      <varlistentry id="qemu-keymap">
     697        <term><command>qemu-keymap</command></term>
     698        <listitem>
     699          <para>
     700            generates qemu reverse keymaps from xkb keymaps,
     701            which can be used with the qemu "-k" command line switch
     702          </para>
     703          <indexterm zone="qemu qemu-keymap">
     704            <primary sortas="b-qemu-keymap">qemu-keymap</primary>
     705          </indexterm>
     706        </listitem>
     707      </varlistentry>
     708
     709
    676710      <varlistentry id="qemu-nbd">
    677711        <term><command>qemu-nbd</command></term>
     
    679713          <para>
    680714            exports Qemu disk images using the QEMU Disk Network Block
    681             Device (NBD) protocol.
     715            Device (NBD) protocol
    682716          </para>
    683717          <indexterm zone="qemu qemu-nbd">
     
    687721      </varlistentry>
    688722
     723      <varlistentry id="qemu-pr-helper">
     724        <term><command>qemu-pr-helper</command></term>
     725        <listitem>
     726          <para>
     727            Implements the persistent reservation helper for QEMU
     728          </para>
     729          <indexterm zone="qemu qemu-pr-helper">
     730            <primary sortas="b-qemu-pr-helper">qemu-pr-helper</primary>
     731          </indexterm>
     732        </listitem>
     733      </varlistentry>
     734
     735      <varlistentry id="qemu-storage-daemon">
     736        <term><command>qemu-storage-daemon</command></term>
     737        <listitem>
     738          <para>
     739            allows to modify disk images using the QEMU Monitor Protocol (QMP)
     740            without running a VM
     741          </para>
     742          <indexterm zone="qemu qemu-storage-daemon">
     743            <primary sortas="b-qemu-storage-daemon">qemu-storage-daemon</primary>
     744          </indexterm>
     745        </listitem>
     746      </varlistentry>
     747
    689748      <varlistentry id="qemu-system">
    690749        <term><command>qemu-system-x86_64</command></term>
    691750        <listitem>
    692751          <para>
    693             is the QEMU PC System emulator.
     752            is the QEMU PC System emulator
    694753          </para>
    695754          <indexterm zone="qemu qemu-system">
     
    698757        </listitem>
    699758      </varlistentry>
    700 
     759<!--
    701760      <varlistentry id="virtfs-proxy-helper">
    702761        <term><command>virtfs-proxy-helper</command></term>
    703762        <listitem>
    704763          <para>
    705             creates a socket pair or a named socket. QEMU and proxy helper
    706             communicate using this socket. QEMU proxy fs driver sends
    707             filesystem request to proxy helper and receives the response
    708             from it.
     764            creates a socket pair or a named socket. QEMU and the proxy helper
     765            communicate using this socket. The QEMU proxy fs driver sends
     766            filesystem requests to the proxy helper and receives the response
     767            from it
    709768          </para>
    710769          <indexterm zone="qemu virtfs-proxy-helper">
     
    713772        </listitem>
    714773      </varlistentry>
    715 
     774-->
    716775    </variablelist>
    717776
Note: See TracChangeset for help on using the changeset viewer.