SHA256
1
0
forked from pool/xen

- bnc#651822 - xm snapshot-xxx scripts lead to an XP SP3 HVM domU

to chkdsk
  snapshot-xend.patch
  snapshot-ioemu-restore.patch

- bnc#651957 - Xen: vm-install failed to start
  xenpaging.enabled.patch 

- fate#310510 - fix xenpaging
  xenpaging.signal_handling.patch
  - unlink pagefile in signal handler

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=84
This commit is contained in:
Charles Arnold
2010-11-19 20:15:50 +00:00
committed by Git OBS Bridge
parent a12433a7fb
commit 64f5943c90
19 changed files with 242 additions and 248 deletions

View File

@@ -19,7 +19,7 @@ Index: xen-4.0.1-testing/tools/ioemu-qemu-xen/hw/xen_blktap.c
===================================================================
--- xen-4.0.1-testing.orig/tools/ioemu-qemu-xen/hw/xen_blktap.c
+++ xen-4.0.1-testing/tools/ioemu-qemu-xen/hw/xen_blktap.c
@@ -230,9 +230,10 @@ static int map_new_dev(struct td_state *
@@ -228,9 +228,10 @@ static int map_new_dev(struct td_state *
return -1;
}
@@ -31,7 +31,7 @@ Index: xen-4.0.1-testing/tools/ioemu-qemu-xen/hw/xen_blktap.c
char* devname;
static int devnumber = 0;
int i;
@@ -242,7 +243,22 @@ static int open_disk(struct td_state *s,
@@ -240,7 +241,22 @@ static int open_disk(struct td_state *s,
bs = bdrv_new(devname);
free(devname);
@@ -55,7 +55,7 @@ Index: xen-4.0.1-testing/tools/ioemu-qemu-xen/hw/xen_blktap.c
fprintf(stderr, "Could not open image file %s\n", path);
return -ENOMEM;
}
@@ -525,7 +541,7 @@ static void handle_blktap_ctrlmsg(void*
@@ -519,7 +535,7 @@ static void handle_blktap_ctrlmsg(void*
s = state_init();
/*Open file*/