[Qemu-devel] [PATCH 3/3] S390: Don't compile in virtio-pci

2010-03-25 Thread Alexander Graf
As soon as virtio-pci.c gets compiled and used on S390 the internal qdev magic gets confused and tries to give us PCI devices instead of S390 virtio devices. Since we don't have PCI on S390, we can safely not compile virtio-pci at all. In order to do this I added a new config option "CONFIG_VIRTI

Re: [Qemu-devel] [PATCH 3/3] S390: Don't compile in virtio-pci

2010-03-24 Thread Blue Swirl
On 3/24/10, Alexander Graf wrote: > Blue Swirl wrote: > > On 3/24/10, Alexander Graf wrote: > > > >> As soon as virtio-pci.c gets compiled and used on S390 the internal qdev > magic > >> gets confused and tries to give us PCI devices instead of S390 virtio > devices. > >> > >> Since we

Re: [Qemu-devel] [PATCH 3/3] S390: Don't compile in virtio-pci

2010-03-24 Thread Alexander Graf
Blue Swirl wrote: > On 3/24/10, Alexander Graf wrote: > >> As soon as virtio-pci.c gets compiled and used on S390 the internal qdev >> magic >> gets confused and tries to give us PCI devices instead of S390 virtio >> devices. >> >> Since we don't have PCI on S390, we can safely not compile

Re: [Qemu-devel] [PATCH 3/3] S390: Don't compile in virtio-pci

2010-03-24 Thread Blue Swirl
On 3/24/10, Alexander Graf wrote: > As soon as virtio-pci.c gets compiled and used on S390 the internal qdev magic > gets confused and tries to give us PCI devices instead of S390 virtio > devices. > > Since we don't have PCI on S390, we can safely not compile virtio-pci at all. > > In order t

[Qemu-devel] [PATCH 3/3] S390: Don't compile in virtio-pci

2010-03-24 Thread Alexander Graf
As soon as virtio-pci.c gets compiled and used on S390 the internal qdev magic gets confused and tries to give us PCI devices instead of S390 virtio devices. Since we don't have PCI on S390, we can safely not compile virtio-pci at all. In order to do this I added a new config option "CONFIG_PCI"