[Qemu-devel] [PATCH/s390-next 0/3] s390x: remaining pci related fixes

Christian Borntraeger posted 3 patches 6 years, 9 months ago
Failed in applying to current master (apply log)
hw/intc/s390_flic.c             | 23 +++++++++++-
hw/intc/s390_flic_kvm.c         | 78 +++++++++++++++++++++++++++++++++++++++--
hw/s390x/s390-virtio-ccw.c      |  9 +++--
include/hw/s390x/s390_flic.h    |  1 +
target/s390x/cpu_features.c     |  3 ++
target/s390x/cpu_features_def.h |  3 ++
target/s390x/gen-features.c     |  5 +++
target/s390x/kvm.c              |  7 ++++
8 files changed, 122 insertions(+), 7 deletions(-)
[Qemu-devel] [PATCH/s390-next 0/3] s390x: remaining pci related fixes
Posted by Christian Borntraeger 6 years, 9 months ago
here are the remaining PCI patches also enabling AIS via KVM.
CPU model wise we do not put AIS in a default model for zEC12 and z13
since almost all distribution kernels do not have ais yet. This would
break -cpu zEC12 and -cpu z13 if QEMU is updated.

patches are against previous series.


Yi Min Zhao (3):
  s390x: initialize cpu firstly
  s390x/cpumodel: add zpci, aen and ais facilities
  s390x/flic: migrate ais states

 hw/intc/s390_flic.c             | 23 +++++++++++-
 hw/intc/s390_flic_kvm.c         | 78 +++++++++++++++++++++++++++++++++++++++--
 hw/s390x/s390-virtio-ccw.c      |  9 +++--
 include/hw/s390x/s390_flic.h    |  1 +
 target/s390x/cpu_features.c     |  3 ++
 target/s390x/cpu_features_def.h |  3 ++
 target/s390x/gen-features.c     |  5 +++
 target/s390x/kvm.c              |  7 ++++
 8 files changed, 122 insertions(+), 7 deletions(-)

-- 
2.7.4


Re: [Qemu-devel] [PATCH/s390-next 0/3] s390x: remaining pci related fixes
Posted by Christian Borntraeger 6 years, 9 months ago
On 07/13/2017 12:40 PM, Christian Borntraeger wrote:
> here are the remaining PCI patches also enabling AIS via KVM.
> CPU model wise we do not put AIS in a default model for zEC12 and z13
> since almost all distribution kernels do not have ais yet. This would
> break -cpu zEC12 and -cpu z13 if QEMU is updated.
> 
> patches are against previous series.

The current state (including netboot bios) can be found on

https://github.com/borntraeger/qemu/tree/s390-next

> 
> 
> Yi Min Zhao (3):
>   s390x: initialize cpu firstly
>   s390x/cpumodel: add zpci, aen and ais facilities
>   s390x/flic: migrate ais states
> 
>  hw/intc/s390_flic.c             | 23 +++++++++++-
>  hw/intc/s390_flic_kvm.c         | 78 +++++++++++++++++++++++++++++++++++++++--
>  hw/s390x/s390-virtio-ccw.c      |  9 +++--
>  include/hw/s390x/s390_flic.h    |  1 +
>  target/s390x/cpu_features.c     |  3 ++
>  target/s390x/cpu_features_def.h |  3 ++
>  target/s390x/gen-features.c     |  5 +++
>  target/s390x/kvm.c              |  7 ++++
>  8 files changed, 122 insertions(+), 7 deletions(-)
>