From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROSqI-0005cU-4U for qemu-devel@nongnu.org; Thu, 10 Nov 2011 06:30:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ROSqE-0002zg-8n for qemu-devel@nongnu.org; Thu, 10 Nov 2011 06:30:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55156) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROSqE-0002zc-0g for qemu-devel@nongnu.org; Thu, 10 Nov 2011 06:30:46 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id pAABUjFm025354 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 10 Nov 2011 06:30:45 -0500 Message-ID: <4EBBB6A0.7010400@redhat.com> Date: Thu, 10 Nov 2011 12:33:52 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <8920a92ef9be3313494009853d25bae9cc5a1c54.1320865627.git.quintela@redhat.com> In-Reply-To: <8920a92ef9be3313494009853d25bae9cc5a1c54.1320865627.git.quintela@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] drive_open: Add invalidate option for block devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org Am 09.11.2011 20:16, schrieb Juan Quintela: > Linux allows to invalidate block devices. This is needed for the incoming > migration part. > > Signed-off-by: Juan Quintela I think Christoph said that this ioctl kills ramdisks? Or was that something different? Kevin