From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52728) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzTf1-0000Pe-Fs for qemu-devel@nongnu.org; Thu, 09 Aug 2012 10:24:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SzTev-00028O-Qb for qemu-devel@nongnu.org; Thu, 09 Aug 2012 10:24:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15493) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzTev-00028E-Il for qemu-devel@nongnu.org; Thu, 09 Aug 2012 10:24:21 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q79EOKlF010605 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 9 Aug 2012 10:24:21 -0400 Message-ID: <5023C811.1050807@redhat.com> Date: Thu, 09 Aug 2012 16:24:17 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1344521241-22897-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1344521241-22897-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] final patches for cache=writeback List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Am 09.08.2012 16:07, schrieb Paolo Bonzini: > Kevin, > > here is a resend of the virtio-blk patches plus the one-liner for > flipping the default cache mode from writethrough to writeback. > > Paolo Bonzini (3): > virtio-blk: support VIRTIO_BLK_F_CONFIG_WCE > virtio-blk: disable write cache if not negotiated > blockdev: flip default cache mode from writethrough to writeback > > blockdev.c | 1 + > hw/virtio-blk.c | 30 ++++++++++++++++++++++++++++-- > hw/virtio-blk.h | 4 +++- > 3 file modificati, 32 inserzioni(+), 3 rimozioni(-) Thanks, applied all to the block branch. Kevin