- bnc#717650 - Unable to start VM
- Update to Xen 4.1.2_rc2 c/s 23152 - bnc#716695 - domUs using tap devices will not start updated multi-xvdp.patch - Upstream patches from Jan 23803-intel-pmu-models.patch 23800-x86_64-guest-addr-range.patch 23795-intel-ich10-quirk.patch 23804-x86-IPI-counts.patch - bnc#706106 - Inconsistent reporting of VM names during migration xend-migration-domname-fix.patch - bnc#712823 - L3:Xen guest does not start reliable when rebooted xend-vcpu-affinity-fix.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=143
This commit is contained in:
committed by
Git OBS Bridge
parent
679b440be4
commit
800917b5a2
@@ -15,10 +15,10 @@ Signed-off-by: Kevin Wolf <kwolf@suse.de>
|
||||
tapdisk-ioemu.c | 17 -----------------
|
||||
4 files changed, 17 insertions(+), 26 deletions(-)
|
||||
|
||||
Index: xen-4.1.1-testing/tools/ioemu-qemu-xen/Makefile
|
||||
Index: xen-4.1.2-testing/tools/ioemu-qemu-xen/Makefile
|
||||
===================================================================
|
||||
--- xen-4.1.1-testing.orig/tools/ioemu-qemu-xen/Makefile
|
||||
+++ xen-4.1.1-testing/tools/ioemu-qemu-xen/Makefile
|
||||
--- xen-4.1.2-testing.orig/tools/ioemu-qemu-xen/Makefile
|
||||
+++ xen-4.1.2-testing/tools/ioemu-qemu-xen/Makefile
|
||||
@@ -46,14 +46,6 @@ $(filter %-user,$(SUBDIR_RULES)): libqem
|
||||
|
||||
recurse-all: $(SUBDIR_RULES)
|
||||
@@ -56,10 +56,10 @@ Index: xen-4.1.1-testing/tools/ioemu-qemu-xen/Makefile
|
||||
######################################################################
|
||||
# libqemu_common.a: Target independent part of system emulation. The
|
||||
# long term path is to suppress *all* target specific code in case of
|
||||
Index: xen-4.1.1-testing/tools/ioemu-qemu-xen/configure
|
||||
Index: xen-4.1.2-testing/tools/ioemu-qemu-xen/configure
|
||||
===================================================================
|
||||
--- xen-4.1.1-testing.orig/tools/ioemu-qemu-xen/configure
|
||||
+++ xen-4.1.1-testing/tools/ioemu-qemu-xen/configure
|
||||
--- xen-4.1.2-testing.orig/tools/ioemu-qemu-xen/configure
|
||||
+++ xen-4.1.2-testing/tools/ioemu-qemu-xen/configure
|
||||
@@ -1511,7 +1511,7 @@ bsd)
|
||||
;;
|
||||
esac
|
||||
@@ -69,10 +69,10 @@ Index: xen-4.1.1-testing/tools/ioemu-qemu-xen/configure
|
||||
if test `expr "$target_list" : ".*softmmu.*"` != 0 ; then
|
||||
tools="qemu-img\$(EXESUF) $tools"
|
||||
if [ "$linux" = "yes" ] ; then
|
||||
Index: xen-4.1.1-testing/tools/ioemu-qemu-xen/qemu-tool.c
|
||||
Index: xen-4.1.2-testing/tools/ioemu-qemu-xen/qemu-tool.c
|
||||
===================================================================
|
||||
--- xen-4.1.1-testing.orig/tools/ioemu-qemu-xen/qemu-tool.c
|
||||
+++ xen-4.1.1-testing/tools/ioemu-qemu-xen/qemu-tool.c
|
||||
--- xen-4.1.2-testing.orig/tools/ioemu-qemu-xen/qemu-tool.c
|
||||
+++ xen-4.1.2-testing/tools/ioemu-qemu-xen/qemu-tool.c
|
||||
@@ -68,7 +68,7 @@ void qemu_bh_delete(QEMUBH *bh)
|
||||
qemu_free(bh);
|
||||
}
|
||||
@@ -82,10 +82,10 @@ Index: xen-4.1.1-testing/tools/ioemu-qemu-xen/qemu-tool.c
|
||||
IOCanRWHandler *fd_read_poll,
|
||||
IOHandler *fd_read,
|
||||
IOHandler *fd_write,
|
||||
Index: xen-4.1.1-testing/tools/ioemu-qemu-xen/tapdisk-ioemu.c
|
||||
Index: xen-4.1.2-testing/tools/ioemu-qemu-xen/tapdisk-ioemu.c
|
||||
===================================================================
|
||||
--- xen-4.1.1-testing.orig/tools/ioemu-qemu-xen/tapdisk-ioemu.c
|
||||
+++ xen-4.1.1-testing/tools/ioemu-qemu-xen/tapdisk-ioemu.c
|
||||
--- xen-4.1.2-testing.orig/tools/ioemu-qemu-xen/tapdisk-ioemu.c
|
||||
+++ xen-4.1.2-testing/tools/ioemu-qemu-xen/tapdisk-ioemu.c
|
||||
@@ -12,34 +12,12 @@
|
||||
|
||||
extern void qemu_aio_init(void);
|
||||
|
Reference in New Issue
Block a user