]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer.pm
enable q35 machine support
authorAlexandre Derumier <aderumier@odiso.com>
Mon, 26 May 2014 07:49:56 +0000 (09:49 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 18 Jun 2014 04:03:53 +0000 (06:03 +0200)
commitf8e83f054871b7968d2ba6ae4a9efab56fe7b3cd
tree13a017c9e2c39ed79468f192dbcb127e451357d3
parent6d33c863b4a60abd282cd1e67f2b3e4314ac22ad
enable q35 machine support

q35 use pcie.0 root by default. so currently we can't start machine model q35.

we need to add 3 pci-bridge pci.0, pci.1, pci.2, to handle our devices.

pcie.0 does not support hotplug. so pci-bridge are defined at startup.

I use an pve-q35.cfg (mostly the same than q35-chipset.cfg from qemu docs).

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
Makefile
PVE/QemuServer.pm
pve-q35.cfg [new file with mode: 0644]