mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
tests: qemucapabilitiesdata: Add caps for 'caps_9.1.0_riscv64' (captured on x86_64)
Add a capability dump for 'riscv64' with 'qemu-9.1' release captured on a x86_64 host as I don't have hardware. The last dump for riscv64 was done with qemu-8.0 which didn't manifest the newest features such as CPU type selection and ACPI support. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
712b2c8f01
commit
a35a355b09
196
tests/domaincapsdata/qemu_9.1.0-tcg-virt.riscv64.xml
Normal file
196
tests/domaincapsdata/qemu_9.1.0-tcg-virt.riscv64.xml
Normal file
@ -0,0 +1,196 @@
|
||||
<domainCapabilities>
|
||||
<path>/usr/bin/qemu-system-riscv64</path>
|
||||
<domain>qemu</domain>
|
||||
<machine>virt</machine>
|
||||
<arch>riscv64</arch>
|
||||
<vcpu max='512'/>
|
||||
<iothreads supported='yes'/>
|
||||
<os supported='yes'>
|
||||
<enum name='firmware'>
|
||||
<value>efi</value>
|
||||
</enum>
|
||||
<loader supported='yes'>
|
||||
<value>/obviously/fake/firmware1.fd</value>
|
||||
<value>/obviously/fake/firmware2.fd</value>
|
||||
<enum name='type'>
|
||||
<value>rom</value>
|
||||
<value>pflash</value>
|
||||
</enum>
|
||||
<enum name='readonly'>
|
||||
<value>yes</value>
|
||||
<value>no</value>
|
||||
</enum>
|
||||
<enum name='secure'>
|
||||
<value>no</value>
|
||||
</enum>
|
||||
</loader>
|
||||
</os>
|
||||
<cpu>
|
||||
<mode name='host-passthrough' supported='no'/>
|
||||
<mode name='maximum' supported='yes'>
|
||||
<enum name='maximumMigratable'>
|
||||
<value>on</value>
|
||||
<value>off</value>
|
||||
</enum>
|
||||
</mode>
|
||||
<mode name='host-model' supported='no'/>
|
||||
<mode name='custom' supported='yes'>
|
||||
<model usable='unknown' vendor='unknown'>rv64</model>
|
||||
<model usable='unknown' vendor='unknown'>sifive-e51</model>
|
||||
<model usable='unknown' vendor='unknown'>rv64i</model>
|
||||
<model usable='unknown' vendor='unknown'>any</model>
|
||||
<model usable='unknown' vendor='unknown'>x-rv128</model>
|
||||
<model usable='unknown' vendor='unknown'>shakti-c</model>
|
||||
<model usable='unknown' vendor='unknown'>rva22u64</model>
|
||||
<model usable='unknown' vendor='unknown'>rv64e</model>
|
||||
<model usable='unknown' vendor='unknown'>max</model>
|
||||
<model usable='unknown' vendor='unknown'>rva22s64</model>
|
||||
<model usable='unknown' vendor='unknown'>thead-c906</model>
|
||||
<model usable='unknown' vendor='unknown'>sifive-u54</model>
|
||||
<model usable='unknown' vendor='unknown'>veyron-v1</model>
|
||||
</mode>
|
||||
</cpu>
|
||||
<memoryBacking supported='yes'>
|
||||
<enum name='sourceType'>
|
||||
<value>file</value>
|
||||
<value>anonymous</value>
|
||||
<value>memfd</value>
|
||||
</enum>
|
||||
</memoryBacking>
|
||||
<devices>
|
||||
<disk supported='yes'>
|
||||
<enum name='diskDevice'>
|
||||
<value>disk</value>
|
||||
<value>cdrom</value>
|
||||
<value>floppy</value>
|
||||
<value>lun</value>
|
||||
</enum>
|
||||
<enum name='bus'>
|
||||
<value>fdc</value>
|
||||
<value>scsi</value>
|
||||
<value>virtio</value>
|
||||
<value>usb</value>
|
||||
<value>sata</value>
|
||||
</enum>
|
||||
<enum name='model'>
|
||||
<value>virtio</value>
|
||||
<value>virtio-transitional</value>
|
||||
<value>virtio-non-transitional</value>
|
||||
</enum>
|
||||
</disk>
|
||||
<graphics supported='yes'>
|
||||
<enum name='type'>
|
||||
<value>sdl</value>
|
||||
<value>vnc</value>
|
||||
<value>spice</value>
|
||||
<value>egl-headless</value>
|
||||
<value>dbus</value>
|
||||
</enum>
|
||||
</graphics>
|
||||
<video supported='yes'>
|
||||
<enum name='modelType'>
|
||||
<value>vga</value>
|
||||
<value>cirrus</value>
|
||||
<value>virtio</value>
|
||||
<value>none</value>
|
||||
<value>bochs</value>
|
||||
<value>ramfb</value>
|
||||
</enum>
|
||||
</video>
|
||||
<hostdev supported='yes'>
|
||||
<enum name='mode'>
|
||||
<value>subsystem</value>
|
||||
</enum>
|
||||
<enum name='startupPolicy'>
|
||||
<value>default</value>
|
||||
<value>mandatory</value>
|
||||
<value>requisite</value>
|
||||
<value>optional</value>
|
||||
</enum>
|
||||
<enum name='subsysType'>
|
||||
<value>usb</value>
|
||||
<value>pci</value>
|
||||
<value>scsi</value>
|
||||
</enum>
|
||||
<enum name='capsType'/>
|
||||
<enum name='pciBackend'>
|
||||
<value>default</value>
|
||||
<value>vfio</value>
|
||||
</enum>
|
||||
</hostdev>
|
||||
<rng supported='yes'>
|
||||
<enum name='model'>
|
||||
<value>virtio</value>
|
||||
<value>virtio-transitional</value>
|
||||
<value>virtio-non-transitional</value>
|
||||
</enum>
|
||||
<enum name='backendModel'>
|
||||
<value>random</value>
|
||||
<value>egd</value>
|
||||
<value>builtin</value>
|
||||
</enum>
|
||||
</rng>
|
||||
<filesystem supported='yes'>
|
||||
<enum name='driverType'>
|
||||
<value>path</value>
|
||||
<value>handle</value>
|
||||
<value>virtiofs</value>
|
||||
</enum>
|
||||
</filesystem>
|
||||
<tpm supported='yes'>
|
||||
<enum name='model'>
|
||||
<value>tpm-tis</value>
|
||||
</enum>
|
||||
<enum name='backendModel'>
|
||||
<value>passthrough</value>
|
||||
<value>emulator</value>
|
||||
<value>external</value>
|
||||
</enum>
|
||||
<enum name='backendVersion'>
|
||||
<value>2.0</value>
|
||||
</enum>
|
||||
</tpm>
|
||||
<redirdev supported='yes'>
|
||||
<enum name='bus'>
|
||||
<value>usb</value>
|
||||
</enum>
|
||||
</redirdev>
|
||||
<channel supported='yes'>
|
||||
<enum name='type'>
|
||||
<value>pty</value>
|
||||
<value>unix</value>
|
||||
<value>spicevmc</value>
|
||||
</enum>
|
||||
</channel>
|
||||
<crypto supported='yes'>
|
||||
<enum name='model'>
|
||||
<value>virtio</value>
|
||||
</enum>
|
||||
<enum name='type'>
|
||||
<value>qemu</value>
|
||||
</enum>
|
||||
<enum name='backendModel'>
|
||||
<value>builtin</value>
|
||||
<value>lkcf</value>
|
||||
</enum>
|
||||
</crypto>
|
||||
<interface supported='yes'>
|
||||
<enum name='backendType'>
|
||||
<value>default</value>
|
||||
<value>passt</value>
|
||||
</enum>
|
||||
</interface>
|
||||
</devices>
|
||||
<features>
|
||||
<gic supported='no'/>
|
||||
<vmcoreinfo supported='yes'/>
|
||||
<genid supported='no'/>
|
||||
<backingStoreInput supported='yes'/>
|
||||
<backup supported='yes'/>
|
||||
<async-teardown supported='yes'/>
|
||||
<ps2 supported='no'/>
|
||||
<sev supported='no'/>
|
||||
<sgx supported='no'/>
|
||||
<launchSecurity supported='no'/>
|
||||
</features>
|
||||
</domainCapabilities>
|
185
tests/domaincapsdata/qemu_9.1.0-virt.riscv64.xml
Normal file
185
tests/domaincapsdata/qemu_9.1.0-virt.riscv64.xml
Normal file
@ -0,0 +1,185 @@
|
||||
<domainCapabilities>
|
||||
<path>/usr/bin/qemu-system-riscv64</path>
|
||||
<domain>kvm</domain>
|
||||
<machine>virt</machine>
|
||||
<arch>riscv64</arch>
|
||||
<iothreads supported='yes'/>
|
||||
<os supported='yes'>
|
||||
<enum name='firmware'>
|
||||
<value>efi</value>
|
||||
</enum>
|
||||
<loader supported='yes'>
|
||||
<value>/obviously/fake/firmware1.fd</value>
|
||||
<value>/obviously/fake/firmware2.fd</value>
|
||||
<enum name='type'>
|
||||
<value>rom</value>
|
||||
<value>pflash</value>
|
||||
</enum>
|
||||
<enum name='readonly'>
|
||||
<value>yes</value>
|
||||
<value>no</value>
|
||||
</enum>
|
||||
<enum name='secure'>
|
||||
<value>no</value>
|
||||
</enum>
|
||||
</loader>
|
||||
</os>
|
||||
<cpu>
|
||||
<mode name='host-passthrough' supported='yes'>
|
||||
<enum name='hostPassthroughMigratable'>
|
||||
<value>off</value>
|
||||
</enum>
|
||||
</mode>
|
||||
<mode name='maximum' supported='yes'>
|
||||
<enum name='maximumMigratable'>
|
||||
<value>on</value>
|
||||
<value>off</value>
|
||||
</enum>
|
||||
</mode>
|
||||
<mode name='host-model' supported='no'/>
|
||||
<mode name='custom' supported='no'/>
|
||||
</cpu>
|
||||
<memoryBacking supported='yes'>
|
||||
<enum name='sourceType'>
|
||||
<value>file</value>
|
||||
<value>anonymous</value>
|
||||
<value>memfd</value>
|
||||
</enum>
|
||||
</memoryBacking>
|
||||
<devices>
|
||||
<disk supported='yes'>
|
||||
<enum name='diskDevice'>
|
||||
<value>disk</value>
|
||||
<value>cdrom</value>
|
||||
<value>floppy</value>
|
||||
<value>lun</value>
|
||||
</enum>
|
||||
<enum name='bus'>
|
||||
<value>fdc</value>
|
||||
<value>scsi</value>
|
||||
<value>virtio</value>
|
||||
<value>usb</value>
|
||||
<value>sata</value>
|
||||
</enum>
|
||||
<enum name='model'>
|
||||
<value>virtio</value>
|
||||
<value>virtio-transitional</value>
|
||||
<value>virtio-non-transitional</value>
|
||||
</enum>
|
||||
</disk>
|
||||
<graphics supported='yes'>
|
||||
<enum name='type'>
|
||||
<value>sdl</value>
|
||||
<value>vnc</value>
|
||||
<value>spice</value>
|
||||
<value>egl-headless</value>
|
||||
<value>dbus</value>
|
||||
</enum>
|
||||
</graphics>
|
||||
<video supported='yes'>
|
||||
<enum name='modelType'>
|
||||
<value>vga</value>
|
||||
<value>cirrus</value>
|
||||
<value>virtio</value>
|
||||
<value>none</value>
|
||||
<value>bochs</value>
|
||||
<value>ramfb</value>
|
||||
</enum>
|
||||
</video>
|
||||
<hostdev supported='yes'>
|
||||
<enum name='mode'>
|
||||
<value>subsystem</value>
|
||||
</enum>
|
||||
<enum name='startupPolicy'>
|
||||
<value>default</value>
|
||||
<value>mandatory</value>
|
||||
<value>requisite</value>
|
||||
<value>optional</value>
|
||||
</enum>
|
||||
<enum name='subsysType'>
|
||||
<value>usb</value>
|
||||
<value>pci</value>
|
||||
<value>scsi</value>
|
||||
</enum>
|
||||
<enum name='capsType'/>
|
||||
<enum name='pciBackend'>
|
||||
<value>default</value>
|
||||
<value>vfio</value>
|
||||
</enum>
|
||||
</hostdev>
|
||||
<rng supported='yes'>
|
||||
<enum name='model'>
|
||||
<value>virtio</value>
|
||||
<value>virtio-transitional</value>
|
||||
<value>virtio-non-transitional</value>
|
||||
</enum>
|
||||
<enum name='backendModel'>
|
||||
<value>random</value>
|
||||
<value>egd</value>
|
||||
<value>builtin</value>
|
||||
</enum>
|
||||
</rng>
|
||||
<filesystem supported='yes'>
|
||||
<enum name='driverType'>
|
||||
<value>path</value>
|
||||
<value>handle</value>
|
||||
<value>virtiofs</value>
|
||||
</enum>
|
||||
</filesystem>
|
||||
<tpm supported='yes'>
|
||||
<enum name='model'>
|
||||
<value>tpm-tis</value>
|
||||
</enum>
|
||||
<enum name='backendModel'>
|
||||
<value>passthrough</value>
|
||||
<value>emulator</value>
|
||||
<value>external</value>
|
||||
</enum>
|
||||
<enum name='backendVersion'>
|
||||
<value>2.0</value>
|
||||
</enum>
|
||||
</tpm>
|
||||
<redirdev supported='yes'>
|
||||
<enum name='bus'>
|
||||
<value>usb</value>
|
||||
</enum>
|
||||
</redirdev>
|
||||
<channel supported='yes'>
|
||||
<enum name='type'>
|
||||
<value>pty</value>
|
||||
<value>unix</value>
|
||||
<value>spicevmc</value>
|
||||
</enum>
|
||||
</channel>
|
||||
<crypto supported='yes'>
|
||||
<enum name='model'>
|
||||
<value>virtio</value>
|
||||
</enum>
|
||||
<enum name='type'>
|
||||
<value>qemu</value>
|
||||
</enum>
|
||||
<enum name='backendModel'>
|
||||
<value>builtin</value>
|
||||
<value>lkcf</value>
|
||||
</enum>
|
||||
</crypto>
|
||||
<interface supported='yes'>
|
||||
<enum name='backendType'>
|
||||
<value>default</value>
|
||||
<value>passt</value>
|
||||
</enum>
|
||||
</interface>
|
||||
</devices>
|
||||
<features>
|
||||
<gic supported='no'/>
|
||||
<vmcoreinfo supported='yes'/>
|
||||
<genid supported='no'/>
|
||||
<backingStoreInput supported='yes'/>
|
||||
<backup supported='yes'/>
|
||||
<async-teardown supported='yes'/>
|
||||
<ps2 supported='no'/>
|
||||
<sev supported='no'/>
|
||||
<sgx supported='no'/>
|
||||
<launchSecurity supported='no'/>
|
||||
</features>
|
||||
</domainCapabilities>
|
31586
tests/qemucapabilitiesdata/caps_9.1.0_riscv64.replies
Normal file
31586
tests/qemucapabilitiesdata/caps_9.1.0_riscv64.replies
Normal file
File diff suppressed because it is too large
Load Diff
193
tests/qemucapabilitiesdata/caps_9.1.0_riscv64.xml
Normal file
193
tests/qemucapabilitiesdata/caps_9.1.0_riscv64.xml
Normal file
@ -0,0 +1,193 @@
|
||||
<qemuCaps>
|
||||
<emulator>/usr/bin/qemu-system-riscv64</emulator>
|
||||
<qemuctime>0</qemuctime>
|
||||
<selfctime>0</selfctime>
|
||||
<selfvers>0</selfvers>
|
||||
<flag name='sdl'/>
|
||||
<flag name='spice'/>
|
||||
<flag name='hda-duplex'/>
|
||||
<flag name='ccid-emulated'/>
|
||||
<flag name='ccid-passthru'/>
|
||||
<flag name='piix3-usb-uhci'/>
|
||||
<flag name='piix4-usb-uhci'/>
|
||||
<flag name='usb-ehci'/>
|
||||
<flag name='ich9-usb-ehci1'/>
|
||||
<flag name='pci-ohci'/>
|
||||
<flag name='usb-redir'/>
|
||||
<flag name='usb-hub'/>
|
||||
<flag name='ich9-ahci'/>
|
||||
<flag name='scsi-disk.channel'/>
|
||||
<flag name='scsi-block'/>
|
||||
<flag name='hda-micro'/>
|
||||
<flag name='nec-usb-xhci'/>
|
||||
<flag name='lsi'/>
|
||||
<flag name='virtio-scsi-pci'/>
|
||||
<flag name='usb-redir.filter'/>
|
||||
<flag name='seccomp-sandbox'/>
|
||||
<flag name='vnc'/>
|
||||
<flag name='VGA'/>
|
||||
<flag name='cirrus-vga'/>
|
||||
<flag name='usb-serial'/>
|
||||
<flag name='virtio-rng'/>
|
||||
<flag name='rng-random'/>
|
||||
<flag name='rng-egd'/>
|
||||
<flag name='megasas'/>
|
||||
<flag name='tpm-passthrough'/>
|
||||
<flag name='tpm-tis'/>
|
||||
<flag name='pci-bridge'/>
|
||||
<flag name='vfio-pci'/>
|
||||
<flag name='dmi-to-pci-bridge'/>
|
||||
<flag name='usb-storage'/>
|
||||
<flag name='virtio-mmio'/>
|
||||
<flag name='ich9-intel-hda'/>
|
||||
<flag name='usb-kbd'/>
|
||||
<flag name='usb-audio'/>
|
||||
<flag name='migrate-rdma'/>
|
||||
<flag name='VGA.vgamem_mb'/>
|
||||
<flag name='pci-serial'/>
|
||||
<flag name='ioh3420'/>
|
||||
<flag name='x3130-upstream'/>
|
||||
<flag name='xio3130-downstream'/>
|
||||
<flag name='rtl8139'/>
|
||||
<flag name='e1000'/>
|
||||
<flag name='virtio-net'/>
|
||||
<flag name='virtio-gpu'/>
|
||||
<flag name='virtio-keyboard'/>
|
||||
<flag name='virtio-mouse'/>
|
||||
<flag name='virtio-tablet'/>
|
||||
<flag name='virtio-input-host'/>
|
||||
<flag name='virtio-balloon-pci.deflate-on-oom'/>
|
||||
<flag name='mptsas1068'/>
|
||||
<flag name='spice-gl'/>
|
||||
<flag name='virtio-vga'/>
|
||||
<flag name='ivshmem-plain'/>
|
||||
<flag name='ivshmem-doorbell'/>
|
||||
<flag name='vhost-scsi'/>
|
||||
<flag name='query-cpu-model-expansion'/>
|
||||
<flag name='spice-rendernode'/>
|
||||
<flag name='pcie-root-port'/>
|
||||
<flag name='query-cpu-definitions'/>
|
||||
<flag name='qemu-xhci'/>
|
||||
<flag name='chardev-reconnect'/>
|
||||
<flag name='vmcoreinfo'/>
|
||||
<flag name='pcie-pci-bridge'/>
|
||||
<flag name='nbd-tls'/>
|
||||
<flag name='pr-manager-helper'/>
|
||||
<flag name='screendump_device'/>
|
||||
<flag name='hda-output'/>
|
||||
<flag name='vhost-vsock'/>
|
||||
<flag name='tpm-emulator'/>
|
||||
<flag name='egl-headless'/>
|
||||
<flag name='memory-backend-memfd'/>
|
||||
<flag name='memory-backend-memfd.hugetlb'/>
|
||||
<flag name='egl-headless.rendernode'/>
|
||||
<flag name='memory-backend-file.pmem'/>
|
||||
<flag name='virtio-pci-non-transitional'/>
|
||||
<flag name='nbd-bitmap'/>
|
||||
<flag name='bochs-display'/>
|
||||
<flag name='migration-file-drop-cache'/>
|
||||
<flag name='dbus-vmstate'/>
|
||||
<flag name='vhost-user-gpu'/>
|
||||
<flag name='vhost-user-vga'/>
|
||||
<flag name='incremental-backup'/>
|
||||
<flag name='ramfb'/>
|
||||
<flag name='drive-nvme'/>
|
||||
<flag name='smp-dies'/>
|
||||
<flag name='rng-builtin'/>
|
||||
<flag name='vhost-user-fs'/>
|
||||
<flag name='query-named-block-nodes.flat'/>
|
||||
<flag name='blockdev-snapshot.allow-write-only-overlay'/>
|
||||
<flag name='blockdev-reopen'/>
|
||||
<flag name='fsdev.multidevs'/>
|
||||
<flag name='pcie-root-port.hotplug'/>
|
||||
<flag name='aio.io_uring'/>
|
||||
<flag name='tcg'/>
|
||||
<flag name='pvscsi'/>
|
||||
<flag name='numa.hmat'/>
|
||||
<flag name='usb-host.hostdevice'/>
|
||||
<flag name='virtio-balloon.free-page-reporting'/>
|
||||
<flag name='block-export-add'/>
|
||||
<flag name='netdev.vhost-vdpa'/>
|
||||
<flag name='dc390'/>
|
||||
<flag name='am53c974'/>
|
||||
<flag name='vhost-user-fs.bootindex'/>
|
||||
<flag name='vhost-user-blk'/>
|
||||
<flag name='cpu-max'/>
|
||||
<flag name='memory-backend-file.x-use-canonical-path-for-ramblock-id'/>
|
||||
<flag name='migration-param.block-bitmap-mapping'/>
|
||||
<flag name='vnc-power-control'/>
|
||||
<flag name='object.qapified'/>
|
||||
<flag name='rotation-rate'/>
|
||||
<flag name='compat-deprecated'/>
|
||||
<flag name='acpi-index'/>
|
||||
<flag name='input-linux'/>
|
||||
<flag name='virtio-gpu-gl-pci'/>
|
||||
<flag name='virtio-vga-gl'/>
|
||||
<flag name='confidential-guest-support'/>
|
||||
<flag name='set-action'/>
|
||||
<flag name='virtio-blk.queue-size'/>
|
||||
<flag name='memory-backend-file.reserve'/>
|
||||
<flag name='netdev.json'/>
|
||||
<flag name='query-dirty-rate'/>
|
||||
<flag name='rbd-encryption'/>
|
||||
<flag name='sev-guest-kernel-hashes'/>
|
||||
<flag name='device.json+hotplug'/>
|
||||
<flag name='calc-dirty-rate'/>
|
||||
<flag name='dirtyrate-param.mode'/>
|
||||
<flag name='blockdev.nbd.tls-hostname'/>
|
||||
<flag name='memory-backend-file.prealloc-threads'/>
|
||||
<flag name='virtio-iommu-pci'/>
|
||||
<flag name='virtio-iommu.boot-bypass'/>
|
||||
<flag name='virtio-net.rss'/>
|
||||
<flag name='chardev.qemu-vdagent'/>
|
||||
<flag name='display-dbus'/>
|
||||
<flag name='iothread.thread-pool-max'/>
|
||||
<flag name='usb-host.guest-resets-all'/>
|
||||
<flag name='migration.blocked-reasons'/>
|
||||
<flag name='query-stats'/>
|
||||
<flag name='query-stats-schemas'/>
|
||||
<flag name='thread-context'/>
|
||||
<flag name='screenshot-format-png'/>
|
||||
<flag name='netdev.stream'/>
|
||||
<flag name='virtio-crypto'/>
|
||||
<flag name='cryptodev-backend-lkcf'/>
|
||||
<flag name='pvpanic-pci'/>
|
||||
<flag name='netdev.stream.reconnect'/>
|
||||
<flag name='virtio-gpu.blob'/>
|
||||
<flag name='rbd-encryption-layering'/>
|
||||
<flag name='rbd-encryption-luks-any'/>
|
||||
<flag name='qcow2-discard-no-unref'/>
|
||||
<flag name='run-with.async-teardown'/>
|
||||
<flag name='virtio-blk-vhost-vdpa'/>
|
||||
<flag name='virtio-blk.iothread-mapping'/>
|
||||
<flag name='smp-clusters'/>
|
||||
<flag name='blockjob.backing-mask-protocol'/>
|
||||
<flag name='display-reload'/>
|
||||
<flag name='usb-mtp'/>
|
||||
<flag name='virtio-sound'/>
|
||||
<flag name='netdev.user'/>
|
||||
<flag name='acpi-erst'/>
|
||||
<version>9001000</version>
|
||||
<microcodeVersion>0</microcodeVersion>
|
||||
<package>v9.1.0</package>
|
||||
<arch>riscv64</arch>
|
||||
<cpu type='tcg' name='rv64' typename='rv64-riscv-cpu'/>
|
||||
<cpu type='tcg' name='sifive-e51' typename='sifive-e51-riscv-cpu'/>
|
||||
<cpu type='tcg' name='rv64i' typename='rv64i-riscv-cpu'/>
|
||||
<cpu type='tcg' name='any' typename='any-riscv-cpu'/>
|
||||
<cpu type='tcg' name='x-rv128' typename='x-rv128-riscv-cpu'/>
|
||||
<cpu type='tcg' name='shakti-c' typename='shakti-c-riscv-cpu'/>
|
||||
<cpu type='tcg' name='rva22u64' typename='rva22u64-riscv-cpu'/>
|
||||
<cpu type='tcg' name='rv64e' typename='rv64e-riscv-cpu'/>
|
||||
<cpu type='tcg' name='max' typename='max-riscv-cpu'/>
|
||||
<cpu type='tcg' name='rva22s64' typename='rva22s64-riscv-cpu'/>
|
||||
<cpu type='tcg' name='thead-c906' typename='thead-c906-riscv-cpu'/>
|
||||
<cpu type='tcg' name='sifive-u54' typename='sifive-u54-riscv-cpu'/>
|
||||
<cpu type='tcg' name='veyron-v1' typename='veyron-v1-riscv-cpu'/>
|
||||
<machine type='tcg' name='virt' maxCpus='512' defaultCPU='rv64-riscv-cpu' numaMemSupported='yes' defaultRAMid='riscv_virt_board.ram' acpi='yes'/>
|
||||
<machine type='tcg' name='spike' maxCpus='8' default='yes' defaultCPU='rv64-riscv-cpu' numaMemSupported='yes' defaultRAMid='riscv.spike.ram' acpi='no'/>
|
||||
<machine type='tcg' name='microchip-icicle-kit' maxCpus='5' defaultRAMid='microchip.icicle.kit.ram' acpi='no'/>
|
||||
<machine type='tcg' name='sifive_u' maxCpus='5' defaultCPU='sifive-u54-riscv-cpu' defaultRAMid='riscv.sifive.u.ram' acpi='no'/>
|
||||
<machine type='tcg' name='shakti_c' maxCpus='1' defaultCPU='shakti-c-riscv-cpu' defaultRAMid='riscv.shakti.c.ram' acpi='no'/>
|
||||
<machine type='tcg' name='sifive_e' maxCpus='1' defaultCPU='sifive-e51-riscv-cpu' defaultRAMid='riscv.sifive.e.ram' acpi='no'/>
|
||||
</qemuCaps>
|
@ -10,8 +10,9 @@ XDG_CONFIG_HOME=/var/lib/libvirt/qemu/domain--1-default-video-type-r/.config \
|
||||
-name guest=default-video-type-riscv64-test,debug-threads=on \
|
||||
-S \
|
||||
-object '{"qom-type":"secret","id":"masterKey0","format":"raw","file":"/var/lib/libvirt/qemu/domain--1-default-video-type-r/master-key.aes"}' \
|
||||
-machine virt,usb=off,dump-guest-core=off,memory-backend=riscv_virt_board.ram \
|
||||
-machine virt,usb=off,dump-guest-core=off,memory-backend=riscv_virt_board.ram,acpi=off \
|
||||
-accel tcg \
|
||||
-cpu rv64 \
|
||||
-m size=1048576k \
|
||||
-object '{"qom-type":"memory-backend-ram","id":"riscv_virt_board.ram","size":1073741824}' \
|
||||
-overcommit mem-lock=off \
|
||||
|
@ -8,6 +8,9 @@
|
||||
<type arch='riscv64' machine='virt'>hvm</type>
|
||||
<boot dev='hd'/>
|
||||
</os>
|
||||
<cpu mode='custom' match='exact' check='none'>
|
||||
<model fallback='forbid'>rv64</model>
|
||||
</cpu>
|
||||
<clock offset='utc'/>
|
||||
<on_poweroff>destroy</on_poweroff>
|
||||
<on_reboot>restart</on_reboot>
|
||||
|
@ -14,8 +14,9 @@ XDG_CONFIG_HOME=/var/lib/libvirt/qemu/domain--1-guest/.config \
|
||||
-blockdev '{"node-name":"libvirt-pflash0-format","read-only":true,"driver":"qcow2","file":"libvirt-pflash0-storage"}' \
|
||||
-blockdev '{"driver":"file","filename":"/var/lib/libvirt/qemu/nvram/guest_VARS.qcow2","node-name":"libvirt-pflash1-storage","auto-read-only":true,"discard":"unmap"}' \
|
||||
-blockdev '{"node-name":"libvirt-pflash1-format","read-only":false,"driver":"qcow2","file":"libvirt-pflash1-storage"}' \
|
||||
-machine virt,usb=off,dump-guest-core=off,memory-backend=riscv_virt_board.ram,pflash0=libvirt-pflash0-format,pflash1=libvirt-pflash1-format \
|
||||
-machine virt,usb=off,dump-guest-core=off,memory-backend=riscv_virt_board.ram,pflash0=libvirt-pflash0-format,pflash1=libvirt-pflash1-format,acpi=off \
|
||||
-accel tcg \
|
||||
-cpu rv64 \
|
||||
-m size=1048576k \
|
||||
-object '{"qom-type":"memory-backend-ram","id":"riscv_virt_board.ram","size":1073741824}' \
|
||||
-overcommit mem-lock=off \
|
||||
|
@ -14,6 +14,9 @@
|
||||
<nvram template='/usr/share/edk2/riscv/RISCV_VIRT_VARS.qcow2' format='qcow2'>/var/lib/libvirt/qemu/nvram/guest_VARS.qcow2</nvram>
|
||||
<boot dev='hd'/>
|
||||
</os>
|
||||
<cpu mode='custom' match='exact' check='none'>
|
||||
<model fallback='forbid'>rv64</model>
|
||||
</cpu>
|
||||
<clock offset='utc'/>
|
||||
<on_poweroff>destroy</on_poweroff>
|
||||
<on_reboot>restart</on_reboot>
|
||||
|
@ -10,8 +10,9 @@ XDG_CONFIG_HOME=/var/lib/libvirt/qemu/domain--1-guest/.config \
|
||||
-name guest=guest,debug-threads=on \
|
||||
-S \
|
||||
-object '{"qom-type":"secret","id":"masterKey0","format":"raw","file":"/var/lib/libvirt/qemu/domain--1-guest/master-key.aes"}' \
|
||||
-machine virt,usb=off,dump-guest-core=off,memory-backend=riscv_virt_board.ram \
|
||||
-machine virt,usb=off,dump-guest-core=off,memory-backend=riscv_virt_board.ram,acpi=on \
|
||||
-accel tcg \
|
||||
-cpu rv64 \
|
||||
-m size=4194304k \
|
||||
-object '{"qom-type":"memory-backend-ram","id":"riscv_virt_board.ram","size":4294967296}' \
|
||||
-overcommit mem-lock=off \
|
||||
|
@ -11,6 +11,9 @@
|
||||
<features>
|
||||
<acpi/>
|
||||
</features>
|
||||
<cpu mode='custom' match='exact' check='none'>
|
||||
<model fallback='forbid'>rv64</model>
|
||||
</cpu>
|
||||
<clock offset='utc'/>
|
||||
<on_poweroff>destroy</on_poweroff>
|
||||
<on_reboot>restart</on_reboot>
|
||||
|
@ -10,8 +10,9 @@ XDG_CONFIG_HOME=/var/lib/libvirt/qemu/domain--1-guest/.config \
|
||||
-name guest=guest,debug-threads=on \
|
||||
-S \
|
||||
-object '{"qom-type":"secret","id":"masterKey0","format":"raw","file":"/var/lib/libvirt/qemu/domain--1-guest/master-key.aes"}' \
|
||||
-machine virt,usb=off,dump-guest-core=off,memory-backend=riscv_virt_board.ram \
|
||||
-machine virt,usb=off,dump-guest-core=off,memory-backend=riscv_virt_board.ram,acpi=off \
|
||||
-accel tcg \
|
||||
-cpu rv64 \
|
||||
-m size=4194304k \
|
||||
-object '{"qom-type":"memory-backend-ram","id":"riscv_virt_board.ram","size":4294967296}' \
|
||||
-overcommit mem-lock=off \
|
||||
|
@ -8,6 +8,9 @@
|
||||
<type arch='riscv64' machine='virt'>hvm</type>
|
||||
<boot dev='hd'/>
|
||||
</os>
|
||||
<cpu mode='custom' match='exact' check='none'>
|
||||
<model fallback='forbid'>rv64</model>
|
||||
</cpu>
|
||||
<clock offset='utc'/>
|
||||
<on_poweroff>destroy</on_poweroff>
|
||||
<on_reboot>restart</on_reboot>
|
||||
|
@ -10,8 +10,9 @@ XDG_CONFIG_HOME=/var/lib/libvirt/qemu/domain--1-guest/.config \
|
||||
-name guest=guest,debug-threads=on \
|
||||
-S \
|
||||
-object '{"qom-type":"secret","id":"masterKey0","format":"raw","file":"/var/lib/libvirt/qemu/domain--1-guest/master-key.aes"}' \
|
||||
-machine virt,usb=off,dump-guest-core=off,memory-backend=riscv_virt_board.ram \
|
||||
-machine virt,usb=off,dump-guest-core=off,memory-backend=riscv_virt_board.ram,acpi=off \
|
||||
-accel tcg \
|
||||
-cpu rv64 \
|
||||
-m size=4194304k \
|
||||
-object '{"qom-type":"memory-backend-ram","id":"riscv_virt_board.ram","size":4294967296}' \
|
||||
-overcommit mem-lock=off \
|
||||
|
@ -8,6 +8,9 @@
|
||||
<type arch='riscv64' machine='virt'>hvm</type>
|
||||
<boot dev='hd'/>
|
||||
</os>
|
||||
<cpu mode='custom' match='exact' check='none'>
|
||||
<model fallback='forbid'>rv64</model>
|
||||
</cpu>
|
||||
<clock offset='utc'/>
|
||||
<on_poweroff>destroy</on_poweroff>
|
||||
<on_reboot>restart</on_reboot>
|
||||
|
@ -10,8 +10,9 @@ XDG_CONFIG_HOME=/var/lib/libvirt/qemu/domain--1-guest/.config \
|
||||
-name guest=guest,debug-threads=on \
|
||||
-S \
|
||||
-object '{"qom-type":"secret","id":"masterKey0","format":"raw","file":"/var/lib/libvirt/qemu/domain--1-guest/master-key.aes"}' \
|
||||
-machine virt,usb=off,dump-guest-core=off,memory-backend=riscv_virt_board.ram \
|
||||
-machine virt,usb=off,dump-guest-core=off,memory-backend=riscv_virt_board.ram,acpi=off \
|
||||
-accel tcg \
|
||||
-cpu rv64 \
|
||||
-m size=4194304k \
|
||||
-object '{"qom-type":"memory-backend-ram","id":"riscv_virt_board.ram","size":4294967296}' \
|
||||
-overcommit mem-lock=off \
|
||||
|
@ -13,6 +13,9 @@
|
||||
<type arch='riscv64' machine='virt'>hvm</type>
|
||||
<boot dev='hd'/>
|
||||
</os>
|
||||
<cpu mode='custom' match='exact' check='none'>
|
||||
<model fallback='forbid'>rv64</model>
|
||||
</cpu>
|
||||
<clock offset='utc'/>
|
||||
<on_poweroff>destroy</on_poweroff>
|
||||
<on_reboot>restart</on_reboot>
|
||||
|
@ -10,8 +10,9 @@ XDG_CONFIG_HOME=/var/lib/libvirt/qemu/domain--1-guest/.config \
|
||||
-name guest=guest,debug-threads=on \
|
||||
-S \
|
||||
-object '{"qom-type":"secret","id":"masterKey0","format":"raw","file":"/var/lib/libvirt/qemu/domain--1-guest/master-key.aes"}' \
|
||||
-machine virt,usb=off,dump-guest-core=off,memory-backend=riscv_virt_board.ram \
|
||||
-machine virt,usb=off,dump-guest-core=off,memory-backend=riscv_virt_board.ram,acpi=off \
|
||||
-accel tcg \
|
||||
-cpu rv64 \
|
||||
-m size=4194304k \
|
||||
-object '{"qom-type":"memory-backend-ram","id":"riscv_virt_board.ram","size":4294967296}' \
|
||||
-overcommit mem-lock=off \
|
||||
|
@ -13,6 +13,9 @@
|
||||
<type arch='riscv64' machine='virt'>hvm</type>
|
||||
<boot dev='hd'/>
|
||||
</os>
|
||||
<cpu mode='custom' match='exact' check='none'>
|
||||
<model fallback='forbid'>rv64</model>
|
||||
</cpu>
|
||||
<clock offset='utc'/>
|
||||
<on_poweroff>destroy</on_poweroff>
|
||||
<on_reboot>restart</on_reboot>
|
||||
|
@ -10,8 +10,9 @@ XDG_CONFIG_HOME=/var/lib/libvirt/qemu/domain--1-guest/.config \
|
||||
-name guest=guest,debug-threads=on \
|
||||
-S \
|
||||
-object '{"qom-type":"secret","id":"masterKey0","format":"raw","file":"/var/lib/libvirt/qemu/domain--1-guest/master-key.aes"}' \
|
||||
-machine virt,usb=off,dump-guest-core=off,memory-backend=riscv_virt_board.ram \
|
||||
-machine virt,usb=off,dump-guest-core=off,memory-backend=riscv_virt_board.ram,acpi=off \
|
||||
-accel tcg \
|
||||
-cpu rv64 \
|
||||
-m size=4194304k \
|
||||
-object '{"qom-type":"memory-backend-ram","id":"riscv_virt_board.ram","size":4294967296}' \
|
||||
-overcommit mem-lock=off \
|
||||
|
@ -13,6 +13,9 @@
|
||||
<type arch='riscv64' machine='virt'>hvm</type>
|
||||
<boot dev='hd'/>
|
||||
</os>
|
||||
<cpu mode='custom' match='exact' check='none'>
|
||||
<model fallback='forbid'>rv64</model>
|
||||
</cpu>
|
||||
<clock offset='utc'/>
|
||||
<on_poweroff>destroy</on_poweroff>
|
||||
<on_reboot>restart</on_reboot>
|
||||
|
@ -10,8 +10,9 @@ XDG_CONFIG_HOME=/var/lib/libvirt/qemu/domain--1-guest/.config \
|
||||
-name guest=guest,debug-threads=on \
|
||||
-S \
|
||||
-object '{"qom-type":"secret","id":"masterKey0","format":"raw","file":"/var/lib/libvirt/qemu/domain--1-guest/master-key.aes"}' \
|
||||
-machine virt,usb=off,dump-guest-core=off,memory-backend=riscv_virt_board.ram \
|
||||
-machine virt,usb=off,dump-guest-core=off,memory-backend=riscv_virt_board.ram,acpi=off \
|
||||
-accel tcg \
|
||||
-cpu rv64 \
|
||||
-m size=4194304k \
|
||||
-object '{"qom-type":"memory-backend-ram","id":"riscv_virt_board.ram","size":4294967296}' \
|
||||
-overcommit mem-lock=off \
|
||||
|
@ -8,6 +8,9 @@
|
||||
<type arch='riscv64' machine='virt'>hvm</type>
|
||||
<boot dev='hd'/>
|
||||
</os>
|
||||
<cpu mode='custom' match='exact' check='none'>
|
||||
<model fallback='forbid'>rv64</model>
|
||||
</cpu>
|
||||
<clock offset='utc'/>
|
||||
<on_poweroff>destroy</on_poweroff>
|
||||
<on_reboot>restart</on_reboot>
|
||||
|
@ -10,8 +10,9 @@ XDG_CONFIG_HOME=/var/lib/libvirt/qemu/domain--1-guest/.config \
|
||||
-name guest=guest,debug-threads=on \
|
||||
-S \
|
||||
-object '{"qom-type":"secret","id":"masterKey0","format":"raw","file":"/var/lib/libvirt/qemu/domain--1-guest/master-key.aes"}' \
|
||||
-machine virt,usb=off,dump-guest-core=off,memory-backend=riscv_virt_board.ram \
|
||||
-machine virt,usb=off,dump-guest-core=off,memory-backend=riscv_virt_board.ram,acpi=off \
|
||||
-accel tcg \
|
||||
-cpu rv64 \
|
||||
-m size=4194304k \
|
||||
-object '{"qom-type":"memory-backend-ram","id":"riscv_virt_board.ram","size":4294967296}' \
|
||||
-overcommit mem-lock=off \
|
||||
|
@ -8,6 +8,9 @@
|
||||
<type arch='riscv64' machine='virt'>hvm</type>
|
||||
<boot dev='hd'/>
|
||||
</os>
|
||||
<cpu mode='custom' match='exact' check='none'>
|
||||
<model fallback='forbid'>rv64</model>
|
||||
</cpu>
|
||||
<clock offset='utc'/>
|
||||
<on_poweroff>destroy</on_poweroff>
|
||||
<on_reboot>restart</on_reboot>
|
||||
|
Loading…
Reference in New Issue
Block a user