summaryrefslogtreecommitdiff
path: root/hw/pci.c
AgeCommit message (Expand)Author
2009-08-27Add pci_ne2000_{save/load} functions, then remove pci_dev NE2000State fieldJuan Quintela
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-08-27Port PCIDevice state to VMStateJuan Quintela
2009-08-27Add version_id to PCIDevice.Juan Quintela
2009-08-27Port PCI Bus to VMState designJuan Quintela
2009-08-10qdev/prop: convert pci.c to helper macros.Gerd Hoffmann
2009-07-27qdev/pci: use qdev_prop_pci_devfnGerd Hoffmann
2009-07-21Sparc64: convert APB to qdevBlue Swirl
2009-07-16qdev: print device id in "info pci".Gerd Hoffmann
2009-07-16qdev: add id= support for pci nics.Gerd Hoffmann
2009-07-16qdev: rework device properties.Gerd Hoffmann
2009-07-16pci.c: remove unnecessary #ifdef DEBUG_PCI.Isaku Yamahata
2009-07-11Fix PCI IRQ breakagePaul Brook
2009-07-11Fix APB by reverting 16eaedf2668e9b347a59d73346fcc4c764c58348 partiallyBlue Swirl
2009-07-09qdev/pci: misc fixes.Gerd Hoffmann
2009-07-09qdev: replace bus_type enum with bus_info struct.Gerd Hoffmann
2009-07-09qdev: update pci device registration.Gerd Hoffmann
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-06-29monitor: Drop pci_addr prefix from hotplug commandsJan Kiszka
2009-06-24qemu/pci: check constant registers on loadMichael S. Tsirkin
2009-06-24qemu/pci: add routines to manage PCI capabilitiesMichael S. Tsirkin
2009-06-24qemu/pci: make default_write_config use mask tableMichael S. Tsirkin
2009-06-22Make first argument of monitor command pci_add workMarkus Armbruster
2009-06-22Support addr=... in option argument of -net nicMarkus Armbruster
2009-06-22Fix do_pci_register_device() to reject devfn already in useMarkus Armbruster
2009-06-22Add pci_bus_reset() function.Gleb Natapov
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann
2009-06-09Remove unused and misnamed field and variableBlue Swirl
2009-05-23Add common BusStatePaul Brook
2009-05-18Separate virtio PCI codePaul Brook
2009-05-14Virtio-net qdev conversionPaul Brook
2009-05-14PCI network qdev conversionPaul Brook
2009-05-14PCI qdev supportPaul Brook
2009-05-03minor fix of pci_register_bus()Isaku Yamahata
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata
2009-04-10Make PCI config status register read-onlyaliguori
2009-03-05monitor: Rework API (Jan Kiszka)aliguori
2009-02-11Parse full PCI device addresses (Markus Armbruster)aliguori
2009-02-11qemu: warn if PCI region is not power of two (Marcelo Tosatti)aliguori
2009-02-11qemu: add pci_unregister_device (Marcelo Tosatti)aliguori
2009-02-11qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)aliguori
2009-02-11qemu: add pci helper functions (Marcelo Tosatti)aliguori
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-02-01Add and use #defines for PCI device classesblueswir1
2009-01-27Add Simba device IDblueswir1
2009-01-13Make pci_nic_init() use qemu_setup_nic_model() (Mark McLoughlin)aliguori
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-17virtio-net supportaliguori