All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] microvm: memory config tweaks
@ 2020-05-28 13:40 Gerd Hoffmann
  2020-05-28 13:40 ` [PATCH v2 1/4] microvm: use 3G split unconditionally Gerd Hoffmann
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Gerd Hoffmann @ 2020-05-28 13:40 UTC (permalink / raw)
  To: qemu-devel
  Cc: Eduardo Habkost, Sergio Lopez, Michael S. Tsirkin, Gerd Hoffmann,
	Paolo Bonzini, imammedo, philmd, Richard Henderson

With more microvm memory config tweaks split this into its owns series,
the microvm acpi patch series is already big enough ...

v2:
 - use 3G split.
 - add patch to move virtio-mmio region.
 - pick up acks & reviews.

take care,
  Gerd

Gerd Hoffmann (4):
  microvm: use 3G split unconditionally
  microvm: drop max-ram-below-4g support
  x86: move max-ram-below-4g to pc
  microvm: move virtio base to 0xfeb00000

 include/hw/i386/microvm.h |  2 +-
 include/hw/i386/pc.h      |  2 ++
 include/hw/i386/x86.h     |  4 ----
 hw/i386/microvm.c         | 35 +----------------------------
 hw/i386/pc.c              | 46 +++++++++++++++++++++++++++++++++++++++
 hw/i386/pc_piix.c         | 10 ++++-----
 hw/i386/pc_q35.c          | 10 ++++-----
 hw/i386/x86.c             | 46 ---------------------------------------
 8 files changed, 60 insertions(+), 95 deletions(-)

-- 
2.18.4



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

end of thread, other threads:[~2020-05-29  7:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-28 13:40 [PATCH v2 0/4] microvm: memory config tweaks Gerd Hoffmann
2020-05-28 13:40 ` [PATCH v2 1/4] microvm: use 3G split unconditionally Gerd Hoffmann
2020-05-28 13:40 ` [PATCH v2 2/4] microvm: drop max-ram-below-4g support Gerd Hoffmann
2020-05-28 13:42   ` Philippe Mathieu-Daudé
2020-05-28 13:40 ` [PATCH v2 3/4] x86: move max-ram-below-4g to pc Gerd Hoffmann
2020-05-28 13:40 ` [PATCH v2 4/4] microvm: move virtio base to 0xfeb00000 Gerd Hoffmann
2020-05-28 20:58 ` [PATCH v2 0/4] microvm: memory config tweaks no-reply
2020-05-29  7:03   ` Igor Mammedov
2020-05-28 21:04 ` no-reply

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.