From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEcTQ-0007kt-7r for qemu-devel@nongnu.org; Mon, 13 Jul 2015 08:04:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZEcTK-0005sh-FM for qemu-devel@nongnu.org; Mon, 13 Jul 2015 08:04:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEcTK-0005sN-AG for qemu-devel@nongnu.org; Mon, 13 Jul 2015 08:04:34 -0400 Date: Mon, 13 Jul 2015 15:04:31 +0300 From: "Michael S. Tsirkin" Message-ID: <1436789051-18446-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/4] pc,virtio: fixes 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 c4fc82bf1ad088a84ccedf779f6aa928e4fadb5f: tco-test: fix up config accesses and re-enable (2015-07-08 12:38:30 +0300) 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 4421c6a38a37d558b8e6f82d2d54aee30350f57f: pc: fix reuse of pc-i440fx-2.4 in pc-i440fx-2.3 (2015-07-13 15:00:02 +0300) ---------------------------------------------------------------- pc,virtio: fixes for 2.4 pc and virtio changes, bugfixes only. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Cornelia Huck (1): qdev: fix 64 bit properties Eduardo Habkost (1): pc: fix reuse of pc-i440fx-2.4 in pc-i440fx-2.3 Jason Wang (1): Revert "virtio-net: enable virtio 1.0" Michael S. Tsirkin (1): virtio-pci: don't crash on illegal length include/hw/qdev-properties.h | 2 +- hw/core/qdev-properties.c | 2 +- hw/i386/pc_piix.c | 2 +- hw/net/virtio-net.c | 1 - hw/virtio/virtio-pci.c | 6 ++++-- 5 files changed, 7 insertions(+), 6 deletions(-)