Re: [Qemu-devel] [PATCH 2/3] Compile vl.c once

2010-05-05 Thread Blue Swirl
On 5/4/10, TeLeMan wrote: > This patch breaks cpu list("-cpu ?"). Thanks for reporting. Fixed in HEAD.

Re: [Qemu-devel] [PATCH 2/3] Compile vl.c once

2010-05-03 Thread TeLeMan
This patch breaks cpu list("-cpu ?"). -- SUN OF A BEACH On Fri, Apr 16, 2010 at 03:08, Blue Swirl wrote: > Since kvm.h can be used in files compiled once, > we can partially revert > b33612d03540fda7fa67485f1c20395beb7a2bf0. > > Signed-off-by: Blue Swirl > --- >  Makefile.objs   |    2 +- >  

[Qemu-devel] [PATCH 2/3] Compile vl.c once

2010-04-15 Thread Blue Swirl
Since kvm.h can be used in files compiled once, we can partially revert b33612d03540fda7fa67485f1c20395beb7a2bf0. Signed-off-by: Blue Swirl --- Makefile.objs |2 +- Makefile.target |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.objs b/Makefile.objs index