Re: [Qemu-devel] [RFC PATCH 00/11] Stubs cleanup

2016-12-23 Thread Paolo Bonzini
- Original Message - > From: "Markus Armbruster" > To: "Paolo Bonzini" > Cc: "Eduardo Habkost" , "Peter Maydell" > , "Fam Zheng" > , "QEMU Developers" > Sent: Friday, December 23, 2016 10:02:33 AM > Sub

Re: [Qemu-devel] [RFC PATCH 00/11] Stubs cleanup

2016-12-23 Thread Markus Armbruster
Paolo Bonzini writes: > On 22/12/2016 18:42, Eduardo Habkost wrote: >> On Thu, Dec 22, 2016 at 06:32:24PM +0100, Paolo Bonzini wrote: >>> >>> >>> On 22/12/2016 18:30, Peter Maydell wrote: On 22 December 2016 at 15:59, Paolo Bonzini wrote: > This moves out of libqemustub.a those function

Re: [Qemu-devel] [RFC PATCH 00/11] Stubs cleanup

2016-12-22 Thread Paolo Bonzini
On 22/12/2016 18:42, Eduardo Habkost wrote: > On Thu, Dec 22, 2016 at 06:32:24PM +0100, Paolo Bonzini wrote: >> >> >> On 22/12/2016 18:30, Peter Maydell wrote: >>> On 22 December 2016 at 15:59, Paolo Bonzini wrote: This moves out of libqemustub.a those functions which can be handled si

Re: [Qemu-devel] [RFC PATCH 00/11] Stubs cleanup

2016-12-22 Thread Eduardo Habkost
On Thu, Dec 22, 2016 at 06:32:24PM +0100, Paolo Bonzini wrote: > > > On 22/12/2016 18:30, Peter Maydell wrote: > > On 22 December 2016 at 15:59, Paolo Bonzini wrote: > >> This moves out of libqemustub.a those functions which can be handled > >> simply by $(call lnot), like we already do for pci-

Re: [Qemu-devel] [RFC PATCH 00/11] Stubs cleanup

2016-12-22 Thread Paolo Bonzini
On 22/12/2016 18:30, Peter Maydell wrote: > On 22 December 2016 at 15:59, Paolo Bonzini wrote: >> This moves out of libqemustub.a those functions which can be handled >> simply by $(call lnot), like we already do for pci-stub.c or kvm-stub.c. >> libqemustub.a keep the more complex cases where a

Re: [Qemu-devel] [RFC PATCH 00/11] Stubs cleanup

2016-12-22 Thread Peter Maydell
On 22 December 2016 at 15:59, Paolo Bonzini wrote: > This moves out of libqemustub.a those functions which can be handled > simply by $(call lnot), like we already do for pci-stub.c or kvm-stub.c. > libqemustub.a keep the more complex cases where a small part of the > executables we build needs an

[Qemu-devel] [RFC PATCH 00/11] Stubs cleanup

2016-12-22 Thread Paolo Bonzini
This moves out of libqemustub.a those functions which can be handled simply by $(call lnot), like we already do for pci-stub.c or kvm-stub.c. libqemustub.a keep the more complex cases where a small part of the executables we build needs an implementation of a small subset of an API. Paolo Paolo B