aboutsummaryrefslogtreecommitdiff
path: root/hw/pci.h
AgeCommit message (Expand)Author
2009-02-01Add and use #defines for PCI device classesblueswir1
2009-02-01Update #defines for PCI vendor and device IDs from OpenBIOS and Linuxblueswir1
2009-01-27Add Simba device IDblueswir1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori
2009-01-26Add macro for virtio-console PCI device ID (Mark McLoughlin)aliguori
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori
2009-01-13Make pci_nic_init() use qemu_setup_nic_model() (Mark McLoughlin)aliguori
2009-01-10Add EBUS bridgeblueswir1
2008-12-18PCI: Mask writes to RO bits in the command reg of PCI config spaceaurel32
2008-12-18PCI: Mask writes to RO bits in the status reg of PCI config spaceaurel32
2008-12-11pci: add default pci subsystem id for all devices (Gerd Hoffman)aliguori
2008-12-07SH4: kill a few warningsaurel32
2008-02-03E1000 NIC emulation (Nir Peleg, patch from Dor Laor).balrog
2007-12-02Add -drive parameter, by Laurent Vivier.ths
2007-11-17Break up vl.h.pbrook