The following changes since commit 1356b98d3e95a85071e6bf9a99e8799e1ae1bbee:
sysbus: Drop sysbus_from_qdev() cast macro (2013-01-21 13:52:24 -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 eb023c60c9a1a7fad3058dbb578c69d8ee0e676b: ich9: add support for pci assignment (2013-01-23 17:47:27 +0200) ---------------------------------------------------------------- virtio,make,pci,e1000 This includes my timestamp generation cleanup, Amos's and my work on virtio net commands, pci and e1000 fixes. Signed-off-by: Michael S. Tsirkin <m...@redhat.com> ---------------------------------------------------------------- Amos Kong (2): virtio-net: introduce a new macaddr control virtio-net: rename ctrl rx commands Jason Baron (1): ich9: add support for pci assignment Michael S. Tsirkin (7): e1000: document ICS read behaviour pci: make secondary bus reset explicit rules.mak: cleanup config generation rules Makefile: clean timestamp generation rule rules/mak: make clean should blow away timestamp files virtio-net: revert mac on reset virtio-net: remove layout assumptions for ctrl vq hw/e1000.c | 10 ++++ hw/ich9.h | 1 + hw/lpc_ich9.c | 33 ++++++++++++ hw/pc_piix.c | 4 ++ hw/pc_q35.c | 1 + hw/pci/pci.c | 2 +- hw/pci/pci_bridge.c | 6 ++- hw/virtio-net.c | 143 ++++++++++++++++++++++++++++++++-------------------- hw/virtio-net.h | 26 ++++++---- rules.mak | 14 +++-- trace/Makefile.objs | 4 +- 11 files changed, 171 insertions(+), 73 deletions(-)