Re: How to start most minimal VM (no PCI) with a network to log in over SSH?

2023-09-11 Thread Gerd Hoffmann
Hi, > > I’d like to start the most minimal VM possible, but still want to be > > able to log in over SSH. With QEMU 7.2.1 the command below fails, as > > I > > am passing an incompatible NIC model: > I've never tried it, so no clue whether it works, but you might want to > try: > > -netdev

Re: How to start most minimal VM (no PCI) with a network to log in over SSH?

2023-09-11 Thread Thomas Huth
On Sat, 2023-09-09 at 11:53 +0200, Paul Menzel wrote: > Dear QEMU folks, > > > I’d like to start the most minimal VM possible, but still want to be > able to log in over SSH. With QEMU 7.2.1 the command below fails, as > I > am passing an incompatible NIC model: > > $ qemu-system-x86_64 -

How to start most minimal VM (no PCI) with a network to log in over SSH?

2023-09-09 Thread Paul Menzel
Dear QEMU folks, I’d like to start the most minimal VM possible, but still want to be able to log in over SSH. With QEMU 7.2.1 the command below fails, as I am passing an incompatible NIC model: $ qemu-system-x86_64 -M microvm,x-option-roms=off,pit=off,pic=off,isa-serial=off,rtc=off -e