From a744b96a3630cd060ede68256d4fbd8eaefd4bd9 Mon Sep 17 00:00:00 2001 From: Christian Limpach Date: Thu, 21 Sep 2006 19:33:51 +0100 Subject: [qemu patches] Refresh. Signed-off-by: Christian Limpach --- tools/ioemu/patches/xen-support-buffered-ioreqs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tools/ioemu/patches/xen-support-buffered-ioreqs') diff --git a/tools/ioemu/patches/xen-support-buffered-ioreqs b/tools/ioemu/patches/xen-support-buffered-ioreqs index 77ed854258..53ad78b0dd 100644 --- a/tools/ioemu/patches/xen-support-buffered-ioreqs +++ b/tools/ioemu/patches/xen-support-buffered-ioreqs @@ -1,8 +1,8 @@ Index: ioemu/vl.c =================================================================== ---- ioemu.orig/vl.c 2006-08-17 19:50:22.277673633 +0100 -+++ ioemu/vl.c 2006-08-17 19:55:21.878556486 +0100 -@@ -5838,6 +5838,7 @@ +--- ioemu.orig/vl.c 2006-09-21 19:33:32.000000000 +0100 ++++ ioemu/vl.c 2006-09-21 19:33:32.000000000 +0100 +@@ -5844,6 +5844,7 @@ unsigned long nr_pages, tmp_nr_pages, shared_page_nr; xen_pfn_t *page_array; extern void *shared_page; @@ -10,7 +10,7 @@ Index: ioemu/vl.c char qemu_dm_logfilename[64]; -@@ -6419,6 +6420,18 @@ +@@ -6425,6 +6426,18 @@ fprintf(logfile, "shared page at pfn:%lx, mfn: %"PRIx64"\n", shared_page_nr, (uint64_t)(page_array[shared_page_nr])); @@ -31,8 +31,8 @@ Index: ioemu/vl.c #elif defined(__ia64__) Index: ioemu/target-i386-dm/helper2.c =================================================================== ---- ioemu.orig/target-i386-dm/helper2.c 2006-08-17 19:49:44.491850141 +0100 -+++ ioemu/target-i386-dm/helper2.c 2006-08-17 19:50:41.490549986 +0100 +--- ioemu.orig/target-i386-dm/helper2.c 2006-09-21 19:33:30.000000000 +0100 ++++ ioemu/target-i386-dm/helper2.c 2006-09-21 19:33:32.000000000 +0100 @@ -76,6 +76,10 @@ shared_iopage_t *shared_page = NULL; -- cgit v1.2.3 From 3cce2a03932efdf2b5243bf93d1ed97ebe750e5f Mon Sep 17 00:00:00 2001 From: Christian Limpach Date: Tue, 24 Oct 2006 14:48:06 +0100 Subject: [qemu patches] Update patches upto changeset 11870:29b02d929b7e. Signed-off-by: Christian Limpach --- tools/ioemu/patches/xen-support-buffered-ioreqs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tools/ioemu/patches/xen-support-buffered-ioreqs') diff --git a/tools/ioemu/patches/xen-support-buffered-ioreqs b/tools/ioemu/patches/xen-support-buffered-ioreqs index 53ad78b0dd..7865dda35b 100644 --- a/tools/ioemu/patches/xen-support-buffered-ioreqs +++ b/tools/ioemu/patches/xen-support-buffered-ioreqs @@ -1,8 +1,8 @@ Index: ioemu/vl.c =================================================================== ---- ioemu.orig/vl.c 2006-09-21 19:33:32.000000000 +0100 -+++ ioemu/vl.c 2006-09-21 19:33:32.000000000 +0100 -@@ -5844,6 +5844,7 @@ +--- ioemu.orig/vl.c 2006-10-24 14:33:47.000000000 +0100 ++++ ioemu/vl.c 2006-10-24 14:33:47.000000000 +0100 +@@ -5854,6 +5854,7 @@ unsigned long nr_pages, tmp_nr_pages, shared_page_nr; xen_pfn_t *page_array; extern void *shared_page; @@ -10,7 +10,7 @@ Index: ioemu/vl.c char qemu_dm_logfilename[64]; -@@ -6425,6 +6426,18 @@ +@@ -6440,6 +6441,18 @@ fprintf(logfile, "shared page at pfn:%lx, mfn: %"PRIx64"\n", shared_page_nr, (uint64_t)(page_array[shared_page_nr])); @@ -31,8 +31,8 @@ Index: ioemu/vl.c #elif defined(__ia64__) Index: ioemu/target-i386-dm/helper2.c =================================================================== ---- ioemu.orig/target-i386-dm/helper2.c 2006-09-21 19:33:30.000000000 +0100 -+++ ioemu/target-i386-dm/helper2.c 2006-09-21 19:33:32.000000000 +0100 +--- ioemu.orig/target-i386-dm/helper2.c 2006-10-24 14:33:45.000000000 +0100 ++++ ioemu/target-i386-dm/helper2.c 2006-10-24 14:33:47.000000000 +0100 @@ -76,6 +76,10 @@ shared_iopage_t *shared_page = NULL; -- cgit v1.2.3