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 <m...@redhat.com> ---------------------------------------------------------------- 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(-)