Re: [Qemu-devel] [PATCH] Fix build with stub USB backend

2012-03-03 Thread Andreas Färber
Am 03.03.2012 17:38, schrieb Nathan Whitehorn: > Recent changes to the signature of usb_host_device_open() have broken > the stub USB backend. This updates the stub version of > usb_host_device_open() to correspond to the new API. > > Signed-off-by: Nathan Whitehorn Looks like a duplicate, a sim

[Qemu-devel] [PATCH] Fix build with stub USB backend

2012-03-03 Thread Nathan Whitehorn
Recent changes to the signature of usb_host_device_open() have broken the stub USB backend. This updates the stub version of usb_host_device_open() to correspond to the new API. Signed-off-by: Nathan Whitehorn --- usb-stub.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --