qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/3] Xen related fixes


From: Stefano Stabellini
Subject: [Qemu-devel] [PATCH v2 0/3] Xen related fixes
Date: Wed, 29 May 2013 12:18:20 +0100
User-agent: Alpine 2.02 (DEB 1266 2009-07-14)

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

[Prev in Thread] Current Thread [Next in Thread]