Re: [PATCH v4 0/11] add failover feature for assigned network devices

2019-10-21 Thread Cornelia Huck
On Fri, 18 Oct 2019 22:20:29 +0200 Jens Freimann wrote: > This is implementing the host side of the net_failover concept > (https://www.kernel.org/doc/html/latest/networking/net_failover.html) (...) > Jens Freimann (10): > qdev/qbus: add hidden device support > pci: mark devices partially

Re: [PATCH v4 0/11] add failover feature for assigned network devices

2019-10-21 Thread Jens Freimann
On Sat, Oct 19, 2019 at 08:12:27AM -0700, no-re...@patchew.org wrote: Patchew URL: https://patchew.org/QEMU/20191018202040.30349-1-jfreim...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker

Re: [PATCH v4 0/11] add failover feature for assigned network devices

2019-10-19 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20191018202040.30349-1-jfreim...@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 BEGIN

Re: [PATCH v4 0/11] add failover feature for assigned network devices

2019-10-19 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20191018202040.30349-1-jfreim...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN

[PATCH v4 0/11] add failover feature for assigned network devices

2019-10-18 Thread Jens Freimann
This is implementing the host side of the net_failover concept (https://www.kernel.org/doc/html/latest/networking/net_failover.html) Changes since v3: * Patch 1, make return values of qdev_should_hide_device() more clear * Patch 1, clarify comment about new should_be_hidden DeviceListener *