On 11/12/2015 04:58 AM, Alex Williamson wrote:
On Wed, 2015-11-11 at 18:34 +0800, Cao jin wrote:
From: Chen Fan <chen.fan.f...@cn.fujitsu.com>

...
diff --git a/hw/vfio/pci.h b/hw/vfio/pci.h
index b385f07..1b89b83 100644
--- a/hw/vfio/pci.h
+++ b/hw/vfio/pci.h
@@ -144,6 +144,8 @@ typedef struct VFIOPCIDevice {
      bool no_kvm_msix;

      NotifierWithReturn hotplug_notifier;
+    bool aer_reset;
+    bool single_depend_dev;
  } VFIOPCIDevice;

Add these to with the rest of the bools above hotplug_notifier so the
structure isn't larger than it needs to be.


OK



--
Yours Sincerely,

Cao Jin

Reply via email to