Comment # 30 on bug 1174412 from
I've tried qemu with NVME+HDD but had no luck. I installed openSUSE 15.2 in
nvme.qcow2 and fedora 32 in hdd.qcow2.

My qemu command:

$ qemu-system-x86_64 -enable-kvm -s \
    -drive
if=pflash,format=raw,readonly,file=/usr/share/qemu/ovmf-x86_64-ms-4m-code.bin \
    -drive if=pflash,format=raw,file=current-vars.bin \
    -smp 2 \
    -machine type=q35 \
    -m 4096 \
    -hda hdd.qcow2 \
    -drive file=nvme.qcow2,if=none,id=NVME1 -device
nvme,drive=NVME1,serial=nvme-1 \
    -chardev socket,id=chrtpm,path=/home/gary/VM/nvme/tpm/swtpm-sock \
    -tpmdev emulator,id=tpm0,chardev=chrtpm \
    -device tpm-tis,tpmdev=tpm0 \
    -virtfs
local,id=fsdev,path=share,security_model=mapped-file,mount_tag=v_share \
    -monitor stdio \
    -debugcon file:debug.log -global isa-debugcon.iobase=0x402 \
    -netdev user,id=hostnet0 -device virtio-net-pci,romfile=,netdev=hostnet0


You are receiving this mail because: