Hi all,
this patch series backports few fixes from QEMU to qemu-xen 4.3.

The second patch avoid calling main_loop_wait with nonblocking set to 1,
so that the select timeout is always as high as possible on Xen.

The third patch fixes this PCI passthrough bug:
http://marc.info/?l=xen-devel&m=136242365010750


Stefano Stabellini (3):
      xen: simplify xen_enabled
      main_loop: do not set nonblocking if xen_enabled()
      xen: start PCI hole at 0xe0000000 (same as pc_init1 and 
qemu-xen-traditional)

 hw/pc.h      |    3 +++
 hw/pc_piix.c |    6 +++---
 hw/xen.h     |    4 ----
 vl.c         |    2 +-
 xen-all.c    |   12 ++++++------
 5 files changed, 13 insertions(+), 14 deletions(-)

Cheers,

Stefano

Reply via email to