Re: [Qemu-devel] [PATCH 02/12] nbd: sync API definitions with upstream

2011-09-12 Thread Paolo Bonzini
On 09/12/2011 04:15 PM, Kevin Wolf wrote: > Signed-off-by: Paolo Bonzini > --- >nbd.c |2 ++ >nbd.h | 11 ++- >2 files changed, 12 insertions(+), 1 deletions(-) Which upstream? I can't find any NBD version that defines a command/flag for TRIM. Upstream userspace maint

Re: [Qemu-devel] [PATCH 02/12] nbd: sync API definitions with upstream

2011-09-12 Thread Kevin Wolf
Am 08.09.2011 17:24, schrieb Paolo Bonzini: > Signed-off-by: Paolo Bonzini > --- > nbd.c |2 ++ > nbd.h | 11 ++- > 2 files changed, 12 insertions(+), 1 deletions(-) Which upstream? I can't find any NBD version that defines a command/flag for TRIM. Kevin

[Qemu-devel] [PATCH 02/12] nbd: sync API definitions with upstream

2011-09-08 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini --- nbd.c |2 ++ nbd.h | 11 ++- 2 files changed, 12 insertions(+), 1 deletions(-) diff --git a/nbd.c b/nbd.c index 07a8e53..9ed2239 100644 --- a/nbd.c +++ b/nbd.c @@ -66,6 +66,8 @@ #define NBD_PRINT_DEBUG _IO(0xab, 6) #define NBD_SET_SIZE_BLO