search for: 2006442

Displaying 1 result from an estimated 1 matches for "2006442".

Did you mean: 2006042
2009 Aug 03
2
[PATCH] New commands to list devices by UUID and label
...uestfs_protocol.c + $(top_builddir)/../src/guestfs_protocol.c \ + $(srcdir)/../.gnulib/lib/hash.h \ + $(srcdir)/../.gnulib/lib/hash.c -guestfsd_CFLAGS = -Wall +guestfsd_CFLAGS = -Wall -I$(srcdir)/../.gnulib/lib diff --git a/daemon/deviceby.c b/daemon/deviceby.c new file mode 100644 index 0000000..2006442 --- /dev/null +++ b/daemon/deviceby.c @@ -0,0 +1,295 @@ +/* libguestfs - the guestfsd daemon + * Copyright (C) 2009 Red Hat Inc. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Softwar...