Re: [Qemu-devel] [PATCH 9/9] Move mp_state to CPU_COMMON

2009-11-09 Thread Alexander Graf
On 09.11.2009, at 20:44, Anthony Liguori wrote: Alexander Graf wrote: On 29.10.2009, at 22:39, Hollis Blanchard wrote: On Wed, 2009-10-21 at 21:17 +0200, Alexander Graf wrote: MP State is implemented in the generic code, so let's move the variable it accesses to generic code as well. St

Re: [Qemu-devel] [PATCH 9/9] Move mp_state to CPU_COMMON

2009-11-09 Thread Anthony Liguori
Alexander Graf wrote: On 29.10.2009, at 22:39, Hollis Blanchard wrote: On Wed, 2009-10-21 at 21:17 +0200, Alexander Graf wrote: MP State is implemented in the generic code, so let's move the variable it accesses to generic code as well. Still unbreaks PPC and now even S390x w/ KVM. Signed-o

Re: [Qemu-devel] [PATCH 9/9] Move mp_state to CPU_COMMON

2009-10-29 Thread Hollis Blanchard
On Wed, 2009-10-21 at 21:17 +0200, Alexander Graf wrote: > MP State is implemented in the generic code, so let's move the variable > it accesses to generic code as well. > > Still unbreaks PPC and now even S390x w/ KVM. > > Signed-off-by: Alexander Graf Acked-by: Hollis Blanchard Anthony, thi

[Qemu-devel] [PATCH 9/9] Move mp_state to CPU_COMMON

2009-10-21 Thread Alexander Graf
MP State is implemented in the generic code, so let's move the variable it accesses to generic code as well. Still unbreaks PPC and now even S390x w/ KVM. Signed-off-by: Alexander Graf --- cpu-defs.h|1 + target-i386/cpu.h |1 - 2 files changed, 1 insertions(+), 1 deletions(-)

[Qemu-devel] [PATCH 9/9] Move mp_state to CPU_COMMON

2009-10-21 Thread Alexander Graf
MP State is implemented in the generic code, so let's move the variable it accesses to generic code as well. Still unbreaks PPC and now even S390x w/ KVM. Signed-off-by: Alexander Graf --- cpu-defs.h|1 + target-i386/cpu.h |1 - 2 files changed, 1 insertions(+), 1 deletions(-)

[Qemu-devel] [PATCH 9/9] Move mp_state to CPU_COMMON

2009-10-19 Thread Alexander Graf
MP State is implemented in the generic code, so let's move the variable it accesses to generic code as well. Still unbreaks PPC and now even S390x w/ KVM. Signed-off-by: Alexander Graf --- cpu-defs.h|1 + target-i386/cpu.h |1 - 2 files changed, 1 insertions(+), 1 deletions(-)