Hi all,
I have few simple fixes for Xen for the development tree as well as QEMU
1.5 and older releases:


- the first patch is just a cleanup (that is needed to simplify
  preprocessor dependencies);
- the second patch avoids setting nonblocking on Xen (as is already done
  for KVM);
  These two patches should be backported to QEMU 1.5 and older stable
  branches.

- the last patch fixes the "Invalid icc-bridge value" error that
  prevents the Xen PV machine from starting.
  This patch should be backported to QEMU 1.5.



Stefano Stabellini (3):
      xen: simplify xen_enabled
      main_loop: do not set nonblocking if xen_enabled()
      xen_machine_pv: do not create a dummy CPU in machine->init

 hw/i386/xen_machine_pv.c |   16 ----------------
 include/hw/xen/xen.h     |    4 ----
 vl.c                     |    2 +-
 3 files changed, 1 insertions(+), 21 deletions(-)

- Stefano

Reply via email to