Re: [Qemu-devel] [For 4.1 PATCH v2 0/2] Reversions to fix PCIe in virtio

2019-07-29 Thread Daniel P . Berrangé
On Mon, Jul 29, 2019 at 05:43:17PM +0100, Peter Maydell wrote: > On Mon, 29 Jul 2019 at 17:36, Dr. David Alan Gilbert > wrote: > > > > * Cornelia Huck (coh...@redhat.com) wrote: > > > On Mon, 29 Jul 2019 17:29:01 +0100 > > > "Dr. David Alan Gilbert (git)" wrote: > > > > > > > From: "Dr. David Ala

Re: [Qemu-devel] [For 4.1 PATCH v2 0/2] Reversions to fix PCIe in virtio

2019-07-29 Thread Peter Maydell
On Mon, 29 Jul 2019 at 17:36, Dr. David Alan Gilbert wrote: > > * Cornelia Huck (coh...@redhat.com) wrote: > > On Mon, 29 Jul 2019 17:29:01 +0100 > > "Dr. David Alan Gilbert (git)" wrote: > > > > > From: "Dr. David Alan Gilbert" > > > > > > Revert a couple of patches that break PCIe capabilities

Re: [Qemu-devel] [For 4.1 PATCH v2 0/2] Reversions to fix PCIe in virtio

2019-07-29 Thread Dr. David Alan Gilbert
* Cornelia Huck (coh...@redhat.com) wrote: > On Mon, 29 Jul 2019 17:29:01 +0100 > "Dr. David Alan Gilbert (git)" wrote: > > > From: "Dr. David Alan Gilbert" > > > > Revert a couple of patches that break PCIe capabilities in virtio > > devices. The 'optional' revert is just reverted to make the

Re: [Qemu-devel] [For 4.1 PATCH v2 0/2] Reversions to fix PCIe in virtio

2019-07-29 Thread Cornelia Huck
On Mon, 29 Jul 2019 17:29:01 +0100 "Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > Revert a couple of patches that break PCIe capabilities in virtio > devices. The 'optional' revert is just reverted to make the main > reversion trivial. Don't want to spoil the party

[Qemu-devel] [For 4.1 PATCH v2 0/2] Reversions to fix PCIe in virtio

2019-07-29 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Revert a couple of patches that break PCIe capabilities in virtio devices. The 'optional' revert is just reverted to make the main reversion trivial. Symptom: Loss of PCIe capabilities in virtio devices hung off PCIe bridges Signed-off-by: Dr. David Alan Gilbert