Re: [Qemu-devel] [PATCH] build: rm libhw

2012-10-07 Thread Avi Kivity
On 10/05/2012 06:06 PM, Anthony Liguori wrote: > Signed-off-by: Anthony Liguori > > -QEMULIBS=libhw libuser libdis libdis-user > +QEMULIBS=libuser libdis libdis-user > Two other possibilities: - make it 'libhw.a' (and introduce a way of including just relevant hardware models) - reduces bina

Re: [Qemu-devel] [PATCH] build: rm libhw

2012-10-05 Thread Anthony Liguori
Blue Swirl writes: > On Fri, Oct 5, 2012 at 4:06 PM, Anthony Liguori wrote: >> Signed-off-by: Anthony Liguori >> --- >> Makefile|2 +- >> Makefile.hw | 22 -- >> Makefile.objs |2 ++ >> Makefile.target |1 - >> configure |5 - >> 5

Re: [Qemu-devel] [PATCH] build: rm libhw

2012-10-05 Thread Blue Swirl
On Fri, Oct 5, 2012 at 4:06 PM, Anthony Liguori wrote: > Signed-off-by: Anthony Liguori > --- > Makefile|2 +- > Makefile.hw | 22 -- > Makefile.objs |2 ++ > Makefile.target |1 - > configure |5 - > 5 files changed, 3 insertions(+),

[Qemu-devel] [PATCH] build: rm libhw

2012-10-05 Thread Anthony Liguori
Signed-off-by: Anthony Liguori --- Makefile|2 +- Makefile.hw | 22 -- Makefile.objs |2 ++ Makefile.target |1 - configure |5 - 5 files changed, 3 insertions(+), 29 deletions(-) delete mode 100644 Makefile.hw diff --git a/Makefile