This commit is contained in:
committed by
Git OBS Bridge
parent
f5d6338f4d
commit
8cefe055e5
@@ -92,7 +92,7 @@ Index: xen-3.3.0-testing/tools/xenstore/xenstored_core.c
|
||||
|
||||
TDB_CONTEXT *tdb_context(struct connection *conn)
|
||||
{
|
||||
@@ -1803,10 +1803,10 @@ int main(int argc, char *argv[])
|
||||
@@ -1786,10 +1786,10 @@ int main(int argc, char *argv[])
|
||||
remove_local = false;
|
||||
break;
|
||||
case 'S':
|
||||
@@ -175,25 +175,3 @@ Index: xen-3.3.0-testing/tools/libxen/src/xen_common.c
|
||||
}
|
||||
|
||||
|
||||
Index: xen-3.3.0-testing/tools/ioemu/hw/pass-through.c
|
||||
===================================================================
|
||||
--- xen-3.3.0-testing.orig/tools/ioemu/hw/pass-through.c
|
||||
+++ xen-3.3.0-testing/tools/ioemu/hw/pass-through.c
|
||||
@@ -1389,7 +1389,7 @@ static int pt_register_regions(struct pt
|
||||
return 0;
|
||||
}
|
||||
|
||||
-static int pt_unregister_regions(struct pt_dev *assigned_device)
|
||||
+static void pt_unregister_regions(struct pt_dev *assigned_device)
|
||||
{
|
||||
int i, type, ret;
|
||||
uint32_t e_size;
|
||||
@@ -1434,7 +1434,7 @@ static int pt_unregister_regions(struct
|
||||
}
|
||||
|
||||
}
|
||||
-
|
||||
+
|
||||
}
|
||||
|
||||
uint8_t find_cap_offset(struct pci_dev *pci_dev, uint8_t cap)
|
||||
|
Reference in New Issue
Block a user