Re: [Qemu-devel] [PATCH] hw/virtio: Use CONFIG_VIRTIO_PCI switch instead of CONFIG_PCI

2019-02-02 Thread no-reply
Patchew URL: https://patchew.org/QEMU/1548420960--1-git-send-email-th...@redhat.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BE

Re: [Qemu-devel] [PATCH] hw/virtio: Use CONFIG_VIRTIO_PCI switch instead of CONFIG_PCI

2019-01-25 Thread Michael S. Tsirkin
On Fri, Jan 25, 2019 at 01:56:00PM +0100, Thomas Huth wrote: > For downstream s390x builds, we'd like to be able to build QEMU with > CONFIG_VIRTIO_PCI disabled (since virtio-ccw is used here instead), > but still with CONFIG_PCI enabled. This currently fails since the > virtio-*-pci.o files are st

Re: [Qemu-devel] [PATCH] hw/virtio: Use CONFIG_VIRTIO_PCI switch instead of CONFIG_PCI

2019-01-25 Thread Philippe Mathieu-Daudé
On 1/25/19 1:56 PM, Thomas Huth wrote: > For downstream s390x builds, we'd like to be able to build QEMU with > CONFIG_VIRTIO_PCI disabled (since virtio-ccw is used here instead), > but still with CONFIG_PCI enabled. This currently fails since the > virtio-*-pci.o files are still included in the bu

[Qemu-devel] [PATCH] hw/virtio: Use CONFIG_VIRTIO_PCI switch instead of CONFIG_PCI

2019-01-25 Thread Thomas Huth
For downstream s390x builds, we'd like to be able to build QEMU with CONFIG_VIRTIO_PCI disabled (since virtio-ccw is used here instead), but still with CONFIG_PCI enabled. This currently fails since the virtio-*-pci.o files are still included in the build, but virtio-pci.o is missing. Use the right