aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pci.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-04low_set_irq is not used anywhereJuan Quintela1-2/+0
2009-08-27Add pci_ne2000_{save/load} functions, then remove pci_dev NE2000State fieldJuan Quintela1-2/+2
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-2/+2
2009-08-27Port PCIDevice state to VMStateJuan Quintela1-22/+43
2009-08-27Add version_id to PCIDevice.Juan Quintela1-1/+2
2009-08-27Port PCI Bus to VMState designJuan Quintela1-30/+11
2009-08-10qdev/prop: convert pci.c to helper macros.Gerd Hoffmann1-7/+2
2009-07-27qdev/pci: use qdev_prop_pci_devfnGerd Hoffmann1-4/+4
2009-07-21Sparc64: convert APB to qdevBlue Swirl1-3/+5
2009-07-16qdev: print device id in "info pci".Gerd Hoffmann1-0/+1
2009-07-16qdev: add id= support for pci nics.Gerd Hoffmann1-0/+2
2009-07-16qdev: rework device properties.Gerd Hoffmann1-4/+13
2009-07-16pci.c: remove unnecessary #ifdef DEBUG_PCI.Isaku Yamahata1-14/+15
2009-07-11Fix PCI IRQ breakagePaul Brook1-1/+1
2009-07-11Fix APB by reverting 16eaedf2668e9b347a59d73346fcc4c764c58348 partiallyBlue Swirl1-1/+1
2009-07-09qdev/pci: misc fixes.Gerd Hoffmann1-2/+3
2009-07-09qdev: replace bus_type enum with bus_info struct.Gerd Hoffmann1-5/+48
2009-07-09qdev: update pci device registration.Gerd Hoffmann1-14/+10
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-29monitor: Drop pci_addr prefix from hotplug commandsJan Kiszka1-6/+10
2009-06-24qemu/pci: check constant registers on loadMichael S. Tsirkin1-1/+25
2009-06-24qemu/pci: add routines to manage PCI capabilitiesMichael S. Tsirkin1-1/+73
2009-06-24qemu/pci: make default_write_config use mask tableMichael S. Tsirkin1-116/+29
2009-06-22Make first argument of monitor command pci_add workMarkus Armbruster1-18/+1
2009-06-22Support addr=... in option argument of -net nicMarkus Armbruster1-5/+43
2009-06-22Fix do_pci_register_device() to reject devfn already in useMarkus Armbruster1-0/+2
2009-06-22Add pci_bus_reset() function.Gleb Natapov1-0/+16
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity1-1/+1
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann1-1/+3
2009-06-09Remove unused and misnamed field and variableBlue Swirl1-6/+0
2009-05-23Add common BusStatePaul Brook1-11/+26
2009-05-18Separate virtio PCI codePaul Brook1-1/+1
2009-05-14Virtio-net qdev conversionPaul Brook1-1/+0
2009-05-14PCI network qdev conversionPaul Brook1-17/+18
2009-05-14PCI qdev supportPaul Brook1-7/+48
2009-05-03minor fix of pci_register_bus()Isaku Yamahata1-0/+1
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata1-1/+2
2009-04-10Make PCI config status register read-onlyaliguori1-0/+4
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-15/+17
2009-02-11Parse full PCI device addresses (Markus Armbruster)aliguori1-0/+77
2009-02-11qemu: warn if PCI region is not power of two (Marcelo Tosatti)aliguori1-0/+7
2009-02-11qemu: add pci_unregister_device (Marcelo Tosatti)aliguori1-5/+42
2009-02-11qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)aliguori1-4/+11
2009-02-11qemu: add pci helper functions (Marcelo Tosatti)aliguori1-0/+20
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-02-01Add and use #defines for PCI device classesblueswir11-2/+1
2009-01-27Add Simba device IDblueswir11-5/+5
2009-01-13Make pci_nic_init() use qemu_setup_nic_model() (Mark McLoughlin)aliguori1-25/+35
2008-12-18PCI: Mask writes to RO bits in the command reg of PCI config spaceaurel321-0/+3
2008-12-18PCI: Mask writes to RO bits in the status reg of PCI config spaceaurel321-0/+11