I'm trying to resurrect some old VMs. They use i440fx chipset emulation. When I try to start them with my modern libvirt/qemu, I get an error that that chipset is not supported.
I turned on a bunch of use flags for qemu, including
qemu_softmmu_targets_i386
qemu_softmmu_targets_x86_64
qemu_user_targets_i386
qemu_user_targets_x86_64
I figured those ought to include that support, but not dice.
What should I enable to boot old VMs using that chipset definition?
Thanks in advance . . . .


