]> git.proxmox.com Git - qemu-server.git/commit
refactor PCI into own file
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 14 Jun 2016 08:50:35 +0000 (10:50 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 22 Jun 2016 07:13:16 +0000 (09:13 +0200)
commitde9768f0029b5dc49f7e7452f62fae672ca018e1
tree5691b226a580539f064e21cd76d0222a4d42e98a
parent7023f3ea168b50bebb7586829d4217b0ea19f6a1
refactor PCI into own file

to reduce QemuServer.pm size
also move the $device hash out of any function

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/QemuServer.pm
PVE/QemuServer/Makefile
PVE/QemuServer/PCI.pm [new file with mode: 0644]