Displaying 1 result from an estimated 1 matches for "qemu_chr_new_from_opts".
2013 May 27
6
[PATCH 0/3] Xen related fixes
...ixes a regression in qemu-char;
- the second one is just a cleanup (that is needed to simplify preprocessor
dependencies);
- the last one avoids setting nonblocking on Xen (as is already done for
KVM).
The last two patches should be backported to older branches.
Stefano Stabellini (3):
qemu_chr_new_from_opts: do not overwrite existing chr->filename
xen: simplify xen_enabled
main_loop: do not set nonblocking if xen_enabled()
include/hw/xen/xen.h | 4 ----
qemu-char.c | 5 +++--
vl.c | 2 +-
3 files changed, 4 insertions(+), 7 deletions(-)
- Stefano