qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] WIP: ramfb: migration support
@ 2023-10-03  8:56 marcandre.lureau
  2023-10-03  8:56 ` [PATCH v3 1/5] hw/core: remove needless includes marcandre.lureau
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: marcandre.lureau @ 2023-10-03  8:56 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alex Williamson, lersek, Cédric Le Goater, kraxel,
	Marc-André Lureau

From: Marc-André Lureau <marcandre.lureau@redhat.com>

Hi,

Implement RAMFB migration, and add properties to enable it only on >= 8.2
machines, + a few related cleanups.

v3:
- add a "x-" prefix to properties, as they are not meant for users.
- RAMFB now exports a ramfb_vmstate for actual devices to include
- VFIOPCIDevice now has a VFIODisplay optional subsection whenever ramfb
  migration is required (untested)

Fixes:
https://bugzilla.redhat.com/show_bug.cgi?id=1859424

Marc-André Lureau (5):
  hw/core: remove needless includes
  hw/pc: remove needless includes
  ramfb: add migration support
  ramfb-standalone: add migration support
  hw/vfio: add ramfb migration support

 hw/vfio/pci.h                 |  3 +++
 include/hw/display/ramfb.h    |  4 ++++
 hw/core/machine.c             | 15 ++++---------
 hw/display/ramfb-standalone.c | 27 +++++++++++++++++++++++
 hw/display/ramfb.c            | 19 ++++++++++++++++
 hw/i386/pc.c                  | 41 -----------------------------------
 hw/vfio/display.c             | 23 ++++++++++++++++++++
 hw/vfio/pci.c                 | 32 +++++++++++++++++++++++++++
 8 files changed, 112 insertions(+), 52 deletions(-)

-- 
2.41.0



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

end of thread, other threads:[~2023-10-03 12:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-03  8:56 [PATCH v3 0/5] WIP: ramfb: migration support marcandre.lureau
2023-10-03  8:56 ` [PATCH v3 1/5] hw/core: remove needless includes marcandre.lureau
2023-10-03  8:56 ` [PATCH v3 2/5] hw/pc: " marcandre.lureau
2023-10-03  8:56 ` [PATCH v3 3/5] ramfb: add migration support marcandre.lureau
2023-10-03  8:56 ` [PATCH v3 4/5] ramfb-standalone: " marcandre.lureau
2023-10-03  9:50   ` Laszlo Ersek
2023-10-03  8:56 ` [PATCH v3 5/5] hw/vfio: add ramfb " marcandre.lureau
2023-10-03 10:15   ` Cédric Le Goater
2023-10-03 10:47     ` Marc-André Lureau
2023-10-03 12:36       ` Laszlo Ersek
2023-10-03 12:08   ` Laszlo Ersek

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