Re: [Qemu-devel] [PATCH] ccid: Fix crash when backend isn't specified

2013-04-15 Thread Alon Levy
On Sun, 2013-04-14 at 16:06 -0400, Cole Robinson wrote: > Reproducer: > > ./x86_64-softmmu/qemu-system-x86_64 -device usb-ccid,id=ccid0 -usb -device > ccid-card-emulated -monitor stdio > ACK, thanks. Marc-Andre, could you review the fixed patches I sent previously, and then I can put this on t

[Qemu-devel] [PATCH] ccid: Fix crash when backend isn't specified

2013-04-14 Thread Cole Robinson
Reproducer: ./x86_64-softmmu/qemu-system-x86_64 -device usb-ccid,id=ccid0 -usb -device ccid-card-emulated -monitor stdio Signed-off-by: Cole Robinson --- hw/usb/ccid-card-emulated.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/hw/usb/ccid-card-emulated.c b/hw/