From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPF8A-0004qs-7z for qemu-devel@nongnu.org; Wed, 25 May 2011 10:32:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QPF89-0000rk-9j for qemu-devel@nongnu.org; Wed, 25 May 2011 10:32:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26607) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPF88-0000qF-VL for qemu-devel@nongnu.org; Wed, 25 May 2011 10:32:13 -0400 Message-ID: <4DDCFD8C.6000300@redhat.com> Date: Wed, 25 May 2011 15:01:00 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <4DDB7AB5.6010807@amd.com> <4DDCDD55.6050602@redhat.com> <4DDCF3E2.5080900@amd.com> In-Reply-To: <4DDCF3E2.5080900@amd.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] block/raw-posix: use a character device if a block device is given List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Egger Cc: "qemu-devel@nongnu.org" Am 25.05.2011 14:19, schrieb Christoph Egger: > On 05/25/11 12:43, Kevin Wolf wrote: >> Am 24.05.2011 11:30, schrieb Christoph Egger: >>> >>> On NetBSD a userland process is better with the character device >>> interface. In addition, a block device can't be opened twice; if a Xen >>> backend opens it, qemu can't and vice-versa. >> >> If you provide a Signed-off-by, I think this patch is ready to be committed. > > Signed-off-by: Christoph Egger Thanks, applied to the block branch. Kevin