From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56405) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UC5q4-0007D0-3r for qemu-devel@nongnu.org; Sun, 03 Mar 2013 05:08:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UC5q1-0006Z0-E4 for qemu-devel@nongnu.org; Sun, 03 Mar 2013 05:08:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UC5q1-0006Yg-6U for qemu-devel@nongnu.org; Sun, 03 Mar 2013 05:08:13 -0500 Date: Sun, 3 Mar 2013 12:08:24 +0200 From: "Michael S. Tsirkin" Message-ID: <20130303100824.GA15871@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL] virtio,vhost,pci,e1000 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Anthony Liguori Cc: akorolex@gmail.com, ghammer@redhat.com, jasowang@redhat.com, lersek@redhat.com, mst@redhat.com The following changes since commit 864a556e9a800116a305f10fbb714268ca7e9bc3: Merge remote-tracking branch 'kwolf/for-anthony' into staging (2013-02-26 07:44:39 -0600) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_anthony for you to fetch changes up to 554f1997f0328bc259454239db64b20b3376d9a6: Set virtio-serial device to have a default of 2 MSI vectors. (2013-02-27 17:24:40 +0200) ---------------------------------------------------------------- virtio,vhost,pci,e1000 Mostly bugfixes, but also some ICH work by Laszlo. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Alexey Korolev (1): Fix guest OS hang when 64bit PCI bar present Gal Hammer (1): Set virtio-serial device to have a default of 2 MSI vectors. Laszlo Ersek (1): ICH9 LPC: Reset Control Register, basic implementation Michael S. Tsirkin (2): vhost: memory sync fixes e1000: unbreak the guest network migration to 1.3 hw/e1000.c | 25 ++++++++++++++++++++++++ hw/ich9.h | 11 +++++++++++ hw/lpc_ich9.c | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ hw/pc.h | 5 +++++ hw/pc_piix.c | 4 ++++ hw/sysbus.c | 27 ++++++++++++++++++++++---- hw/sysbus.h | 2 ++ hw/vhost.c | 49 ++++++++++++++++++++++++++++++----------------- hw/virtio-pci.c | 5 ++++- target-i386/cpu.c | 3 ++- 10 files changed, 165 insertions(+), 23 deletions(-)