|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] build break in xl.c in python
I'm getting a build break in python xl code. Looks like the following
changeset did not make the corresponding parameter change from the caller site
in python:
-static int do_pci_remove(libxl__gc *gc, uint32_t domid, libxl_device_pci
*pcidev)
+static int do_pci_remove(libxl__gc *gc, uint32_t domid,
+ libxl_device_pci *pcidev, int force)
Changeset:
31 hours ago: xl: Implement PCI passthrough force removal
changeset 22229: 1385b15e168f
tag: tip
author: Gianni Tedesco <gianni.tedesco@xxxxxxxxxx>
date: Wed Oct 06 17:38:15 2010 +0100
files: tools/libxl/libxl.h tools/libxl/libxl_pci.c tools/libxl/xl_cmdimpl.c
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|