qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] commit 0be63901d2a33a6ed25caa5df3f530df75338f6a breaks "-kernel"
@ 2015-03-02 14:41 Gabriel L. Somlo
  2015-03-02 14:50 ` Paolo Bonzini
  0 siblings, 1 reply; 2+ messages in thread
From: Gabriel L. Somlo @ 2015-03-02 14:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, arei.gonglei

Using "-kenel <file>" results in a segmentation fault (at least with
qemu-system-x86_64). Bisect says the breakage was introduced by commit

commit 0be63901d2a33a6ed25caa5df3f530df75338f6a
Author: Gonglei <arei.gonglei@huawei.com>
Date:   Thu Jan 29 15:08:51 2015 +0800

    qdev: support to get a device firmware path directly
    
    commit 6b1566c (qdev: Introduce FWPathProvider interface) did a
    good job for supproting to get firmware path on some different
    architectures.
    
    Moreover further more, we can use the interface to get firmware
    path name for a device which isn't attached a specific bus,
    such as virtio-bus, scsi-bus etc.
    
    When the device (such as vhost-scsi) realize the TYPE_FW_PATH_PROVIDER
    interface, we should introduce a new function to get the correct firmware
    path name for it.
    
    Signed-off-by: Gonglei <arei.gonglei@huawei.com>
    Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

Reverting the commit seems to fix the problem for me, as a temporary
solution.

Thanks,
--Gabriel

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

* Re: [Qemu-devel] commit 0be63901d2a33a6ed25caa5df3f530df75338f6a breaks "-kernel"
  2015-03-02 14:41 [Qemu-devel] commit 0be63901d2a33a6ed25caa5df3f530df75338f6a breaks "-kernel" Gabriel L. Somlo
@ 2015-03-02 14:50 ` Paolo Bonzini
  0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2015-03-02 14:50 UTC (permalink / raw)
  To: Gabriel L. Somlo, qemu-devel; +Cc: arei.gonglei



On 02/03/2015 15:41, Gabriel L. Somlo wrote:
> Using "-kenel <file>" results in a segmentation fault (at least with
> qemu-system-x86_64). Bisect says the breakage was introduced by commit
> 
> commit 0be63901d2a33a6ed25caa5df3f530df75338f6a
> Author: Gonglei <arei.gonglei@huawei.com>
> Date:   Thu Jan 29 15:08:51 2015 +0800
> 
>     qdev: support to get a device firmware path directly
>     
>     commit 6b1566c (qdev: Introduce FWPathProvider interface) did a
>     good job for supproting to get firmware path on some different
>     architectures.
>     
>     Moreover further more, we can use the interface to get firmware
>     path name for a device which isn't attached a specific bus,
>     such as virtio-bus, scsi-bus etc.
>     
>     When the device (such as vhost-scsi) realize the TYPE_FW_PATH_PROVIDER
>     interface, we should introduce a new function to get the correct firmware
>     path name for it.
>     
>     Signed-off-by: Gonglei <arei.gonglei@huawei.com>
>     Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> 
> Reverting the commit seems to fix the problem for me, as a temporary
> solution.

Gonglei sent a patch for this, and it's in my pull request from this
morning.

Paolo

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

end of thread, other threads:[~2015-03-02 14:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-02 14:41 [Qemu-devel] commit 0be63901d2a33a6ed25caa5df3f530df75338f6a breaks "-kernel" Gabriel L. Somlo
2015-03-02 14:50 ` Paolo Bonzini

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).