From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDzqq-0000AZ-7M for qemu-devel@nongnu.org; Mon, 26 Aug 2013 12:41:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VDzqk-0003Dx-8v for qemu-devel@nongnu.org; Mon, 26 Aug 2013 12:41:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39975) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDzqj-0003Dm-WA for qemu-devel@nongnu.org; Mon, 26 Aug 2013 12:41:06 -0400 Date: Mon, 26 Aug 2013 19:42:55 +0300 From: "Michael S. Tsirkin" Message-ID: <1377535318-30491-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 00/14] pc,pci,virtio fixes and cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Anthony Liguori Cc: ehabkost@redhat.com, mst@redhat.com, armbru@redhat.com, yin.yin@cs2c.com.cn, agraf@suse.de, alex.williamson@redhat.com, lersek@redhat.com 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 ---------------------------------------------------------------- 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(-)