The following changes since commit ecfe10c9a6f9bc77d0e4b7eb5d0f5d61e8fbaed8:
Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20130820' into staging (2013-08-20 11:23:52 -0500) 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 1ae2757c6c4525c9b42f408c86818f843bad7418: virtio: virtqueue_get_avail_bytes: fix desc_pa when loop over the indirect descriptor table (2013-08-25 12:52:33 +0300) ---------------------------------------------------------------- pc,pci,virtio fixes and cleanups This includes pc and pci cleanups, future-proofing of ROM files, and a virtio bugfix correcting splice on virtio console. Signed-off-by: Michael S. Tsirkin <m...@redhat.com> ---------------------------------------------------------------- Alex Williamson (1): q35: Add PCIe switch to example q35 configuration Eduardo Habkost (4): pc: Kill pc_init_pci_1_0() pc: Create pc_compat_*() functions pc: pc_compat_1_4() now can call pc_compat_1_5() pc_piix: Kill pc_init1() memory region args Markus Armbruster (5): sun4: Don't prematurely explode QEMUMachineInitArgs ppc: Don't explode QEMUMachineInitArgs into local variables needlessly ppc: Don't duplicate QEMUMachineInitArgs in PPCE500Params pc: Don't prematurely explode QEMUMachineInitArgs pc: Don't explode QEMUMachineInitArgs into local variables needlessly Michael S. Tsirkin (3): pc: cleanup 1.4 compat support arch_init: align MR size to target page size loader: store FW CFG ROM files in RAM yinyin (1): virtio: virtqueue_get_avail_bytes: fix desc_pa when loop over the indirect descriptor table arch_init.c | 3 +- docs/q35-chipset.cfg | 23 +++++++++ hw/core/loader.c | 49 +++++++++++++++++-- hw/i386/pc_piix.c | 129 ++++++++++++++++++++++++--------------------------- hw/i386/pc_q35.c | 53 +++++++++++++-------- hw/ppc/e500.c | 35 +++++++------- hw/ppc/e500.h | 13 ++---- hw/ppc/e500plat.c | 14 +----- hw/ppc/mpc8544ds.c | 14 +----- hw/sparc/sun4m.c | 113 ++++++++++---------------------------------- hw/sparc64/sun4u.c | 52 ++++++--------------- hw/virtio/virtio.c | 2 +- include/hw/loader.h | 1 + 13 files changed, 231 insertions(+), 270 deletions(-)