Re: [Qemu-devel] [PATCH 0/3 V2] add PCI support for the s390 platform

2014-12-18 Thread Cornelia Huck
On Thu, 18 Dec 2014 09:52:05 +0100 Frank Blaschka wrote: > This set of patches implemets PCI support for the s390 platform. > Now it is possible to run virtio-net-pci and potentially all > virtual pci devices conforming to s390 platform constrains. > > V1 added lot of feedback from Alex Graf >

[Qemu-devel] [PATCH 0/3 V2] add PCI support for the s390 platform

2014-12-18 Thread Frank Blaschka
This set of patches implemets PCI support for the s390 platform. Now it is possible to run virtio-net-pci and potentially all virtual pci devices conforming to s390 platform constrains. V1 added lot of feedback from Alex Graf fixed tons of endian issues V2 added couple of small improvments and