From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqPg0-0001KP-LG for qemu-devel@nongnu.org; Mon, 08 Aug 2011 09:15:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QqPfw-0003NC-Fg for qemu-devel@nongnu.org; Mon, 08 Aug 2011 09:15:28 -0400 Received: from mail-gw0-f45.google.com ([74.125.83.45]:45930) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqPfw-0003N6-DL for qemu-devel@nongnu.org; Mon, 08 Aug 2011 09:15:24 -0400 Received: by gwb19 with SMTP id 19so1507677gwb.4 for ; Mon, 08 Aug 2011 06:15:23 -0700 (PDT) Message-ID: <4E3FE168.1070300@codemonkey.ws> Date: Mon, 08 Aug 2011 08:15:20 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1312463195-13605-1-git-send-email-avi@redhat.com> <1312463195-13605-2-git-send-email-avi@redhat.com> <4E3BF599.4050207@codemonkey.ws> <20110808103606.GA10372@redhat.com> <4E3FDA5F.5050105@codemonkey.ws> <20110808125647.GA27643@redhat.com> <4E3FDE50.3060702@codemonkey.ws> <20110808131427.GA28006@redhat.com> In-Reply-To: <20110808131427.GA28006@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 01/39] virtio-pci: get config on init List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Avi Kivity , kvm@vger.kernel.org, qemu-devel@nongnu.org On 08/08/2011 08:14 AM, Michael S. Tsirkin wrote: > Probably not noticeable because guests don't do the RMW > in practice. > We also send the config over on migration. > That's probably a bug as well ... It's probably unnecessary, but I don't think it's a bug.. Regards, Anthony Liguori >