Re: [Qemu-devel] [PATCH v1] s390x/pci: Send correct event on hotplug.

2019-01-15 Thread Cornelia Huck
On Thu, 10 Jan 2019 22:03:58 +0100 David Hildenbrand wrote: > Comit 2c28c490571f ("s390x/pci: let pci devices start in configured mode") > changed the initial state of zPCI devices from ZPCI_FS_STANDBY to > ZPCI_FS_DISABLED (a.k.a. configured). However we still only send a > HP_EVENT_RESERVED_TO_

Re: [Qemu-devel] [PATCH v1] s390x/pci: Send correct event on hotplug.

2019-01-14 Thread Cornelia Huck
[restored cc:s] On Mon, 14 Jan 2019 11:06:19 +0100 Pierre Morel wrote: > On 11/01/2019 10:38, Cornelia Huck wrote: > > On Fri, 11 Jan 2019 08:16:41 +0100 > > David Hildenbrand wrote: > > > >> On 10.01.19 22:03, David Hildenbrand wrote: > >>> Comit 2c28c490571f ("s390x/pci: let pci devices

Re: [Qemu-devel] [PATCH v1] s390x/pci: Send correct event on hotplug.

2019-01-14 Thread Pierre Morel
On 11/01/2019 10:38, Cornelia Huck wrote: On Fri, 11 Jan 2019 08:16:41 +0100 David Hildenbrand wrote: On 10.01.19 22:03, David Hildenbrand wrote: Comit 2c28c490571f ("s390x/pci: let pci devices start in configured mode") changed the initial state of zPCI devices from ZPCI_FS_STANDBY to ZPCI_F

Re: [Qemu-devel] [PATCH v1] s390x/pci: Send correct event on hotplug.

2019-01-11 Thread Cornelia Huck
On Fri, 11 Jan 2019 08:16:41 +0100 David Hildenbrand wrote: > On 10.01.19 22:03, David Hildenbrand wrote: > > Comit 2c28c490571f ("s390x/pci: let pci devices start in configured mode") > > changed the initial state of zPCI devices from ZPCI_FS_STANDBY to > > ZPCI_FS_DISABLED (a.k.a. configured).

Re: [Qemu-devel] [PATCH v1] s390x/pci: Send correct event on hotplug.

2019-01-10 Thread David Hildenbrand
On 10.01.19 22:03, David Hildenbrand wrote: > Comit 2c28c490571f ("s390x/pci: let pci devices start in configured mode") > changed the initial state of zPCI devices from ZPCI_FS_STANDBY to > ZPCI_FS_DISABLED (a.k.a. configured). However we still only send a > HP_EVENT_RESERVED_TO_STANDBY event to t

[Qemu-devel] [PATCH v1] s390x/pci: Send correct event on hotplug.

2019-01-10 Thread David Hildenbrand
Comit 2c28c490571f ("s390x/pci: let pci devices start in configured mode") changed the initial state of zPCI devices from ZPCI_FS_STANDBY to ZPCI_FS_DISABLED (a.k.a. configured). However we still only send a HP_EVENT_RESERVED_TO_STANDBY event to the guest, indicating a wrong state. Let's send a HP