qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] ROM migration
@ 2023-05-15 12:52 Vladimir Sementsov-Ogievskiy
  2023-05-15 12:52 ` [PATCH v3 1/3] pci: pci_add_option_rom(): improve style Vladimir Sementsov-Ogievskiy
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Vladimir Sementsov-Ogievskiy @ 2023-05-15 12:52 UTC (permalink / raw)
  To: qemu-devel
  Cc: marcel.apfelbaum, mst, philmd, david, peterx, pbonzini,
	den-plotnikov, lersek, kraxel, dgilbert, quintela, armbru,
	vsementsov

Hi all!

v3:
01: follow small refactoring advice by David + r-b
02: r-b by Devid
03: add error message example to commit message
    r-bs by Devid and Juan

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 | 100 +++++++++++++++++++++++++++------------------------
 1 file changed, 53 insertions(+), 47 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2023-05-22 19:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-15 12:52 [PATCH v3 0/3] ROM migration Vladimir Sementsov-Ogievskiy
2023-05-15 12:52 ` [PATCH v3 1/3] pci: pci_add_option_rom(): improve style Vladimir Sementsov-Ogievskiy
2023-05-15 13:00   ` Juan Quintela
2023-05-15 12:52 ` [PATCH v3 2/3] pci: pci_add_option_rom(): refactor: use g_autofree for path variable Vladimir Sementsov-Ogievskiy
2023-05-15 13:01   ` Juan Quintela
2023-05-15 12:52 ` [PATCH v3 3/3] pci: ROM preallocation for incoming migration Vladimir Sementsov-Ogievskiy
2023-05-19  5:34   ` Michael S. Tsirkin
2023-05-22  8:44     ` Vladimir Sementsov-Ogievskiy
2023-05-22 19:33       ` Michael S. Tsirkin

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