aboutsummaryrefslogtreecommitdiff
path: root/hw/pci.c
AgeCommit message (Expand)Author
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
2008-12-11pci: add default pci subsystem id for all devices (Gerd Hoffman)aliguori
2008-12-09KVM: Coalesced MMIO supportaliguori
2008-10-02Make PCI class description tables constblueswir1
2008-02-03E1000 NIC emulation (Nir Peleg, patch from Dor Laor).balrog
2007-12-09Save/load PCI-device, PCI-bus and PIIX3 irq-related state (patches by Uri Lub...balrog
2007-11-18Add statics and missing #includes for prototypes.pbrook
2007-11-17Break up vl.h.pbrook
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-05-27New option -net nic,model=? (Mark Glines)blueswir1
2007-04-14Know about more PCI device classes.ths
2007-04-07Unify IRQ handling.pbrook
2007-04-02Eepro100 emulation, by Stefan Weil.ths
2007-03-06Fix typo in PCI bridge code.ths