From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58707 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAlU7-0007RW-7f for qemu-devel@nongnu.org; Tue, 26 Oct 2010 11:30:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAlSy-0004ll-HR for qemu-devel@nongnu.org; Tue, 26 Oct 2010 11:30:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21584) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAlSy-0004lX-Az for qemu-devel@nongnu.org; Tue, 26 Oct 2010 11:29:36 -0400 Date: Tue, 26 Oct 2010 17:22:55 +0200 From: "Michael S. Tsirkin" Message-ID: <20101026152255.GA12186@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL-stable] virtio, vhost, migration List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , qemu-devel@nongnu.org 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 arch_init.c | 3 +++ hw/vhost.c | 20 ++++++++++---------- hw/virtio.c | 11 +++++++++++ 3 files changed, 24 insertions(+), 10 deletions(-)