qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] ROM migration
@ 2023-04-25 16:14 Vladimir Sementsov-Ogievskiy
  2023-04-25 16:14 ` [PATCH v2 1/3] pci: pci_add_option_rom(): improve style Vladimir Sementsov-Ogievskiy
                   ` (3 more replies)
  0 siblings, 4 replies; 26+ messages in thread
From: Vladimir Sementsov-Ogievskiy @ 2023-04-25 16:14 UTC (permalink / raw)
  To: qemu-devel
  Cc: marcel.apfelbaum, mst, philmd, david, peterx, pbonzini,
	vsementsov, den-plotnikov, lersek, kraxel

Hi all!

v2: simply ignore romfile on incoming migration when romsize is
specified.

Here I suggest a way to solve a problem, when we have existing
running QEMU with old option ROM of small size and want to migrate to
new environment where we don't have this ROM file.

All the details are in patch 03; 01-02 are simple code style
improvements.

Vladimir Sementsov-Ogievskiy (3):
  pci: pci_add_option_rom(): improve style
  pci: pci_add_option_rom(): refactor: use g_autofree for path variable
  pci: ROM preallocation for incoming migration

 hw/pci/pci.c | 101 ++++++++++++++++++++++++++++-----------------------
 1 file changed, 55 insertions(+), 46 deletions(-)

-- 
2.34.1



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

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

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-25 16:14 [PATCH v2 0/3] ROM migration Vladimir Sementsov-Ogievskiy
2023-04-25 16:14 ` [PATCH v2 1/3] pci: pci_add_option_rom(): improve style Vladimir Sementsov-Ogievskiy
2023-05-02  9:37   ` David Hildenbrand
2023-04-25 16:14 ` [PATCH v2 2/3] pci: pci_add_option_rom(): refactor: use g_autofree for path variable Vladimir Sementsov-Ogievskiy
2023-05-02  9:38   ` David Hildenbrand
2023-04-25 16:14 ` [PATCH v2 3/3] pci: ROM preallocation for incoming migration Vladimir Sementsov-Ogievskiy
2023-04-26  4:43   ` Michael S. Tsirkin
2023-04-26 20:00     ` Vladimir Sementsov-Ogievskiy
2023-05-02  9:48       ` Michael S. Tsirkin
2023-05-02  9:59         ` Vladimir Sementsov-Ogievskiy
2023-05-02 10:11         ` Juan Quintela
2023-05-02 10:13           ` Vladimir Sementsov-Ogievskiy
2023-05-02 11:26           ` Michael S. Tsirkin
2023-05-09 15:48             ` Juan Quintela
2023-04-28  8:30     ` Juan Quintela
2023-04-28 20:37       ` Vladimir Sementsov-Ogievskiy
2023-05-03  9:20   ` David Hildenbrand
2023-05-03  9:50     ` Vladimir Sementsov-Ogievskiy
2023-05-03 10:05       ` Michael S. Tsirkin
2023-05-03 11:39         ` Vladimir Sementsov-Ogievskiy
2023-05-09 15:54           ` Michael S. Tsirkin
2023-05-09 16:09             ` David Hildenbrand
2023-05-10  9:38             ` Vladimir Sementsov-Ogievskiy
2023-04-25 16:37 ` [PATCH v2 0/3] ROM migration Vladimir Sementsov-Ogievskiy
2023-04-25 20:06   ` Michael S. Tsirkin
2023-04-26  9:34   ` 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).