qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] ramfb: migration support
@ 2023-10-02 11:11 marcandre.lureau
  2023-10-02 11:11 ` [PATCH v2 1/5] hw: remove needless includes marcandre.lureau
                   ` (4 more replies)
  0 siblings, 5 replies; 24+ messages in thread
From: marcandre.lureau @ 2023-10-02 11:11 UTC (permalink / raw)
  To: qemu-devel; +Cc: kraxel, lersek, 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.

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

Marc-André Lureau (5):
  hw: remove needless includes
  pc: remove needless includes
  ramfb: implement migration support
  ramfb: make migration conditional
  hw: turn off ramfb migration for machines <= 8.1

 hw/vfio/pci.h                 |  1 +
 include/hw/display/ramfb.h    |  2 +-
 hw/core/machine.c             | 15 ++++---------
 hw/display/ramfb-standalone.c |  8 ++++++-
 hw/display/ramfb.c            | 25 ++++++++++++++++++++-
 hw/i386/pc.c                  | 41 -----------------------------------
 hw/vfio/display.c             |  4 ++--
 hw/vfio/pci.c                 |  1 +
 stubs/ramfb.c                 |  2 +-
 9 files changed, 41 insertions(+), 58 deletions(-)

-- 
2.41.0



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

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

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-02 11:11 [PATCH v2 0/5] ramfb: migration support marcandre.lureau
2023-10-02 11:11 ` [PATCH v2 1/5] hw: remove needless includes marcandre.lureau
2023-10-02 14:41   ` Laszlo Ersek
2023-10-02 11:11 ` [PATCH v2 2/5] pc: " marcandre.lureau
2023-10-02 14:41   ` Laszlo Ersek
2023-10-02 11:11 ` [PATCH v2 3/5] ramfb: implement migration support marcandre.lureau
2023-10-02 12:01   ` Marc-André Lureau
2023-10-02 14:20     ` Laszlo Ersek
2023-10-02 14:34   ` Laszlo Ersek
2023-10-02 11:11 ` [PATCH v2 4/5] ramfb: make migration conditional marcandre.lureau
2023-10-02 13:38   ` Cédric Le Goater
2023-10-02 14:41     ` Alex Williamson
2023-10-02 18:24       ` Laszlo Ersek
2023-10-02 19:26         ` Alex Williamson
2023-10-02 19:41           ` Laszlo Ersek
2023-10-02 20:38             ` Alex Williamson
2023-10-02 20:46               ` Laszlo Ersek
2023-10-03  7:41               ` Cédric Le Goater
2023-10-03  8:23                 ` Marc-André Lureau
2023-10-03  8:28                   ` Cédric Le Goater
2023-10-02 14:40   ` Laszlo Ersek
2023-10-02 11:11 ` [PATCH v2 5/5] hw: turn off ramfb migration for machines <= 8.1 marcandre.lureau
2023-10-02 14:41   ` Laszlo Ersek
2023-10-03  9:07     ` Marc-André Lureau

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