summary refs log tree commit diff stats
path: root/hw/i386/xen/xen-pvh.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/i386/xen/xen-pvh.c')
-rw-r--r--hw/i386/xen/xen-pvh.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/i386/xen/xen-pvh.c b/hw/i386/xen/xen-pvh.c
index 45645667e9..f1f02d3311 100644
--- a/hw/i386/xen/xen-pvh.c
+++ b/hw/i386/xen/xen-pvh.c
@@ -89,6 +89,9 @@ static void xen_pvh_machine_class_init(ObjectClass *oc, void *data)
     /* We have an implementation specific init to create CPU objects.  */
     xpc->init = xen_pvh_init;
 
+    /* Enable buffered IOREQs.  */
+    xpc->handle_bufioreq = HVM_IOREQSRV_BUFIOREQ_ATOMIC;
+
     /*
      * PCI INTX routing.
      *