qdev/pci: add pci_create_noinit()
[qemu] / hw / pci.c
2009-09-15 Gerd Hoffmannqdev/pci: add pci_create_noinit()
2009-09-04 Juan QuintelaWe want the argument pass to set_irq to be opaque
2009-09-04 Juan Quintelalow_set_irq is not used anywhere
2009-08-28 Juan QuintelaAdd pci_ne2000_{save/load} functions, then remove pci_d...
2009-08-28 Gerd Hoffmannqdev: add return value to init() callbacks.
2009-08-28 Juan QuintelaPort PCIDevice state to VMState
2009-08-28 Juan QuintelaAdd version_id to PCIDevice.
2009-08-28 Juan QuintelaPort PCI Bus to VMState design
2009-08-10 Gerd Hoffmannqdev/prop: convert pci.c to helper macros.
2009-07-27 Gerd Hoffmannqdev/pci: use qdev_prop_pci_devfn
2009-07-21 Blue SwirlSparc64: convert APB to qdev
2009-07-16 Gerd Hoffmannqdev: print device id in "info pci".
2009-07-16 Gerd Hoffmannqdev: add id= support for pci nics.
2009-07-16 Gerd Hoffmannqdev: rework device properties.
2009-07-16 Isaku Yamahatapci.c: remove unnecessary #ifdef DEBUG_PCI.
2009-07-11 Paul BrookFix PCI IRQ breakage
2009-07-11 Blue SwirlFix APB by reverting 16eaedf2668e9b347a59d73346fcc4c764...
2009-07-09 Gerd Hoffmannqdev/pci: misc fixes.
2009-07-09 Gerd Hoffmannqdev: replace bus_type enum with bus_info struct.
2009-07-09 Gerd Hoffmannqdev: update pci device registration.
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-06-29 Jan Kiszkamonitor: Drop pci_addr prefix from hotplug commands
2009-06-24 Michael S. Tsirkinqemu/pci: check constant registers on load
2009-06-24 Michael S. Tsirkinqemu/pci: add routines to manage PCI capabilities
2009-06-24 Michael S. Tsirkinqemu/pci: make default_write_config use mask table
2009-06-22 Markus ArmbrusterMake first argument of monitor command pci_add work
2009-06-22 Markus ArmbrusterSupport addr=... in option argument of -net nic
2009-06-22 Markus ArmbrusterFix do_pci_register_device() to reject devfn already...
2009-06-22 Gleb NatapovAdd pci_bus_reset() function.
2009-06-16 Avi KivityRename pci_register_io_region() to pci_register_bar()
2009-06-11 Gerd Hoffmannqdev: move name+size into DeviceInfo (v2)
2009-06-09 Blue SwirlRemove unused and misnamed field and variable
2009-05-22 Paul BrookAdd common BusState
2009-05-18 Paul BrookSeparate virtio PCI code
2009-05-14 Paul BrookVirtio-net qdev conversion
2009-05-14 Paul BrookPCI network qdev conversion
2009-05-14 Paul BrookPCI qdev support
2009-05-03 Isaku Yamahataminor fix of pci_register_bus()
2009-05-03 Isaku Yamahatause PCI_HEADER_TYPE.
2009-04-10 aliguoriMake PCI config status register read-only
2009-03-05 aliguorimonitor: Rework API (Jan Kiszka)
2009-02-11 aliguoriParse full PCI device addresses (Markus Armbruster)
2009-02-11 aliguoriqemu: warn if PCI region is not power of two (Marcelo...
2009-02-11 aliguoriqemu: add pci_unregister_device (Marcelo Tosatti)
2009-02-11 aliguoriqemu: return PCIDevice on net device init and record...
2009-02-11 aliguoriqemu: add pci helper functions (Marcelo Tosatti)
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2009-02-01 blueswir1Add and use #defines for PCI device classes
2009-01-27 blueswir1Add Simba device ID
2009-01-13 aliguoriMake pci_nic_init() use qemu_setup_nic_model() (Mark...
2008-12-18 aurel32PCI: Mask writes to RO bits in the command reg of PCI...
2008-12-18 aurel32PCI: Mask writes to RO bits in the status reg of PCI...
2008-12-17 aliguorivirtio-net support
2008-12-11 aliguoripci: add default pci subsystem id for all devices ...
2008-12-09 aliguoriKVM: Coalesced MMIO support
2008-10-02 blueswir1Make PCI class description tables const
2008-02-03 balrogE1000 NIC emulation (Nir Peleg, patch from Dor Laor).
2007-12-09 balrogSave/load PCI-device, PCI-bus and PIIX3 irq-related...
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-17 pbrookBreak up vl.h.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-05-27 blueswir1New option -net nic,model=? (Mark Glines)
2007-04-14 thsKnow about more PCI device classes.
2007-04-07 pbrookUnify IRQ handling.
2007-04-02 thsEepro100 emulation, by Stefan Weil.
2007-03-06 thsFix typo in PCI bridge code.
2007-01-10 thsDevfn number for network PCI cards, by Aurelien Jarno.
2006-12-10 thsFix PCI config space overflow, by Herbert Xu.
2006-09-28 pbrookPCI IRC routing fix.
2006-09-24 pbrookImplement sun4u PCI IRQ routing.
2006-09-24 pbrookPCI shared IRQ fix (original patch by andrzej zaborowski).
2006-08-17 bellardPCI save/restore changes
2006-08-10 pbrookAdd SCSI controller class.
2006-07-04 bellardpcnet nic support (Antony T Curtis)
2006-05-21 pbrookUse lookup table for PCI class descriptions.
2006-05-13 pbrookRearrange PCI host emulation code.
2006-04-18 pbrookInitialize PCI BAR config data.
2006-04-02 bellarddo not test reserved config bits
2006-02-05 pbrookAllow selection of emulated network card.
2005-11-21 bellardcpu_single_env usage fix
2005-07-23 bellardsparc64 fixes (Blue Swirl)
2005-06-05 bellardcorrect PCI ID for PREP PCI host bridge - added Grackle...
2005-05-13 bellardhandle the case where several PCI irqs share the same...
2005-04-23 bellardPREP machines have two IO mappings.
2005-04-06 bellardPCI irq in sync with new Bochs BIOS
2004-10-09 bellardmonitor fixes (Johannes Schindelin)
2004-10-03 bellardne2000 savevm support (Johannes Schindelin)
2004-06-25 bellardconfigure BMDMA
2004-06-21 bellardadded PCI bus - added IRQ support for PowerPC bridges...
2004-06-21 bellardUniNorth PCI bridge support
2004-06-09 bellardIDE1 init fix
2004-06-05 bellardinit VGA with default config
2004-06-05 bellardhost bridge config fix
2004-06-03 bellardfixed PCI config default write permissions
2004-06-03 bellardsupport for opaque data on memory I/Os - PCI ROM memory...
2004-05-26 bellardPowerPC prep/chrp/pmac support
2004-05-23 bellardpci empty device read fix - piix3 ide init
2004-05-22 bellardpci memory mapping fix
2004-05-20 bellardPCI interrupt support - PCI BIOS interrupt remapping...
next