summaryrefslogtreecommitdiff
path: root/hw/pci.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-17virtio-net supportaliguori1-1/+4
2008-12-11pci: add default pci subsystem id for all devices (Gerd Hoffman)aliguori1-0/+13
2008-12-09KVM: Coalesced MMIO supportaliguori1-0/+1
2008-10-02Make PCI class description tables constblueswir11-2/+2
2008-02-03E1000 NIC emulation (Nir Peleg, patch from Dor Laor).balrog1-1/+3
2007-12-09Save/load PCI-device, PCI-bus and PIIX3 irq-related state (patches by Uri Lub...balrog1-2/+49
2007-11-18Add statics and missing #includes for prototypes.pbrook1-3/+3
2007-11-17Break up vl.h.pbrook1-1/+4
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-5/+5