[PATCH v3 0/4] microvm: memory config tweaks

Gerd Hoffmann posted 4 patches 3 years, 10 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
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 ---------------------------------------
hw/i386/xen/xen-hvm.c     |  2 +-
9 files changed, 61 insertions(+), 96 deletions(-)
[PATCH v3 0/4] microvm: memory config tweaks
Posted by Gerd Hoffmann 3 years, 10 months ago
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.
v3:
 - fix xen build.
 - 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 ---------------------------------------
 hw/i386/xen/xen-hvm.c     |  2 +-
 9 files changed, 61 insertions(+), 96 deletions(-)

-- 
2.18.4


Re: [PATCH v3 0/4] microvm: memory config tweaks
Posted by Gerd Hoffmann 3 years, 9 months ago
On Fri, May 29, 2020 at 09:39:53AM +0200, Gerd Hoffmann wrote:
> 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.
> v3:
>  - fix xen build.
>  - pick up acks & reviews.
> 
> take care,
>   Gerd

Ping.  Anyone going to pick this up?  MAINTAINERS lists Sergio+Paolo ...
Or should I send a pull req myself?

take care,
  Gerd


Re: [PATCH v3 0/4] microvm: memory config tweaks
Posted by Gerd Hoffmann 3 years, 9 months ago
On Mon, Jun 08, 2020 at 03:25:07PM +0200, Gerd Hoffmann wrote:

> Ping.  Anyone going to pick this up?  MAINTAINERS lists Sergio+Paolo ...
> Or should I send a pull req myself?

Hmm, no reply.  I guess that means "send a pull req" ...

take care,
  Gerd


Re: [PATCH v3 0/4] microvm: memory config tweaks
Posted by Michael S. Tsirkin 3 years, 10 months ago
On Fri, May 29, 2020 at 09:39:53AM +0200, Gerd Hoffmann wrote:
> With more microvm memory config tweaks split this into its owns series,
> the microvm acpi patch series is already big enough ...

Okay.

We might want to add pci to microvm and maybe we'll need more space
then, but let's leave this for another day.

Reviewed-by: Michael S. Tsirkin <mst@redhat.com>


> v2:
>  - use 3G split.
>  - add patch to move virtio-mmio region.
>  - pick up acks & reviews.
> v3:
>  - fix xen build.
>  - 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 ---------------------------------------
>  hw/i386/xen/xen-hvm.c     |  2 +-
>  9 files changed, 61 insertions(+), 96 deletions(-)
> 
> -- 
> 2.18.4


Re: [PATCH v3 0/4] microvm: memory config tweaks
Posted by Michael S. Tsirkin 3 years, 9 months ago
On Fri, May 29, 2020 at 09:39:53AM +0200, Gerd Hoffmann wrote:
> With more microvm memory config tweaks split this into its owns series,
> the microvm acpi patch series is already big enough ...

Looks sane:

Acked-by: Michael S. Tsirkin <mst@redhat.com>

microvm things so should use that tree ...

> v2:
>  - use 3G split.
>  - add patch to move virtio-mmio region.
>  - pick up acks & reviews.
> v3:
>  - fix xen build.
>  - 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 ---------------------------------------
>  hw/i386/xen/xen-hvm.c     |  2 +-
>  9 files changed, 61 insertions(+), 96 deletions(-)
> 
> -- 
> 2.18.4