Re: [PATCH v7 00/12] Introduce the microvm machine type

2019-10-10 Thread Sergio Lopez
Michael S. Tsirkin writes: > On Tue, Oct 08, 2019 at 03:55:26PM +0200, Sergio Lopez wrote: >> Microvm is a machine type inspired by Firecracker and constructed >> after the its machine model. >> >> It's a minimalist machine type without PCI nor ACPI support, designed >> for short-lived guests.

Re: [PATCH v7 00/12] Introduce the microvm machine type

2019-10-09 Thread Paolo Bonzini
On 09/10/19 21:26, Michael S. Tsirkin wrote: > On Tue, Oct 08, 2019 at 03:55:26PM +0200, Sergio Lopez wrote: >> Microvm is a machine type inspired by Firecracker and constructed >> after the its machine model. >> >> It's a minimalist machine type without PCI nor ACPI support, designed >> for short-

Re: [PATCH v7 00/12] Introduce the microvm machine type

2019-10-09 Thread Michael S. Tsirkin
On Tue, Oct 08, 2019 at 03:55:26PM +0200, Sergio Lopez wrote: > Microvm is a machine type inspired by Firecracker and constructed > after the its machine model. > > It's a minimalist machine type without PCI nor ACPI support, designed > for short-lived guests. Microvm also establishes a baseline f

[PATCH v7 00/12] Introduce the microvm machine type

2019-10-08 Thread Sergio Lopez
Microvm is a machine type inspired by Firecracker and constructed after the its machine model. It's a minimalist machine type without PCI nor ACPI support, designed for short-lived guests. Microvm also establishes a baseline for benchmarking and optimizing both QEMU and guest operating systems, si