[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 0/4] Introduce the microvm machine type
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PATCH 0/4] Introduce the microvm machine type |
Date: |
Fri, 28 Jun 2019 15:21:45 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 |
On 28/06/19 13:53, Sergio Lopez wrote:
> qemu-system-x86_64 -M microvm,legacy -m 512m -smp 2 \
> -kernel vmlinux -append "console=ttyS0 root=/dev/vda" \
> -nodefaults -no-user-config \
> -drive id=test,file=test.img,format=raw,if=none \
> -device virtio-blk-device,drive=test \
> -netdev tap,id=tap0,script=no,downscript=no \
> -device virtio-net-device,netdev=tap0 \
> -serial stdio
I think the "non-legacy" mode can be obtained from the "legacy" one just
with -nodefaults (which all sane management should be using anyway), so
legacy=on can actually be the default. :)
I think this is interesting. I'd love to have it optionally provide a
device tree as well. It's not very common on x86 and most distro
kernels don't support device tree, but it would provide a more
out-of-the-box experience and it may even be a drop-in replacement for
q35 or pc as far as Kata is concerned.
Paolo
- Re: [Qemu-devel] [PATCH 1/4] hw/i386: Factorize CPU routine, (continued)
- [Qemu-devel] [PATCH 2/4] hw/virtio: Factorize virtio-mmio headers, Sergio Lopez, 2019/06/28
- [Qemu-devel] [PATCH 4/4] hw/i386: Introduce the microvm machine type, Sergio Lopez, 2019/06/28
- [Qemu-devel] [PATCH 3/4] hw/i386: Add an Intel MPTable generator, Sergio Lopez, 2019/06/28
- Re: [Qemu-devel] [PATCH 0/4] Introduce the microvm machine type,
Paolo Bonzini <=
- Re: [Qemu-devel] [PATCH 0/4] Introduce the microvm machine type, no-reply, 2019/06/28
- Re: [Qemu-devel] [PATCH 0/4] Introduce the microvm machine type, no-reply, 2019/06/28