qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] drive_add 0 if=scsi crashes
@ 2012-11-22 14:02 Markus Armbruster
  2012-11-22 15:17 ` Paolo Bonzini
  2012-11-26 13:42 ` Kevin Wolf
  0 siblings, 2 replies; 4+ messages in thread
From: Markus Armbruster @ 2012-11-22 14:02 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, Anthony Liguori

Watch this:

    (qemu) drive_add 0 if=scsi
    Segmentation fault (core dumped)

Broken in commit 0d936928 "qdev: Convert busses to QEMU Object Model".
Before:

    (qemu) drive_add 0 if=scsi
    Device is not a SCSI adapter

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] drive_add 0 if=scsi crashes
  2012-11-22 14:02 [Qemu-devel] drive_add 0 if=scsi crashes Markus Armbruster
@ 2012-11-22 15:17 ` Paolo Bonzini
  2012-11-23 15:27   ` Markus Armbruster
  2012-11-26 13:42 ` Kevin Wolf
  1 sibling, 1 reply; 4+ messages in thread
From: Paolo Bonzini @ 2012-11-22 15:17 UTC (permalink / raw)
  To: Markus Armbruster; +Cc: qemu-devel, Anthony Liguori

Il 22/11/2012 15:02, Markus Armbruster ha scritto:
> Watch this:
> 
>     (qemu) drive_add 0 if=scsi
>     Segmentation fault (core dumped)
> 
> Broken in commit 0d936928 "qdev: Convert busses to QEMU Object Model".
> Before:
> 
>     (qemu) drive_add 0 if=scsi
>     Device is not a SCSI adapter

Seems more of an improvement to me. :)

Can you open a bug for Fedora or launchpad?

Paolo

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] drive_add 0 if=scsi crashes
  2012-11-22 15:17 ` Paolo Bonzini
@ 2012-11-23 15:27   ` Markus Armbruster
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Armbruster @ 2012-11-23 15:27 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: qemu-devel, Anthony Liguori

Paolo Bonzini <pbonzini@redhat.com> writes:

> Il 22/11/2012 15:02, Markus Armbruster ha scritto:
>> Watch this:
>> 
>>     (qemu) drive_add 0 if=scsi
>>     Segmentation fault (core dumped)
>> 
>> Broken in commit 0d936928 "qdev: Convert busses to QEMU Object Model".
>> Before:
>> 
>>     (qemu) drive_add 0 if=scsi
>>     Device is not a SCSI adapter
>
> Seems more of an improvement to me. :)
>
> Can you open a bug for Fedora or launchpad?

https://bugzilla.redhat.com/show_bug.cgi?id=879657

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] drive_add 0 if=scsi crashes
  2012-11-22 14:02 [Qemu-devel] drive_add 0 if=scsi crashes Markus Armbruster
  2012-11-22 15:17 ` Paolo Bonzini
@ 2012-11-26 13:42 ` Kevin Wolf
  1 sibling, 0 replies; 4+ messages in thread
From: Kevin Wolf @ 2012-11-26 13:42 UTC (permalink / raw)
  To: Markus Armbruster; +Cc: Paolo Bonzini, qemu-devel, Anthony Liguori

Am 22.11.2012 15:02, schrieb Markus Armbruster:
> Watch this:
> 
>     (qemu) drive_add 0 if=scsi
>     Segmentation fault (core dumped)
> 
> Broken in commit 0d936928 "qdev: Convert busses to QEMU Object Model".
> Before:
> 
>     (qemu) drive_add 0 if=scsi
>     Device is not a SCSI adapter

I have a patch in my development tree for this. Didn't get committed
because it wasn't clear to me how to fix the second part:

(qemu) drive_add 1 file=/tmp/test.qcow2,if=scsi
Object 0x7f84a1cf6190 is not an instance of type SCSI
Abgebrochen

And when Anthony finally replied, I was too busy to actually complete
the fix. I'll do that now.

Kevin

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-11-26 13:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-22 14:02 [Qemu-devel] drive_add 0 if=scsi crashes Markus Armbruster
2012-11-22 15:17 ` Paolo Bonzini
2012-11-23 15:27   ` Markus Armbruster
2012-11-26 13:42 ` Kevin Wolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).