[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Rename bus names from xenbus* to xen*.
# HG changeset patch # User cl349@xxxxxxxxxxxxxxxxxxxx # Node ID a1a998b059b1f6b7f7991fef9aee0f9cbefe0b1d # Parent 6d8c80499148ab8d7409636a94cc8d05868dd1a6 Rename bus names from xenbus* to xen*. Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx> diff -r 6d8c80499148 -r a1a998b059b1 linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c --- a/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c Thu Aug 18 18:56:47 2005 +++ b/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c Thu Aug 18 19:01:09 2005 @@ -100,7 +100,7 @@ .get_bus_id = frontend_bus_id, .probe = xenbus_probe_frontend, .bus = { - .name = "xenbus", + .name = "xen", .match = xenbus_match, }, }; @@ -157,7 +157,7 @@ .get_bus_id = backend_bus_id, .probe = xenbus_probe_backend, .bus = { - .name = "xenbus-backend", + .name = "xen-backend", .match = xenbus_match, }, }; _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |