summaryrefslogtreecommitdiffstats
path: root/hw/pci.c
Commit message (Expand)AuthorAgeFilesLines
* pci.c: remove unnecessary #ifdef DEBUG_PCI.Isaku Yamahata2009-07-161-14/+15
* Fix PCI IRQ breakagePaul Brook2009-07-111-1/+1
* Fix APB by reverting 16eaedf2668e9b347a59d73346fcc4c764c58348 partiallyBlue Swirl2009-07-111-1/+1
* qdev/pci: misc fixes.Gerd Hoffmann2009-07-091-2/+3
* qdev: replace bus_type enum with bus_info struct.Gerd Hoffmann2009-07-091-5/+48
* qdev: update pci device registration.Gerd Hoffmann2009-07-091-14/+10
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* monitor: Drop pci_addr prefix from hotplug commandsJan Kiszka2009-06-291-6/+10
* qemu/pci: check constant registers on loadMichael S. Tsirkin2009-06-241-1/+25
* qemu/pci: add routines to manage PCI capabilitiesMichael S. Tsirkin2009-06-241-1/+73
* qemu/pci: make default_write_config use mask tableMichael S. Tsirkin2009-06-241-116/+29
* Make first argument of monitor command pci_add workMarkus Armbruster2009-06-221-18/+1
* Support addr=... in option argument of -net nicMarkus Armbruster2009-06-221-5/+43
* Fix do_pci_register_device() to reject devfn already in useMarkus Armbruster2009-06-221-0/+2
* Add pci_bus_reset() function.Gleb Natapov2009-06-221-0/+16
* Rename pci_register_io_region() to pci_register_bar()Avi Kivity2009-06-161-1/+1
* qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann2009-06-111-1/+3
* Remove unused and misnamed field and variableBlue Swirl2009-06-091-6/+0
* Add common BusStatePaul Brook2009-05-231-11/+26
* Separate virtio PCI codePaul Brook2009-05-181-1/+1
* Virtio-net qdev conversionPaul Brook2009-05-141-1/+0
* PCI network qdev conversionPaul Brook2009-05-141-17/+18
* PCI qdev supportPaul Brook2009-05-141-7/+48
* minor fix of pci_register_bus()Isaku Yamahata2009-05-031-0/+1
* use PCI_HEADER_TYPE.Isaku Yamahata2009-05-031-1/+2
* Make PCI config status register read-onlyaliguori2009-04-101-0/+4
* monitor: Rework API (Jan Kiszka)aliguori2009-03-051-15/+17
* Parse full PCI device addresses (Markus Armbruster)aliguori2009-02-111-0/+77
* qemu: warn if PCI region is not power of two (Marcelo Tosatti)aliguori2009-02-111-0/+7
* qemu: add pci_unregister_device (Marcelo Tosatti)aliguori2009-02-111-5/+42
* qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)aliguori2009-02-111-4/+11
* qemu: add pci helper functions (Marcelo Tosatti)aliguori2009-02-111-0/+20
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* Add and use #defines for PCI device classesblueswir12009-02-011-2/+1
* Add Simba device IDblueswir12009-01-271-5/+5
* Make pci_nic_init() use qemu_setup_nic_model() (Mark McLoughlin)aliguori2009-01-131-25/+35
* PCI: Mask writes to RO bits in the command reg of PCI config spaceaurel322008-12-181-0/+3
* PCI: Mask writes to RO bits in the status reg of PCI config spaceaurel322008-12-181-0/+11
* virtio-net supportaliguori2008-12-171-1/+4
* pci: add default pci subsystem id for all devices (Gerd Hoffman)aliguori2008-12-111-0/+13
* KVM: Coalesced MMIO supportaliguori2008-12-091-0/+1
* Make PCI class description tables constblueswir12008-10-021-2/+2
* E1000 NIC emulation (Nir Peleg, patch from Dor Laor).balrog2008-02-031-1/+3
* Save/load PCI-device, PCI-bus and PIIX3 irq-related state (patches by Uri Lub...balrog2007-12-091-2/+49
* Add statics and missing #includes for prototypes.pbrook2007-11-181-3/+3
* Break up vl.h.pbrook2007-11-171-1/+4
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-5/+5
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-21/+21
* New option -net nic,model=? (Mark Glines)blueswir12007-05-271-0/+4
* Know about more PCI device classes.ths2007-04-141-0/+27
OpenPOWER on IntegriCloud