On 20/11/2014 01:58, Eduardo Habkost wrote: > if (pc_machine->vmport == VMPORT_AUTO) { > no_vmport = xen_enabled(); > } else { > no_vmport = (pc_machine->vmport == VMPORT_ON); > }
I'm still not sure why the configuration should differ for "-M pc" depending on whether xen is enabled. Paolo