]> git.proxmox.com Git - qemu.git/commit
pci: add a pci_vga_init() function
authorAurelien Jarno <aurelien@aurel32.net>
Sat, 8 Sep 2012 09:49:24 +0000 (11:49 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 6 Oct 2012 16:48:38 +0000 (18:48 +0200)
commit129d42fb8496de5c1896160fddab949784d4dea4
tree9b8259c9da979e8eae92be326a2ce6f16c28a24c
parent3605ded557eb2a6d06a942b952c8fac4c676b125
pci: add a pci_vga_init() function

This function create a PCI VGA device according to the value of
vga_interface_type. It returns a PCIDevice (and not a DeviceState).

Cc: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/pci.c
hw/pci.h