Re: [PATCH v6 00/10] Introduce the microvm machine type

2019-10-09 Thread Michael S. Tsirkin
On Mon, Oct 07, 2019 at 03:44:40PM +0200, Sergio Lopez wrote: > > Michael S. Tsirkin writes: > > > On Fri, Oct 04, 2019 at 11:37:42AM +0200, Sergio Lopez wrote: > >> Microvm is a machine type inspired by Firecracker and constructed > >> after the its machine model. > >> > >> It's a minimalist m

Re: [PATCH v6 00/10] Introduce the microvm machine type

2019-10-09 Thread Eduardo Habkost
On Wed, Oct 09, 2019 at 03:21:46PM -0400, Michael S. Tsirkin wrote: > On Mon, Oct 07, 2019 at 03:44:40PM +0200, Sergio Lopez wrote: > > > > Michael S. Tsirkin writes: > > > > > On Fri, Oct 04, 2019 at 11:37:42AM +0200, Sergio Lopez wrote: > > >> Microvm is a machine type inspired by Firecracker

Re: [PATCH v6 00/10] Introduce the microvm machine type

2019-10-08 Thread Sergio Lopez
Paolo Bonzini writes: > On 04/10/19 19:21, no-re...@patchew.org wrote: >> qemu-system-x86_64: missing kernel image file name, required by microvm >> Broken pipe >> /tmp/qemu-test/src/tests/libqtest.c:140: kill_qemu() tried to terminate QEMU >> process but encountered exit status 1 (expected 0)

Re: [PATCH v6 00/10] Introduce the microvm machine type

2019-10-08 Thread Paolo Bonzini
On 04/10/19 19:21, no-re...@patchew.org wrote: > qemu-system-x86_64: missing kernel image file name, required by microvm > Broken pipe > /tmp/qemu-test/src/tests/libqtest.c:140: kill_qemu() tried to terminate QEMU > process but encountered exit status 1 (expected 0) > ERROR - too few tests run (ex

Re: [PATCH v6 00/10] Introduce the microvm machine type

2019-10-07 Thread Philippe Mathieu-Daudé
On 10/7/19 3:44 PM, Sergio Lopez wrote: Michael S. Tsirkin writes: On Fri, Oct 04, 2019 at 11:37:42AM +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, designe

Re: [PATCH v6 00/10] Introduce the microvm machine type

2019-10-07 Thread Sergio Lopez
Michael S. Tsirkin writes: > On Fri, Oct 04, 2019 at 11:37:42AM +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 v6 00/10] Introduce the microvm machine type

2019-10-05 Thread Michael S. Tsirkin
On Fri, Oct 04, 2019 at 11:37:42AM +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

Re: [PATCH v6 00/10] Introduce the microvm machine type

2019-10-04 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20191004093752.16564-1-...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20191004093752.16564-1-...@redhat.com Subject: [PATCH v6 00/10] Introduce the microvm machine

Re: [PATCH v6 00/10] Introduce the microvm machine type

2019-10-04 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20191004093752.16564-1-...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/b

Re: [PATCH v6 00/10] Introduce the microvm machine type

2019-10-04 Thread Michael S. Tsirkin
On Fri, Oct 04, 2019 at 11:37:42AM +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 v6 00/10] Introduce the microvm machine type

2019-10-04 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