mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-09 23:15:46 -06:00
libvirt since version 1.1.4 shows the security context used to execute the hypervisor process. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
89 lines
1.9 KiB
XML
89 lines
1.9 KiB
XML
<capabilities>
|
|
<host>
|
|
<cpu>
|
|
<arch>i686</arch>
|
|
</cpu>
|
|
<secmodel>
|
|
<model>dac</model>
|
|
<doi>0</doi>
|
|
<baselabel type='kvm'>+0:+0</baselabel>
|
|
<baselabel type='qemu'>+0:+0</baselabel>
|
|
</secmodel>
|
|
</host>
|
|
|
|
<guest>
|
|
<os_type>hvm</os_type>
|
|
<arch name="i686">
|
|
<wordsize>32</wordsize>
|
|
<emulator>/usr/bin/qemu</emulator>
|
|
<domain type="qemu"/>
|
|
<machine>pc</machine>
|
|
<machine>isapc</machine>
|
|
<domain type="kvm">
|
|
<emulator>/usr/bin/qemu-kvm</emulator>
|
|
</domain>
|
|
</arch>
|
|
<features>
|
|
<pae/>
|
|
<nonpae/>
|
|
<acpi default='on' toggle='yes'/>
|
|
<apic default='on' toggle='no'/>
|
|
</features>
|
|
</guest>
|
|
|
|
<guest>
|
|
<os_type>hvm</os_type>
|
|
<arch name="x86_64">
|
|
<wordsize>64</wordsize>
|
|
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
|
<domain type="qemu"/>
|
|
<machine>pc</machine>
|
|
<machine>isapc</machine>
|
|
</arch>
|
|
</guest>
|
|
|
|
<guest>
|
|
<os_type>hvm</os_type>
|
|
<arch name="mips">
|
|
<wordsize>32</wordsize>
|
|
<emulator>/usr/bin/qemu-system-mips</emulator>
|
|
<domain type="qemu"/>
|
|
<machine>mips</machine>
|
|
</arch>
|
|
</guest>
|
|
|
|
<guest>
|
|
<os_type>hvm</os_type>
|
|
<arch name="mipsel">
|
|
<wordsize>32</wordsize>
|
|
<emulator>/usr/bin/qemu-system-mipsel</emulator>
|
|
<domain type="qemu"/>
|
|
<machine>mips</machine>
|
|
</arch>
|
|
</guest>
|
|
|
|
<guest>
|
|
<os_type>hvm</os_type>
|
|
<arch name="sparc">
|
|
<wordsize>32</wordsize>
|
|
<emulator>/usr/bin/qemu-system-sparc</emulator>
|
|
<domain type="qemu"/>
|
|
<machine>sun4m</machine>
|
|
</arch>
|
|
</guest>
|
|
|
|
<guest>
|
|
<os_type>hvm</os_type>
|
|
<arch name="ppc">
|
|
<wordsize>32</wordsize>
|
|
<emulator>/usr/bin/qemu-system-ppc</emulator>
|
|
<domain type="qemu"/>
|
|
<machine>g3bw</machine>
|
|
<machine>mac99</machine>
|
|
<machine>prep</machine>
|
|
</arch>
|
|
</guest>
|
|
</capabilities>
|
|
|
|
|