Re: [Qemu-devel] [PATCH 05/20] arm: Move CPU files to target/ folder

2016-12-14 Thread Paolo Bonzini
On 14/12/2016 08:59, Thomas Huth wrote: >>> Right, good catch, thanks! Looks like I did it right in the other >>> patches and used target/ppc/cpu.h there for example ... I'll fix it for >>> ARM in the next version of the patch... >> There is the same problem in: m68k, alpha, mips and sh4. >> >> C

Re: [Qemu-devel] [PATCH 05/20] arm: Move CPU files to target/ folder

2016-12-14 Thread Thomas Huth
On 14.12.2016 08:56, Laurent Vivier wrote: > Le 14/12/2016 à 08:43, Thomas Huth a écrit : >> On 13.12.2016 19:19, Peter Maydell wrote: >>> On 9 December 2016 at 12:17, Thomas Huth wrote: diff --git a/hw/arm/virt-acpi-build.c b/hw/arm/virt-acpi-build.c index d4160df..60770d4 100644 -

Re: [Qemu-devel] [PATCH 05/20] arm: Move CPU files to target/ folder

2016-12-13 Thread Laurent Vivier
Le 14/12/2016 à 08:43, Thomas Huth a écrit : > On 13.12.2016 19:19, Peter Maydell wrote: >> On 9 December 2016 at 12:17, Thomas Huth wrote: >>> diff --git a/hw/arm/virt-acpi-build.c b/hw/arm/virt-acpi-build.c >>> index d4160df..60770d4 100644 >>> --- a/hw/arm/virt-acpi-build.c >>> +++ b/hw/arm/vir

Re: [Qemu-devel] [PATCH 05/20] arm: Move CPU files to target/ folder

2016-12-13 Thread Thomas Huth
On 13.12.2016 19:19, Peter Maydell wrote: > On 9 December 2016 at 12:17, Thomas Huth wrote: >> diff --git a/hw/arm/virt-acpi-build.c b/hw/arm/virt-acpi-build.c >> index d4160df..60770d4 100644 >> --- a/hw/arm/virt-acpi-build.c >> +++ b/hw/arm/virt-acpi-build.c >> @@ -33,7 +33,7 @@ >> #include "qe

Re: [Qemu-devel] [PATCH 05/20] arm: Move CPU files to target/ folder

2016-12-13 Thread Peter Maydell
On 9 December 2016 at 12:17, Thomas Huth wrote: > diff --git a/hw/arm/virt-acpi-build.c b/hw/arm/virt-acpi-build.c > index d4160df..60770d4 100644 > --- a/hw/arm/virt-acpi-build.c > +++ b/hw/arm/virt-acpi-build.c > @@ -33,7 +33,7 @@ > #include "qemu/bitmap.h" > #include "trace.h" > #include "qo

[Qemu-devel] [PATCH 05/20] arm: Move CPU files to target/ folder

2016-12-09 Thread Thomas Huth
Signed-off-by: Thomas Huth --- MAINTAINERS| 4 ++-- Makefile.objs | 2 +- hw/arm/strongarm.h | 2 +- hw/arm/virt-acpi-build.c | 2 +- include/hw/arm/arm.h | 2 +- include/h