Re: [Qemu-devel] [PATCH 0/3] Fix S390x target v2

2010-04-01 Thread Alexander Graf
Aurelien Jarno wrote:
 On Thu, Mar 25, 2010 at 02:58:59PM +0100, Alexander Graf wrote:
   
 We're in a bad situation with the S390 qemu target. It only works with KVM,
 so people can't test it when they don't have access to a real S390 machine.

 While trying to build and use s390x-softmmu again I stumbled across a couple
 of issues, all addressed in this patch set. The patches should all not affect
 non-s390 targets at all.


 v1 - v2:

   - change CONFIG_PCI to CONFIG_VIRTIO_PCI
 

 Thanks, all applied.
   


Are you sure? I only see patch 3 applied. Either way, following up with
another patch set that includes 1/3 and 2/3.


Alex





Re: [Qemu-devel] [PATCH 0/3] Fix S390x target v2

2010-03-26 Thread Aurelien Jarno
On Thu, Mar 25, 2010 at 02:58:59PM +0100, Alexander Graf wrote:
 We're in a bad situation with the S390 qemu target. It only works with KVM,
 so people can't test it when they don't have access to a real S390 machine.
 
 While trying to build and use s390x-softmmu again I stumbled across a couple
 of issues, all addressed in this patch set. The patches should all not affect
 non-s390 targets at all.
 
 
 v1 - v2:
 
   - change CONFIG_PCI to CONFIG_VIRTIO_PCI

Thanks, all applied.

 Alexander Graf (3):
   S390: Add stub for cpu_get_phys_page_debug
   S390: Tell user why VM creation failed
   S390: Don't compile in virtio-pci
 
  Makefile.objs  |3 ++-
  default-configs/arm-softmmu.mak|1 +
  default-configs/cris-softmmu.mak   |1 +
  default-configs/i386-softmmu.mak   |1 +
  default-configs/m68k-softmmu.mak   |1 +
  default-configs/microblaze-softmmu.mak |1 +
  default-configs/mips-softmmu.mak   |1 +
  default-configs/mips64-softmmu.mak |1 +
  default-configs/mips64el-softmmu.mak   |1 +
  default-configs/mipsel-softmmu.mak |1 +
  default-configs/ppc-softmmu.mak|1 +
  default-configs/ppc64-softmmu.mak  |1 +
  default-configs/ppcemb-softmmu.mak |1 +
  default-configs/sh4-softmmu.mak|1 +
  default-configs/sh4eb-softmmu.mak  |1 +
  default-configs/sparc-softmmu.mak  |1 +
  default-configs/sparc64-softmmu.mak|1 +
  default-configs/x86_64-softmmu.mak |1 +
  kvm-all.c  |7 ++-
  target-s390x/helper.c  |5 +
  20 files changed, 30 insertions(+), 2 deletions(-)
 
 
 
 

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net




[Qemu-devel] [PATCH 0/3] Fix S390x target v2

2010-03-25 Thread Alexander Graf
We're in a bad situation with the S390 qemu target. It only works with KVM,
so people can't test it when they don't have access to a real S390 machine.

While trying to build and use s390x-softmmu again I stumbled across a couple
of issues, all addressed in this patch set. The patches should all not affect
non-s390 targets at all.


v1 - v2:

  - change CONFIG_PCI to CONFIG_VIRTIO_PCI

Alexander Graf (3):
  S390: Add stub for cpu_get_phys_page_debug
  S390: Tell user why VM creation failed
  S390: Don't compile in virtio-pci

 Makefile.objs  |3 ++-
 default-configs/arm-softmmu.mak|1 +
 default-configs/cris-softmmu.mak   |1 +
 default-configs/i386-softmmu.mak   |1 +
 default-configs/m68k-softmmu.mak   |1 +
 default-configs/microblaze-softmmu.mak |1 +
 default-configs/mips-softmmu.mak   |1 +
 default-configs/mips64-softmmu.mak |1 +
 default-configs/mips64el-softmmu.mak   |1 +
 default-configs/mipsel-softmmu.mak |1 +
 default-configs/ppc-softmmu.mak|1 +
 default-configs/ppc64-softmmu.mak  |1 +
 default-configs/ppcemb-softmmu.mak |1 +
 default-configs/sh4-softmmu.mak|1 +
 default-configs/sh4eb-softmmu.mak  |1 +
 default-configs/sparc-softmmu.mak  |1 +
 default-configs/sparc64-softmmu.mak|1 +
 default-configs/x86_64-softmmu.mak |1 +
 kvm-all.c  |7 ++-
 target-s390x/helper.c  |5 +
 20 files changed, 30 insertions(+), 2 deletions(-)





[Qemu-devel] [PATCH 0/3] Fix S390x target

2010-03-24 Thread Alexander Graf
We're in a bad situation with the S390 qemu target. It only works with KVM,
so people can't test it when they don't have access to a real S390 machine.

While trying to build and use s390x-softmmu again I stumbled across a couple
of issues, all addressed in this patch set. The patches should all not affect
non-s390 targets at all.

Alexander Graf (3):
  S390: Add stub for cpu_get_phys_page_debug
  S390: Tell user why VM creation failed
  S390: Don't compile in virtio-pci

 Makefile.objs  |3 ++-
 default-configs/arm-softmmu.mak|1 +
 default-configs/cris-softmmu.mak   |1 +
 default-configs/i386-softmmu.mak   |1 +
 default-configs/m68k-softmmu.mak   |1 +
 default-configs/microblaze-softmmu.mak |1 +
 default-configs/mips-softmmu.mak   |1 +
 default-configs/mips64-softmmu.mak |1 +
 default-configs/mips64el-softmmu.mak   |1 +
 default-configs/mipsel-softmmu.mak |1 +
 default-configs/ppc-softmmu.mak|1 +
 default-configs/ppc64-softmmu.mak  |1 +
 default-configs/ppcemb-softmmu.mak |1 +
 default-configs/sh4-softmmu.mak|1 +
 default-configs/sh4eb-softmmu.mak  |1 +
 default-configs/sparc-softmmu.mak  |1 +
 default-configs/sparc64-softmmu.mak|1 +
 default-configs/x86_64-softmmu.mak |1 +
 kvm-all.c  |7 ++-
 target-s390x/helper.c  |5 +
 20 files changed, 30 insertions(+), 2 deletions(-)