From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36665) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZN0Ai-00084l-OE for qemu-devel@nongnu.org; Wed, 05 Aug 2015 11:00:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZN0Ac-0007EQ-VY for qemu-devel@nongnu.org; Wed, 05 Aug 2015 11:00:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37456) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZN0Ac-0007DJ-Pe for qemu-devel@nongnu.org; Wed, 05 Aug 2015 10:59:54 -0400 Date: Wed, 5 Aug 2015 17:59:52 +0300 From: "Michael S. Tsirkin" Message-ID: <1438786731-5199-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL 0/1] virtio fix for 2.4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell The following changes since commit 2be4f242b50a84bf360df02480b173bfed161107: Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging (2015-08-04 16:51:24 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream for you to fetch changes up to 74aae7b22b8a67cf31937b2f4bdefe2881e799e9: virtio: fix 1.0 virtqueue migration (2015-08-05 16:56:34 +0300) ---------------------------------------------------------------- virtio fix for 2.4 Fixes migration in virtio 1 mode. We still have a known bug with memory hotplug, it doesn't look like we can fix that in time for 2.4. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Jason Wang (1): virtio: fix 1.0 virtqueue migration include/hw/virtio/virtio.h | 6 +++++ hw/virtio/virtio.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+)