Re: [PATCH v3 2/2] hw/virtio-pci Added AER capability.

2020-10-06 Thread Andrew Melnichenko
Ok, Main motivation: > According to Microsoft driver\device certification requirements for next > version of Window Server, PCIe device must support AER. > The exact quote of Microsoft certification requirements: > "Windows Server PCI Express devices are required to support Advanced > Error Report

Re: [PATCH v3 2/2] hw/virtio-pci Added AER capability.

2020-10-06 Thread Yan Vugenfirer
Hi Michael, > On 5 Oct 2020, at 8:46 PM, Michael S. Tsirkin wrote: > > On Mon, Oct 05, 2020 at 02:56:01PM +0300, and...@daynix.com wrote: >> From: Andrew >> >> Buglink: https://bugzilla.redhat.com/show_bug.cgi?id=1878465 > > That's a private bug - what information can you share about > the

Re: [PATCH v3 2/2] hw/virtio-pci Added AER capability.

2020-10-05 Thread Michael S. Tsirkin
On Mon, Oct 05, 2020 at 02:56:01PM +0300, and...@daynix.com wrote: > From: Andrew > > Buglink: https://bugzilla.redhat.com/show_bug.cgi?id=1878465 That's a private bug - what information can you share about the motivation for the patch? > Added AER capability for virtio-pci devices. > Also adde

[PATCH v3 2/2] hw/virtio-pci Added AER capability.

2020-10-05 Thread andrew
From: Andrew Buglink: https://bugzilla.redhat.com/show_bug.cgi?id=1878465 Added AER capability for virtio-pci devices. Also added property for devices, by default AER is disabled. Signed-off-by: Andrew Melnychenko --- hw/virtio/virtio-pci.c | 16 hw/virtio/virtio-pci.h | 4 ++