aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pci.h
AgeCommit message (Expand)AuthorFilesLines
2009-09-09eepro100: Clean code which sets the PCI device idStefan Weil1-0/+1
2009-09-09qdev/scsi: add scsi bus support to qdev, convert drivers.Gerd Hoffmann1-1/+0
2009-09-09qdev/usb: convert ohci.Gerd Hoffmann1-1/+1
2009-09-04We want the argument pass to set_irq to be opaqueJuan Quintela1-3/+3
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-1/+1
2009-08-27Add version_id to PCIDevice.Juan Quintela1-0/+2
2009-08-10qdev/prop: convert pci.c to helper macros.Gerd Hoffmann1-1/+1
2009-07-09qdev: update pci device registration.Gerd Hoffmann1-1/+9
2009-06-29monitor: Drop pci_addr prefix from hotplug commandsJan Kiszka1-1/+2
2009-06-24qemu/pci: add pci_get/set_byteMichael S. Tsirkin1-0/+12
2009-06-24qemu/pci: MSI-X support functionsMichael S. Tsirkin1-0/+23
2009-06-24qemu/pci: check constant registers on loadMichael S. Tsirkin1-0/+5
2009-06-24qemu/pci: add routines to manage PCI capabilitiesMichael S. Tsirkin1-1/+17
2009-06-24qemu/pci: helper routines for pci accessMichael S. Tsirkin1-3/+27
2009-06-24qemu/pci: make default_write_config use mask tableMichael S. Tsirkin1-1/+17
2009-06-22Make first argument of monitor command pci_add workMarkus Armbruster1-1/+1
2009-06-22Support addr=... in option argument of -net nicMarkus Armbruster1-2/+2
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity1-1/+1
2009-06-09Remove unused and misnamed field and variableBlue Swirl1-4/+0
2009-05-23Add common BusStatePaul Brook1-1/+2
2009-05-14PCI network qdev conversionPaul Brook1-20/+0
2009-05-14LSI SCSI qdev conversionPaul Brook1-2/+1
2009-05-14PCI qdev supportPaul Brook1-0/+8
2009-05-13Remove vga_ram_sizePaul Brook1-1/+1
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata1-0/+4
2009-04-10Clean up VGA ram allocation.pbrook1-2/+1
2009-03-28Clean some PCI defines (Stefan Weil)aliguori1-4/+11
2009-03-13Add and use remaining #defines for PCI device IDs (Stuart Brady)aliguori1-78/+18
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-1/+3
2009-03-02kvm/powerpc: Add freescale pci controller's supportaurel321-0/+4
2009-02-11qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)aliguori1-0/+3
2009-02-11Parse full PCI device addresses (Markus Armbruster)aliguori1-0/+3
2009-02-11qemu: add pci_unregister_device (Marcelo Tosatti)aliguori1-0/+3
2009-02-11qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)aliguori1-8/+8
2009-02-11qemu: add pci helper functions (Marcelo Tosatti)aliguori1-0/+6
2009-02-01Add and use #defines for PCI device classesblueswir11-0/+36
2009-02-01Update #defines for PCI vendor and device IDs from OpenBIOS and Linuxblueswir11-0/+10
2009-01-27Add Simba device IDblueswir11-1/+2
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori1-1/+69
2009-01-26Add macro for virtio-console PCI device ID (Mark McLoughlin)aliguori1-0/+1
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-1/+1
2009-01-13Make pci_nic_init() use qemu_setup_nic_model() (Mark McLoughlin)aliguori1-1/+2
2009-01-10Add EBUS bridgeblueswir11-2/+3
2008-12-18PCI: Mask writes to RO bits in the command reg of PCI config spaceaurel321-0/+5
2008-12-18PCI: Mask writes to RO bits in the status reg of PCI config spaceaurel321-0/+15
2008-12-11pci: add default pci subsystem id for all devices (Gerd Hoffman)aliguori1-0/+12
2008-12-07SH4: kill a few warningsaurel321-0/+4
2008-02-03E1000 NIC emulation (Nir Peleg, patch from Dor Laor).balrog1-0/+3
2007-12-02Add -drive parameter, by Laurent Vivier.ths1-0/+1
2007-11-17Break up vl.h.pbrook1-0/+138