]> git.proxmox.com Git - qemu-server.git/commit
arm: pci addressing, keyboard and ehci controller
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 12 Nov 2018 13:10:42 +0000 (14:10 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 13 Nov 2018 13:44:28 +0000 (14:44 +0100)
commitd559309fcf9f2d38eea024962a628da52c83f2a4
treec5ebffbf43ab9e894b8fdc715d60d5efbe4894ae
parent91b01bbbaab86dadc843cf918cd4f38c08539f1d
arm: pci addressing, keyboard and ehci controller

On arm we start off with a pcie bridge pcie.0. We need a
keyboard in addition to the tablet device, and we need to
connect both to an 'ehci' controller.

To do all this, we also pass the $arch variable through a
whole lot of function calls to ultimately also adapt the
hotplug code to take care of the new keyboard device.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
PVE/QemuServer.pm
PVE/QemuServer/PCI.pm
PVE/QemuServer/USB.pm