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

2020-10-05 Thread Andrew Melnichenko
yes > DEFINE_PROP_BIT("aer", VirtIOPCIProxy, flags, > VIRTIO_PCI_FLAG_AER_BIT, *false*), > On Mon, Oct 5, 2020 at 1:08 PM Michael S. Tsirkin wrote: > On Mon, Oct 05, 2020 at 12:01:40PM +0300, and...@daynix.com wrote: > > From: Andrew > > > > Buglink: https://bugzilla.re

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

2020-10-05 Thread Michael S. Tsirkin
On Mon, Oct 05, 2020 at 12:01:40PM +0300, and...@daynix.com wrote: > From: Andrew > > Buglink: https://bugzilla.redhat.com/show_bug.cgi?id=1857668 > Added AER capability for virtio-pci devices. > Also added property for devices, by default AER is enabled. Looking at code it's disabled by defaul

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

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