Questions tagged [qemu-device]
17 questions
0
votes
0 answers
Qemu giving an drive with bus=0, unit=0 (index=0) exists error
This is the entire command, but i can't seem to work over it for some reason.. HELP
qemu-system-x86_64 \
-m 1G \
-cpu host \
-enable-kvm \
-boot order=d \
-drive file=Win10_1803_English_x64.iso,media=cdrom \
-drive…

Robert Johnson
- 1
- 1
-2
votes
1 answer
Who will configure virtio,mmio device register in qemu?
I want to enable virtio_net on qemu, virtio_net driver should return an error if the device id is zero (read from https://docs.oasis-open.org/virtio/virtio/v1.1/virtio-v1.1.html).
In qemu, 0x0A000000 address is used for virtio,mmio region. when I…

Sweet_Dobariya
- 1
- 2