This commit is contained in:
committed by
Git OBS Bridge
parent
af3c23ccba
commit
2e40c9b50c
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user