File: caps.riscv32.xml

package info (click to toggle)
libvirt 12.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 217,244 kB
  • sloc: ansic: 540,423; xml: 355,215; python: 12,060; perl: 2,626; sh: 2,179; makefile: 448; javascript: 126; cpp: 22
file content (25 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<capabilities>

  <host>
    <cpu>
      <arch>riscv32</arch>
    </cpu>
    <power_management/>
    <iommu support='no'/>
  </host>

  <guest>
    <os_type>hvm</os_type>
    <arch name='riscv32'>
      <wordsize>32</wordsize>
      <emulator>/usr/bin/qemu-system-riscv32</emulator>
      <domain type='qemu'/>
    </arch>
    <features>
      <cpuselection/>
      <deviceboot/>
      <disksnapshot default='on' toggle='no'/>
    </features>
  </guest>

</capabilities>