[Qemu-devel] [PATCH 1/2] Move KVM init to arch_init.c, compile vl.c once

2010-04-02 Thread Blue Swirl
Remove dependency of vl.c to KVM, then we can partially revert b33612d03540fda7fa67485f1c20395beb7a2bf0. Signed-off-by: Blue Swirl --- Makefile.objs |2 +- Makefile.target |2 +- arch_init.c |5 + arch_init.h |1 + kvm-all.c |3 +++ kvm.h |8

Re: [Qemu-devel] [PATCH 1/2] Move KVM init to arch_init.c, compile vl.c once

2010-04-01 Thread Blue Swirl
On 4/1/10, Anthony Liguori wrote: > On 04/01/2010 03:07 PM, Blue Swirl wrote: > > > Remove dependency of vl.c to KVM, then we can partially revert > > b33612d03540fda7fa67485f1c20395beb7a2bf0. > > > > Signed-off-by: Blue Swirl > > --- > > Makefile.objs |2 +- > > Makefile.target |2 +- >

Re: [Qemu-devel] [PATCH 1/2] Move KVM init to arch_init.c, compile vl.c once

2010-04-01 Thread Anthony Liguori
On 04/01/2010 03:07 PM, Blue Swirl wrote: Remove dependency of vl.c to KVM, then we can partially revert b33612d03540fda7fa67485f1c20395beb7a2bf0. Signed-off-by: Blue Swirl --- Makefile.objs |2 +- Makefile.target |2 +- arch_init.c | 20 arch_init.h

[Qemu-devel] [PATCH 1/2] Move KVM init to arch_init.c, compile vl.c once

2010-04-01 Thread Blue Swirl
Remove dependency of vl.c to KVM, then we can partially revert b33612d03540fda7fa67485f1c20395beb7a2bf0. Signed-off-by: Blue Swirl --- Makefile.objs |2 +- Makefile.target |2 +- arch_init.c | 20 arch_init.h |2 ++ vl.c| 14 ++--