The problem is that LPC is not defined as a device in the XML. Is there
a device type we can use for the LPC slot configuration similarly to
disk, NIC etc? I couldn't find one, but I'm not that familiar with the
code so maybe I'm missing something
Regards,
Ivan
On 08/10/2018 02:34 PM, Daniel P. Berrangé wrote:
On Fri, Aug 10, 2018 at 02:22:32PM +0300, Ivan Mishonov wrote:
> Windows UEFI guests didn't have working keyboard input through VNC
> when LPC is on slot 1. The FreeBSD Handbook examples use slot 31
> for UEFI guests. Borrowed most of the code from the qemu:commandline
> implementation and made LPC slot number configurable e.g.
> <domain type='bhyve'
xmlns:bhyve='http://libvirt.org/schemas/domain/bhyve/1.0'>
> <bhyve:lpcslotnumber value='31'/>
Isn't the LPC slot number just referring to a PCI address slot ?
If so, the XML should be using our PCI addressing data.
Regards,
Daniel