Updating link to change in openSUSE:Factory/xen revision 99.0
OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=87c8ac43897718b61dbcbca0296d6c2a
This commit is contained in:
committed by
Git OBS Bridge
parent
06b9899ef9
commit
163148b426
@@ -1,7 +1,7 @@
|
||||
Index: xen-4.0.0-testing/tools/ioemu-remote/savevm.c
|
||||
Index: xen-4.0.1-testing/tools/ioemu-qemu-xen/savevm.c
|
||||
===================================================================
|
||||
--- xen-4.0.0-testing.orig/tools/ioemu-remote/savevm.c
|
||||
+++ xen-4.0.0-testing/tools/ioemu-remote/savevm.c
|
||||
--- xen-4.0.1-testing.orig/tools/ioemu-qemu-xen/savevm.c
|
||||
+++ xen-4.0.1-testing/tools/ioemu-qemu-xen/savevm.c
|
||||
@@ -28,6 +28,7 @@
|
||||
#include "sysemu.h"
|
||||
#include "qemu-timer.h"
|
||||
@@ -97,10 +97,10 @@ Index: xen-4.0.0-testing/tools/ioemu-remote/savevm.c
|
||||
#ifndef CONFIG_DM
|
||||
|
||||
void do_savevm(const char *name)
|
||||
Index: xen-4.0.0-testing/tools/ioemu-remote/i386-dm/helper2.c
|
||||
Index: xen-4.0.1-testing/tools/ioemu-qemu-xen/i386-dm/helper2.c
|
||||
===================================================================
|
||||
--- xen-4.0.0-testing.orig/tools/ioemu-remote/i386-dm/helper2.c
|
||||
+++ xen-4.0.0-testing/tools/ioemu-remote/i386-dm/helper2.c
|
||||
--- xen-4.0.1-testing.orig/tools/ioemu-qemu-xen/i386-dm/helper2.c
|
||||
+++ xen-4.0.1-testing/tools/ioemu-qemu-xen/i386-dm/helper2.c
|
||||
@@ -112,6 +112,9 @@ int send_vcpu = 0;
|
||||
//the evtchn port for polling the notification,
|
||||
evtchn_port_t *ioreq_local_port;
|
||||
@@ -167,10 +167,10 @@ Index: xen-4.0.0-testing/tools/ioemu-remote/i386-dm/helper2.c
|
||||
|
||||
/* Wait to be allowed to continue */
|
||||
while (xen_pause_requested) {
|
||||
Index: xen-4.0.0-testing/tools/ioemu-remote/qemu-xen.h
|
||||
Index: xen-4.0.1-testing/tools/ioemu-qemu-xen/qemu-xen.h
|
||||
===================================================================
|
||||
--- xen-4.0.0-testing.orig/tools/ioemu-remote/qemu-xen.h
|
||||
+++ xen-4.0.0-testing/tools/ioemu-remote/qemu-xen.h
|
||||
--- xen-4.0.1-testing.orig/tools/ioemu-qemu-xen/qemu-xen.h
|
||||
+++ xen-4.0.1-testing/tools/ioemu-qemu-xen/qemu-xen.h
|
||||
@@ -34,6 +34,15 @@ void qemu_invalidate_map_cache(void)
|
||||
#define mapcache_lock() ((void)0)
|
||||
#define mapcache_unlock() ((void)0)
|
||||
@@ -195,10 +195,10 @@ Index: xen-4.0.0-testing/tools/ioemu-remote/qemu-xen.h
|
||||
void xenstore_check_new_media_present(int timeout);
|
||||
void xenstore_write_vncport(int vnc_display);
|
||||
void xenstore_read_vncpasswd(int domid, char *pwbuf, size_t pwbuflen);
|
||||
Index: xen-4.0.0-testing/tools/ioemu-remote/xenstore.c
|
||||
Index: xen-4.0.1-testing/tools/ioemu-qemu-xen/xenstore.c
|
||||
===================================================================
|
||||
--- xen-4.0.0-testing.orig/tools/ioemu-remote/xenstore.c
|
||||
+++ xen-4.0.0-testing/tools/ioemu-remote/xenstore.c
|
||||
--- xen-4.0.1-testing.orig/tools/ioemu-qemu-xen/xenstore.c
|
||||
+++ xen-4.0.1-testing/tools/ioemu-qemu-xen/xenstore.c
|
||||
@@ -17,6 +17,7 @@
|
||||
|
||||
#include "exec-all.h"
|
||||
@@ -207,7 +207,7 @@ Index: xen-4.0.0-testing/tools/ioemu-remote/xenstore.c
|
||||
|
||||
#include "console.h"
|
||||
#include "hw.h"
|
||||
@@ -839,6 +840,7 @@ static void xenstore_process_dm_command_
|
||||
@@ -862,6 +863,7 @@ static void xenstore_process_dm_command_
|
||||
{
|
||||
char *path = NULL, *command = NULL, *par = NULL;
|
||||
unsigned int len;
|
||||
@@ -215,7 +215,7 @@ Index: xen-4.0.0-testing/tools/ioemu-remote/xenstore.c
|
||||
|
||||
if (pasprintf(&path,
|
||||
"/local/domain/0/device-model/%u/command", domid) == -1) {
|
||||
@@ -854,7 +856,18 @@ static void xenstore_process_dm_command_
|
||||
@@ -877,7 +879,18 @@ static void xenstore_process_dm_command_
|
||||
|
||||
if (!strncmp(command, "save", len)) {
|
||||
fprintf(logfile, "dm-command: pause and save state\n");
|
||||
@@ -235,7 +235,7 @@ Index: xen-4.0.0-testing/tools/ioemu-remote/xenstore.c
|
||||
} else if (!strncmp(command, "continue", len)) {
|
||||
fprintf(logfile, "dm-command: continue after state save\n");
|
||||
xen_pause_requested = 0;
|
||||
@@ -987,6 +1000,13 @@ void xenstore_record_dm_state(const char
|
||||
@@ -1010,6 +1023,13 @@ void xenstore_record_dm_state(const char
|
||||
xenstore_record_dm("state", state);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user