SHA256
1
0
forked from pool/xen
OBS User unknown
2007-04-25 23:53:07 +00:00
committed by Git OBS Bridge
parent af3c23ccba
commit 2e40c9b50c
157 changed files with 1639 additions and 32207 deletions

View File

@@ -2,7 +2,7 @@ Index: xen-unstable/xen/tools/symbols.c
===================================================================
--- xen-unstable.orig/xen/tools/symbols.c
+++ xen-unstable/xen/tools/symbols.c
@@ -120,7 +120,8 @@ read_symbol(FILE *in, struct sym_entry *
@@ -80,7 +80,8 @@ static int read_symbol(FILE *in, struct
if (rc != 3) {
if (rc != EOF) {
/* skip line */
@@ -49,3 +49,15 @@ Index: xen-unstable/tools/misc/miniterm/miniterm.c
break;
}
Index: xen-unstable/tools/ioemu/hw/usb-hid.c
===================================================================
--- xen-unstable.orig/tools/ioemu/hw/usb-hid.c
+++ xen-unstable/tools/ioemu/hw/usb-hid.c
@@ -557,6 +557,7 @@ int usb_mouse_load(QEMUFile *f, void *op
fprintf(logfile, "usb_mouse_load:add usb_mouse_event.\n");
qemu_add_mouse_event_handler(usb_mouse_event, s, 0);
}
+ return 0;
}