Re: [Qemu-devel] [PATCH buildfix] target-ppc: Unbreak kvm_ppc.c build

2012-06-09 Thread Blue Swirl
Thanks, applied. On Sat, Jun 9, 2012 at 1:43 AM, Andreas Färber wrote: > The file is located in target-ppc/, not hw/. > > Signed-off-by: Andreas Färber > Cc: Paolo Bonzini > Cc: Anthony Liguori > Cc: Blue Swirl > --- >  hw/ppc/Makefile.objs     |    1 - >  target-ppc/Makefile.objs |    2 +- >

[Qemu-devel] [PATCH buildfix] target-ppc: Unbreak kvm_ppc.c build

2012-06-08 Thread Andreas Färber
The file is located in target-ppc/, not hw/. Signed-off-by: Andreas Färber Cc: Paolo Bonzini Cc: Anthony Liguori Cc: Blue Swirl --- hw/ppc/Makefile.objs |1 - target-ppc/Makefile.objs |2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/ppc/Makefile.objs b/hw/pp