[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] libxl: write PCI frontend xenstore nodes to the frontend directory.
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1294769718 0 # Node ID 76ad4bb4c583529199c761c65f13031c7f3fa29e # Parent 3c78729b6f06ecd7f48ed3a83d7af63c494c6d65 libxl: write PCI frontend xenstore nodes to the frontend directory. They accidentally got moved to the backend directory by 22680:03718b569d97. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- tools/libxl/libxl_pci.c | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff -r 3c78729b6f06 -r 76ad4bb4c583 tools/libxl/libxl_pci.c --- a/tools/libxl/libxl_pci.c Tue Jan 11 18:13:44 2011 +0000 +++ b/tools/libxl/libxl_pci.c Tue Jan 11 18:15:18 2011 +0000 @@ -261,9 +261,11 @@ static int libxl_create_pci_backend(libx flexarray_append(back, libxl__sprintf(gc, "msitranslate=%d,power_mgmt=%d", pcidev->msitranslate, pcidev->power_mgmt)); flexarray_vappend(back, libxl__sprintf(gc, "state-%d", i), libxl__sprintf(gc, "%d", 1), NULL); } - flexarray_vappend(back, "num_devs", libxl__sprintf(gc, "%d", num), - "backend-id", libxl__sprintf(gc, "%d", 0), - "state", libxl__sprintf(gc, "%d", 1), NULL); + flexarray_vappend(back, "num_devs", libxl__sprintf(gc, "%d", num)); + + flexarray_vappend(front, + "backend-id", libxl__sprintf(gc, "%d", 0), + "state", libxl__sprintf(gc, "%d", 1), NULL); libxl__device_generic_add(ctx, &device, libxl__xs_kvs_of_flexarray(gc, back, back->count), _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |