qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 19/24] convert libhw to nested Makefiles


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 19/24] convert libhw to nested Makefiles
Date: Tue, 05 Jun 2012 08:30:30 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.4) Gecko/20120422 Thunderbird/10.0.4

On 06/04/12 20:08, Andreas Färber wrote:
> Am 03.06.2012 14:25, schrieb Paolo Bonzini:
>> diff --git a/hw/usb/Makefile b/hw/usb/Makefile
>> index 7dbc33b..9c7ddf5 100644
>> --- a/hw/usb/Makefile
>> +++ b/hw/usb/Makefile
>> @@ -1,3 +1,12 @@
>> +hw-obj-$(CONFIG_USB_UHCI) += hcd-uhci.o
>> +hw-obj-$(CONFIG_USB_OHCI) += hcd-ohci.o
>> +hw-obj-$(CONFIG_USB_EHCI) += hcd-ehci.o
>> +hw-obj-$(CONFIG_USB_XHCI) += hcd-xhci.o
>> +hw-obj-y += libhw.o
> 
> Why a libhw.o in hw/usb/?

That are the core usb bits which need to go into libhw{32,64}.

The usb_packet_{map,unmap} functions which operate on QEMUSGList are
living there.

cheers,
  Gerd




reply via email to

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