qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/9] virtio-1.0: cleanups and preparations for virtio-vga
@ 2015-04-10 12:31 Gerd Hoffmann
  2015-04-10 12:31 ` [Qemu-devel] [PATCH 1/9] virtio: add struct VirtIOPCIRegion for virtio-1 regions Gerd Hoffmann
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Gerd Hoffmann @ 2015-04-10 12:31 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann, mst

  Hi,

Here is a series of patches for virtio-pci, with some cleanups and
preparations for virtio-vga.

Patches 1-6 clean up the modern (virtio-1.0) memory region
initialization a bit.  They are preparations for the other patches,
but IMHO are also a useful cleanup on their own.

Patches 7+8 changes initialization so virtio-vga has a chance to
arrange things as it pleases.

Patches 1-8 should apply fine on top of mst's virtio-1.0 branch, and
I'm looking for reviews of them.

Patch 9 is the showcase for patches 7+8.  It has more dependencies
though, if you wanna play with that I'd suggest to fetch
https://www.kraxel.org/cgit/qemu/log/?h=rebase/vga-wip

cheers,
  Gerd

Gerd Hoffmann (9):
  virtio: add struct VirtIOPCIRegion for virtio-1 regions
  virtio: add virtio_pci_modern_regions_init()
  virtio: add virtio_pci_modern_region_map()
  virtio: move virtio_pci_add_mem_cap call to
    virtio_pci_modern_region_map
  virtio: move cap type to VirtIOPCIRegion
  virtio: drop identical virtio_pci_cap
  virtio: move bar assignments to VirtIOPCIProxy
  virtio: init from virtio_pci_device_plugged to virtio_pci_realize
  virtio-vga: make compatible with stdvga

 hw/display/vga-pci.c    |   8 +-
 hw/display/vga_int.h    |   6 ++
 hw/display/virtio-vga.c |  20 ++++-
 hw/virtio/virtio-pci.c  | 228 ++++++++++++++++++++++++------------------------
 hw/virtio/virtio-pci.h  |  17 +++-
 5 files changed, 157 insertions(+), 122 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2015-04-27 10:44 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-10 12:31 [Qemu-devel] [PATCH 0/9] virtio-1.0: cleanups and preparations for virtio-vga Gerd Hoffmann
2015-04-10 12:31 ` [Qemu-devel] [PATCH 1/9] virtio: add struct VirtIOPCIRegion for virtio-1 regions Gerd Hoffmann
2015-04-10 12:31 ` [Qemu-devel] [PATCH 2/9] virtio: add virtio_pci_modern_regions_init() Gerd Hoffmann
2015-04-10 12:31 ` [Qemu-devel] [PATCH 3/9] virtio: add virtio_pci_modern_region_map() Gerd Hoffmann
2015-04-10 12:31 ` [Qemu-devel] [PATCH 4/9] virtio: move virtio_pci_add_mem_cap call to virtio_pci_modern_region_map Gerd Hoffmann
2015-04-10 12:31 ` [Qemu-devel] [PATCH 5/9] virtio: move cap type to VirtIOPCIRegion Gerd Hoffmann
2015-04-10 12:31 ` [Qemu-devel] [PATCH 6/9] virtio: drop identical virtio_pci_cap Gerd Hoffmann
2015-04-10 12:31 ` [Qemu-devel] [PATCH 7/9] virtio: move bar assignments to VirtIOPCIProxy Gerd Hoffmann
2015-04-10 12:31 ` [Qemu-devel] [PATCH 8/9] virtio: init from virtio_pci_device_plugged to virtio_pci_realize Gerd Hoffmann
2015-04-10 12:31 ` [Qemu-devel] [PATCH 9/9] virtio-vga: make compatible with stdvga Gerd Hoffmann
2015-04-27  9:45 ` [Qemu-devel] [PATCH 0/9] virtio-1.0: cleanups and preparations for virtio-vga Gerd Hoffmann
2015-04-27 10:15   ` Michael S. Tsirkin
2015-04-27 10:23     ` Cornelia Huck
2015-04-27 10:37       ` Michael S. Tsirkin
2015-04-27 10:44     ` Gerd Hoffmann

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).