This commit is contained in:
committed by
Git OBS Bridge
parent
4790095364
commit
0bb51565d6
@@ -1,12 +1,12 @@
|
||||
Index: xen-3.3.1-testing/tools/ioemu-remote/hw/xen_platform.c
|
||||
Index: xen-3.4.0-testing/tools/ioemu-remote/hw/xen_platform.c
|
||||
===================================================================
|
||||
--- xen-3.3.1-testing.orig/tools/ioemu-remote/hw/xen_platform.c
|
||||
+++ xen-3.3.1-testing/tools/ioemu-remote/hw/xen_platform.c
|
||||
@@ -101,6 +101,19 @@ static void platform_ioport_write(void *
|
||||
--- xen-3.4.0-testing.orig/tools/ioemu-remote/hw/xen_platform.c
|
||||
+++ xen-3.4.0-testing/tools/ioemu-remote/hw/xen_platform.c
|
||||
@@ -356,6 +356,19 @@ static void platform_ioport_write(void *
|
||||
net_tap_shutdown_all();
|
||||
fprintf(logfile, "Done.\n");
|
||||
break;
|
||||
+ case 8:
|
||||
+ case 8:
|
||||
+ if (val ==1 ) {
|
||||
+ fprintf(logfile, "Disconnect IDE hard disk...\n");
|
||||
+ ide_unplug_harddisks();
|
||||
|
Reference in New Issue
Block a user