From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36640 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PB8DT-00024q-SA for qemu-devel@nongnu.org; Wed, 27 Oct 2010 11:47:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PB7TU-0008Af-Es for qemu-devel@nongnu.org; Wed, 27 Oct 2010 10:59:53 -0400 Received: from mail-qy0-f173.google.com ([209.85.216.173]:41593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PB7TU-0008AZ-BE for qemu-devel@nongnu.org; Wed, 27 Oct 2010 10:59:36 -0400 Received: by qyl33 with SMTP id 33so4316447qyl.4 for ; Wed, 27 Oct 2010 07:59:35 -0700 (PDT) Message-ID: <4CC83E55.1010307@codemonkey.ws> Date: Wed, 27 Oct 2010 09:59:33 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20101026152255.GA12186@redhat.com> <20101027165151.GA22298@redhat.com> In-Reply-To: <20101027165151.GA22298@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PULL-stable] virtio, vhost, migration List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org On 10/27/2010 11:51 AM, Michael S. Tsirkin wrote: > On Tue, Oct 26, 2010 at 05:22:55PM +0200, Michael S. Tsirkin wrote: > >> The following changes since commit 6ed912999d6ef636a5be5ccb266d7d3c0f0310b4: >> >> Update for 0.13.0 release (2010-10-14 10:00:59 -0500) >> >> are available in the git repository at: >> git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git stable-0.13 >> >> Michael S. Tsirkin (3): >> vhost: enable log before starting vq >> migration: don't segfault on invalid input >> virtio: sanity-check available index >> > Ugh, the vhost patch is broken. Please don't merge yet, I will > send another request separately. > Just broken for stable or for master too? Regards, Anthony Liguori >> arch_init.c | 3 +++ >> hw/vhost.c | 20 ++++++++++---------- >> hw/virtio.c | 11 +++++++++++ >> 3 files changed, 24 insertions(+), 10 deletions(-) >>