Re: [kvm-unit-tests PATCH v3 10/16] scripts: Add default arguments for kvmtool

2025-05-20 Thread Shaoqin Huang
On 5/7/25 11:12 PM, Alexandru Elisei wrote: kvmtool, unless told otherwise, will do its best to make sure that a kernel successfully boots in a virtual machine. It does things like automatically creating a rootfs and adding extra parameters to the kernel command line. This is actively harmful

Re: [kvm-unit-tests PATCH v3 10/16] scripts: Add default arguments for kvmtool

2025-05-07 Thread Andrew Jones
On Wed, May 07, 2025 at 04:12:50PM +0100, Alexandru Elisei wrote: > kvmtool, unless told otherwise, will do its best to make sure that a kernel > successfully boots in a virtual machine. It does things like automatically > creating a rootfs and adding extra parameters to the kernel command line. >