23 lines
842 B
Diff
23 lines
842 B
Diff
# HG changeset patch
|
|
# User Steven Hand <steven@xensource.com>
|
|
# Date 1179152192 -3600
|
|
# Node ID 9c2a616722da143f8abcd0eabb45159341f3cce0
|
|
# Parent 3ecf516896719b667833183a4aa87975824b931b
|
|
HVM save/restore: handle larger domain ids.
|
|
|
|
Signed-off-by: Steven Hand <steven@xensource.com>
|
|
|
|
Index: xen-3.1-testing/tools/ioemu/target-i386-dm/helper2.c
|
|
===================================================================
|
|
--- xen-3.1-testing.orig/tools/ioemu/target-i386-dm/helper2.c
|
|
+++ xen-3.1-testing/tools/ioemu/target-i386-dm/helper2.c
|
|
@@ -615,7 +615,7 @@ int main_loop(void)
|
|
extern int suspend_requested;
|
|
CPUState *env = cpu_single_env;
|
|
int evtchn_fd = xc_evtchn_fd(xce_handle);
|
|
- char qemu_file[20];
|
|
+ char qemu_file[32];
|
|
|
|
buffered_io_timer = qemu_new_timer(rt_clock, handle_buffered_io,
|
|
cpu_single_env);
|