qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Romless QEMU shutdown patches
@ 2020-07-15 10:19 Pavel Dovgalyuk
  2020-07-15 10:19 ` [PATCH 1/2] hw/mips: remove exit(1) in case of missing ROM Pavel Dovgalyuk
  2020-07-15 10:19 ` [PATCH 2/2] hw/arm: " Pavel Dovgalyuk
  0 siblings, 2 replies; 5+ messages in thread
From: Pavel Dovgalyuk @ 2020-07-15 10:19 UTC (permalink / raw)
  To: qemu-devel
  Cc: peter.maydell, pavel.dovgalyuk, f4bug, jiaxun.yang,
	aleksandar.qemu.devel, antonynpavlov, chenhc, aurelien

Some machines require custom ROMs or kernels. They can't be started without
-bios, -kernel, or -pflash options. But this requirement can't be detected
automatically.

Running a romless machine may be needed for automatic introspection of default
machine hardware, when QEMU is started with a single -machine option.

This series provides patches that enable QEMU execution for MIPS and ARM machines,
even when there is no ROM.

---

Pavel Dovgalyuk (2):
      hw/mips: remove exit(1) in case of missing ROM
      hw/arm: remove exit(1) in case of missing ROM


 0 files changed

--
Pavel Dovgalyuk


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

end of thread, other threads:[~2020-10-09 16:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-15 10:19 [PATCH 0/2] Romless QEMU shutdown patches Pavel Dovgalyuk
2020-07-15 10:19 ` [PATCH 1/2] hw/mips: remove exit(1) in case of missing ROM Pavel Dovgalyuk
2020-07-15 10:19 ` [PATCH 2/2] hw/arm: " Pavel Dovgalyuk
2020-07-20  9:56   ` Peter Maydell
2020-10-09 16:00     ` Philippe Mathieu-Daudé

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