Changeset a541e080 for postlfs/virtualization/qemu.xml
- Timestamp:
- 08/26/2021 03:15:09 PM (3 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- dec59a47
- Parents:
- f1a7af6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
postlfs/virtualization/qemu.xml
rf1a7af6 ra541e080 7 7 <!ENTITY qemu-download-http "https://download.qemu-project.org/qemu-&qemu-version;.tar.xz"> 8 8 <!ENTITY qemu-download-ftp " "> 9 <!ENTITY qemu-md5sum " cce185dc0119546e395909e8a71a75bb">10 <!ENTITY qemu-size "10 2MB">11 <!ENTITY qemu-buildsize " 2.2GB">9 <!ENTITY qemu-md5sum "47f776c276a24f42108ba512a2aa3013"> 10 <!ENTITY qemu-size "106 MB"> 11 <!ENTITY qemu-buildsize "1.9 GB"> 12 12 <!ENTITY qemu-time "1.2 SBU (using parallelism=4; add 0.3 SBU for tests)"> 13 13 ]> … … 108 108 </para> 109 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 114 </para> 115 110 116 <note> 111 117 <para> … … 576 582 <seglistitem> 577 583 <seg> 578 ivshmem-client, 579 ivshmem-server, 584 elf2dmp, 580 585 qemu (symlink), 586 qemu-edid, 581 587 qemu-ga, 582 588 qemu-img, 583 589 qemu-io, 590 qemu-keymap, 584 591 qemu-nbd, 585 qemu-system-<arch>, and 586 virtfs-proxy-helper 592 qemu-pr-helper, 593 qemu-storage-daemon, and 594 qemu-system-<arch> 587 595 </seg> 588 596 <seg>None</seg> 589 597 <seg> 590 598 /usr/share/qemu and 591 /usr/share/doc/qemu-&qemu-version; 599 /usr/share/doc/qemu-&qemu-version; (optional) 592 600 </seg> 593 601 </seglistitem> … … 599 607 <?dbhtml list-presentation="table"?> 600 608 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 <!-- 601 621 <varlistentry id="ivshmem-client"> 602 622 <term><command>ivshmem-client</command></term> … … 622 642 </listitem> 623 643 </varlistentry> 624 644 --> 625 645 <varlistentry id="qemu-edid"> 626 646 <term><command>qemu-edid</command></term> … … 674 694 </varlistentry> 675 695 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 676 710 <varlistentry id="qemu-nbd"> 677 711 <term><command>qemu-nbd</command></term> … … 687 721 </varlistentry> 688 722 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 689 748 <varlistentry id="qemu-system"> 690 749 <term><command>qemu-system-x86_64</command></term> … … 698 757 </listitem> 699 758 </varlistentry> 700 759 <!-- 701 760 <varlistentry id="virtfs-proxy-helper"> 702 761 <term><command>virtfs-proxy-helper</command></term> … … 713 772 </listitem> 714 773 </varlistentry> 715 774 --> 716 775 </variablelist> 717 776
Note:
See TracChangeset
for help on using the changeset viewer.