Re: [PATCH 4/4] virtio-scsi: don't touch scsi devices that are not yet realized

2020-05-11 Thread Maxim Levitsky
On Mon, 2020-05-04 at 13:24 +0200, Paolo Bonzini wrote: > On 16/04/20 22:36, Maxim Levitsky wrote: > > Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1812399 > > > > Suggested-by: Paolo Bonzini > > Signed-off-by: Maxim Levitsky > > --- > > hw/scsi/virtio-scsi.c | 18 +- >

Re: [PATCH 4/4] virtio-scsi: don't touch scsi devices that are not yet realized

2020-05-04 Thread Paolo Bonzini
On 16/04/20 22:36, Maxim Levitsky wrote: > Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1812399 > > Suggested-by: Paolo Bonzini > Signed-off-by: Maxim Levitsky > --- > hw/scsi/virtio-scsi.c | 18 +- > 1 file changed, 17 insertions(+), 1 deletion(-) > > diff --git a/hw/

[PATCH 4/4] virtio-scsi: don't touch scsi devices that are not yet realized

2020-04-16 Thread Maxim Levitsky
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1812399 Suggested-by: Paolo Bonzini Signed-off-by: Maxim Levitsky --- hw/scsi/virtio-scsi.c | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/hw/scsi/virtio-scsi.c b/hw/scsi/virtio-scsi.c index b0f4a35f81