On 09/22/14 17:57, Paolo Bonzini wrote: > Il 22/09/2014 15:15, Laszlo Ersek ha scritto: >> $ git grep -E '\<qemu_register(_pc)?_machine\>' | wc -l >> 115 >> >> Even if we just count the clusters, they're way too many: >> >> $ git grep -E '\<machine_init\>' | wc -l >> 66 > > There are just a couple of multi-machine clusters (well, three: pseries, > pc, q35). So the default clusters can just default to the machine type.
Thanks for the idea, I'll try to code this up. Laszlo