qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/8] Add virtio-mmio and use it in vexpress
@ 2013-07-12 20:36 Peter Maydell
  2013-07-12 20:36 ` [Qemu-devel] [PATCH v2 1/8] device_tree: Add qemu_devtree_setprop_sized_cells() utility functions Peter Maydell
                   ` (7 more replies)
  0 siblings, 8 replies; 23+ messages in thread
From: Peter Maydell @ 2013-07-12 20:36 UTC (permalink / raw)
  To: qemu-devel; +Cc: Anthony Liguori, David Gibson, kvmarm, Alexander Graf, patches

This patch series adds an implementation of the virtio-mmio
transport, and uses it in the vexpress-a9 and vexpress-a15
board models.

The basic idea is that the board instantiates some transports,
the user can create backends which automatically plug into them
(via -device virtio-blk-backend and the like), and we tell the
guest kernel about them using a new arm/boot hook that lets
the board modify the user's device tree blob.

Changes v1->v2:
 * move the 'is guest provided queue size too large?' check
   from virtio-mmio into the core virtio 'set_num' function
 * rebase (including adding owner parameter to memory region
   init call in virtio-mmio.c)


Peter Maydell (8):
  device_tree: Add qemu_devtree_setprop_sized_cells() utility functions
  arm/boot: Use qemu_devtree_setprop_sized_cells()
  virtio: Add support for guest setting of queue size
  virtio: Support transports which can specify the vring alignment
  virtio: Implement MMIO based virtio transport
  arm/boot: Allow boards to modify the FDT blob
  vexpress: Make VEDBoardInfo extend arm_boot_info
  vexpress: Add virtio-mmio transports

 device_tree.c                  |   31 +++
 hw/arm/boot.c                  |   33 ++--
 hw/arm/vexpress.c              |  128 ++++++++++--
 hw/virtio/Makefile.objs        |    1 +
 hw/virtio/virtio-mmio.c        |  421 ++++++++++++++++++++++++++++++++++++++++
 hw/virtio/virtio.c             |   40 +++-
 include/hw/arm/arm.h           |    4 +
 include/hw/virtio/virtio-bus.h |    6 +
 include/hw/virtio/virtio.h     |    2 +
 include/sysemu/device_tree.h   |   62 ++++++
 10 files changed, 689 insertions(+), 39 deletions(-)
 create mode 100644 hw/virtio/virtio-mmio.c

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2013-07-25 12:37 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-12 20:36 [Qemu-devel] [PATCH v2 0/8] Add virtio-mmio and use it in vexpress Peter Maydell
2013-07-12 20:36 ` [Qemu-devel] [PATCH v2 1/8] device_tree: Add qemu_devtree_setprop_sized_cells() utility functions Peter Maydell
2013-07-15  0:30   ` Peter Crosthwaite
2013-07-15  9:44     ` Peter Maydell
2013-07-15 10:24       ` Peter Crosthwaite
2013-07-15 10:39         ` Peter Maydell
2013-07-12 20:36 ` [Qemu-devel] [PATCH v2 2/8] arm/boot: Use qemu_devtree_setprop_sized_cells() Peter Maydell
2013-07-12 20:36 ` [Qemu-devel] [PATCH v2 3/8] virtio: Add support for guest setting of queue size Peter Maydell
2013-07-25  5:38   ` Michael S. Tsirkin
2013-07-25  8:50     ` Peter Maydell
2013-07-25  9:03       ` Michael S. Tsirkin
2013-07-25  9:34         ` Peter Maydell
2013-07-25 12:30         ` Peter Maydell
2013-07-25 12:38           ` Michael S. Tsirkin
2013-07-12 20:36 ` [Qemu-devel] [PATCH v2 4/8] virtio: Support transports which can specify the vring alignment Peter Maydell
2013-07-12 20:36 ` [Qemu-devel] [PATCH v2 5/8] virtio: Implement MMIO based virtio transport Peter Maydell
2013-07-12 20:37 ` [Qemu-devel] [PATCH v2 6/8] arm/boot: Allow boards to modify the FDT blob Peter Maydell
2013-07-12 20:37 ` [Qemu-devel] [PATCH v2 7/8] vexpress: Make VEDBoardInfo extend arm_boot_info Peter Maydell
2013-07-14 11:36   ` Peter Crosthwaite
2013-07-14 12:21     ` Peter Maydell
2013-07-12 20:37 ` [Qemu-devel] [PATCH v2 8/8] vexpress: Add virtio-mmio transports Peter Maydell
2013-07-15  0:17   ` Peter Crosthwaite
2013-07-15  9:40     ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).