Message ID | cover.1689731819.git.jeuk20.kim@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | hw/ufs: Add Universal Flash Storage (UFS) support | expand |
Hi, I'm ready to merge this but encountered a bug when testing: $ qemu-system-x86_64 --device ufs --device ufs-lu Segmentation fault (core dumped) Please ensure there is an error message like with SCSI disks: $ qemu-system-x86_64 --device virtio-scsi-pci --device scsi-hd qemu-system-x86_64: --device scsi-hd: drive property not set Thanks, Stefan
On 7/21/2023 3:49 AM, Stefan Hajnoczi wrote: > Hi, > I'm ready to merge this but encountered a bug when testing: > > $ qemu-system-x86_64 --device ufs --device ufs-lu > Segmentation fault (core dumped) > > Please ensure there is an error message like with SCSI disks: > > $ qemu-system-x86_64 --device virtio-scsi-pci --device scsi-hd > qemu-system-x86_64: --device scsi-hd: drive property not set > > Thanks, > Stefan Thanks for letting me know. I'll fix it right away and send the patch again. Thanks, Jeuk