Re: [Qemu-devel] [PATCH] ehci: Fix crash with isoc usb packets

2013-09-25 Thread Gerd Hoffmann
Hi, > Ping. Don't see this in master (and as such its missing from mdroth's > 1.6.1 patch set). Different patch is in master: adbecc89731cf3e0ae656d50ea9fa58c589c4bdc Yes, that one should be cherry-picked into stable. thanks, Gerd

Re: [Qemu-devel] [PATCH] ehci: Fix crash with isoc usb packets

2013-09-25 Thread Doug Goldstein
On Mon, Sep 9, 2013 at 3:20 AM, Hans de Goede wrote: > The isoc packet path in the ehci code has a bad qobject cast, causing an > abort, this patch fixes this. > > Note this problem is backported in 1.6.0 too, and this patch should be > backported to the 1.6.0 stable tree. > > Signed-off-by: Hans

Re: [Qemu-devel] [PATCH] ehci: Fix crash with isoc usb packets

2013-09-09 Thread Paolo Bonzini
Il 09/09/2013 10:20, Hans de Goede ha scritto: > The isoc packet path in the ehci code has a bad qobject cast, causing an > abort, this patch fixes this. > > Note this problem is backported in 1.6.0 too, and this patch should be > backported to the 1.6.0 stable tree. > > Signed-off-by: Hans de Go

[Qemu-devel] [PATCH] ehci: Fix crash with isoc usb packets

2013-09-09 Thread Hans de Goede
The isoc packet path in the ehci code has a bad qobject cast, causing an abort, this patch fixes this. Note this problem is backported in 1.6.0 too, and this patch should be backported to the 1.6.0 stable tree. Signed-off-by: Hans de Goede --- hw/usb/hcd-ehci.c | 3 ++- 1 file changed, 2 insert