Re: [Qemu-devel] [RFC 7/8] include core qdev code into *-user, too

2012-08-21 Thread Eduardo Habkost
On Tue, Aug 21, 2012 at 05:59:22PM +0100, Peter Maydell wrote: > On 21 August 2012 16:43, Eduardo Habkost wrote: > > The code depends on some functions from qemu-option.o, so add > > qemu-option.o to qom-obj-y to make sure it's included. > > > > Signed-off-by: Eduardo Habkost > > --- > > Makefil

Re: [Qemu-devel] [RFC 7/8] include core qdev code into *-user, too

2012-08-21 Thread Peter Maydell
On 21 August 2012 16:43, Eduardo Habkost wrote: > The code depends on some functions from qemu-option.o, so add > qemu-option.o to qom-obj-y to make sure it's included. > > Signed-off-by: Eduardo Habkost > --- > Makefile.objs | 1 + > hw/Makefile.objs

[Qemu-devel] [RFC 7/8] include core qdev code into *-user, too

2012-08-21 Thread Eduardo Habkost
The code depends on some functions from qemu-option.o, so add qemu-option.o to qom-obj-y to make sure it's included. Signed-off-by: Eduardo Habkost --- Makefile.objs | 1 + hw/Makefile.objs| 2 +- qom/Makefile.objs