From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53193 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAMA6-0001Py-Os for qemu-devel@nongnu.org; Mon, 25 Oct 2010 08:28:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PALx9-0000BC-Fk for qemu-devel@nongnu.org; Mon, 25 Oct 2010 08:15:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27210) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PALx9-0000B6-9Q for qemu-devel@nongnu.org; Mon, 25 Oct 2010 08:15:03 -0400 Date: Mon, 25 Oct 2010 14:08:21 +0200 From: "Michael S. Tsirkin" Message-ID: <20101025120821.GA17377@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL] 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 c57c846a80f9306aa2c6cf7efdef45ed42723fac: qemu-timer: move commonly used timer code to qemu-timer-common (2010-10-23 15:24:07 +0000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony Michael S. Tsirkin (3): vhost: enable log before starting vq migration: don't segfault on invalid input virtio: sanity-check available index They are also applicable to the stable branch. arch_init.c | 3 +++ hw/vhost.c | 20 ++++++++++---------- hw/virtio.c | 11 +++++++++++ 3 files changed, 24 insertions(+), 10 deletions(-)