Disable scsi disk requests in QEMU when using virtio-blk device

2021-07-18 Thread Arnabjyoti Kalita
Hello all, Is it possible to disable scsi disk requests being generated by the guest when using a virtio-blk device? I am starting the guest in KVM mode using the below command line- sudo ./qemu-system-x86_64 -m 1024 --machine pc-i440fx-2.5 -cpu qemu64,-kvmclock,-kvm_pv_eoi -enable-kvm -netdev t

USB SD Card reader, Windows Host, Linux Guest

2021-07-18 Thread Brendan Simon (eTRIX)
Hi, Does anyone know of qemu supports usb SD card reader on Windows host, so I can access my SD card as /dev/sd* on my debian linux guest ?? I'm using qemu 6.0.0 (via MSYS2 package install) specifing the command line arguemnts:     -device qemu-xhci -device usb-host,vendorid=0x14CD,producti

Re: Disable scsi disk requests in QEMU when using virtio-blk device

2021-07-18 Thread Thomas Huth
On 18/07/2021 15.37, Arnabjyoti Kalita wrote: Hello all, Is it possible to disable scsi disk requests being generated by the guest when using a virtio-blk device? I am starting the guest in KVM mode using the below command line- sudo ./qemu-system-x86_64 -m 1024 --machine pc-i440fx-2.5 -cpu qe