On 08/03/19 11:43, Alex Bennée wrote: >> >> sudo $QEMU \ >> -name testvm01 \ >> -machine >> q35,accel=kvm,kernel_irqchip,nvdimm,nosmm,nosmbus,nosata,nopit \ > > Hmm if I use the q35 machine type I might have to rethink the approach > for getting output and results as I'm currently using the isa debugcon > and debug exit devices.
q35 supports ISA, but it shouldn't be needed. pc should work. Paolo
