From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3880-0007QB-6n for qemu-devel@nongnu.org; Mon, 12 Sep 2011 11:08:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R387y-0002af-JM for qemu-devel@nongnu.org; Mon, 12 Sep 2011 11:08:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38079) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R387y-0002aZ-CU for qemu-devel@nongnu.org; Mon, 12 Sep 2011 11:08:54 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p8CF8rku018796 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 12 Sep 2011 11:08:53 -0400 Message-ID: <4E6E2083.2090204@redhat.com> Date: Mon, 12 Sep 2011 17:08:51 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1315495505-28906-1-git-send-email-pbonzini@redhat.com> <1315495505-28906-3-git-send-email-pbonzini@redhat.com> <4E6E1413.4070007@redhat.com> In-Reply-To: <4E6E1413.4070007@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 02/12] nbd: sync API definitions with upstream List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org 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 maintainer said he applied the patch, but apparently hasn't pushed yet. http://article.gmane.org/gmane.linux.drivers.nbd.general/1084 Paolo