From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sm2jk-0000ZN-Pr for qemu-devel@nongnu.org; Tue, 03 Jul 2012 09:01:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sm2jd-00021I-F9 for qemu-devel@nongnu.org; Tue, 03 Jul 2012 09:01:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14246) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sm2jd-00020d-7F for qemu-devel@nongnu.org; Tue, 03 Jul 2012 09:01:41 -0400 Message-ID: <4FF2ECFA.3040700@redhat.com> Date: Tue, 03 Jul 2012 15:00:42 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1340816593-10719-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1340816593-10719-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] blockdev: warn when copy_on_read=on and readonly=on List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Anthony Liguori , qemu-devel@nongnu.org Am 27.06.2012 19:03, schrieb Stefan Hajnoczi: > If the image is read-only then it's not possible to copy read data into > it. Therefore copy-on-read is automatically disabled for read-only > images. > > Up until now this behavior was silent, add a warning so the user knows > why copy-on-read is not working. > > Signed-off-by: Stefan Hajnoczi Thanks, applied to the block branch. Kevin