|
| From: | Paolo Bonzini |
| Subject: | Re: [Qemu-devel] [BUGFIX][PATCH for 2.2 v3 1/1] -machine vmport=auto: Fix handling of VMWare ioport emulation for xen |
| Date: | Thu, 20 Nov 2014 07:04:00 +0100 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 |
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
| [Prev in Thread] | Current Thread | [Next in Thread] |