qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [Qemu-devel] [PATCH] usb: Fix signature of stub usb_h


From: Blue Swirl
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] usb: Fix signature of stub usb_host_device_open
Date: Sat, 3 Mar 2012 17:56:47 +0000

Thanks, applied.

On Thu, Mar 1, 2012 at 09:43, Jan Kiszka <address@hidden> wrote:
> This was a breakage of 3741715cf2.
>
> Signed-off-by: Jan Kiszka <address@hidden>
> ---
>  usb-stub.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/usb-stub.c b/usb-stub.c
> index 9c3fcea..b4e10c1 100644
> --- a/usb-stub.c
> +++ b/usb-stub.c
> @@ -41,7 +41,7 @@ void usb_host_info(Monitor *mon)
>  }
>
>  /* XXX: modify configure to compile the right host driver */
> -USBDevice *usb_host_device_open(const char *devname)
> +USBDevice *usb_host_device_open(USBBus *bus, const char *devname)
>  {
>     return NULL;
>  }
> --
> 1.7.3.4
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]