Re: [Qemu-devel] [PATCH] usb: Fix usb-host build

2017-09-25 Thread Gerd Hoffmann
On Mon, 2017-09-25 at 20:29 +0100, Peter Maydell wrote: > Gerd, ping? If you provide a reviewed-by or acked-by > I can apply this to master as a buildfix... > > thanks > -- PMM > > On 22 September 2017 at 08:42, Jan Kiszka > wrote: > > From: Jan Kiszka > > > > This reverts the incorrect commit

Re: [Qemu-devel] [PATCH] usb: Fix usb-host build

2017-09-25 Thread Peter Maydell
Gerd, ping? If you provide a reviewed-by or acked-by I can apply this to master as a buildfix... thanks -- PMM On 22 September 2017 at 08:42, Jan Kiszka wrote: > From: Jan Kiszka > > This reverts the incorrect commit 2041649f0b04 (these are > machine-independent objects) and fixes the name of t

[Qemu-devel] [PATCH] usb: Fix usb-host build

2017-09-22 Thread Jan Kiszka
From: Jan Kiszka This reverts the incorrect commit 2041649f0b04 (these are machine-independent objects) and fixes the name of the config var. Signed-off-by: Jan Kiszka --- hw/usb/Makefile.objs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/usb/Makefile.objs b/hw/usb/Mak