aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pci.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-21/+21
2007-05-27New option -net nic,model=? (Mark Glines)blueswir11-0/+4
2007-04-14Know about more PCI device classes.ths1-0/+27
2007-04-07Unify IRQ handling.pbrook1-3/+6
2007-04-02Eepro100 emulation, by Stefan Weil.ths1-0/+6
2007-03-06Fix typo in PCI bridge code.ths1-1/+1
2007-01-10Devfn number for network PCI cards, by Aurelien Jarno.ths1-4/+4
2006-12-10Fix PCI config space overflow, by Herbert Xu.ths1-8/+16
2006-09-28PCI IRC routing fix.pbrook1-3/+4
2006-09-24Implement sun4u PCI IRQ routing.pbrook1-11/+92
2006-09-24PCI shared IRQ fix (original patch by andrzej zaborowski).pbrook1-2/+14
2006-08-17PCI save/restore changesbellard1-7/+8
2006-08-10Add SCSI controller class.pbrook1-0/+1
2006-07-04pcnet nic support (Antony T Curtis)bellard1-0/+2
2006-05-21Use lookup table for PCI class descriptions.pbrook1-12/+24
2006-05-13Rearrange PCI host emulation code.pbrook1-1394/+28
2006-04-18Initialize PCI BAR config data.pbrook1-0/+7
2006-04-02do not test reserved config bitsbellard1-5/+0
2006-02-05Allow selection of emulated network card.pbrook1-0/+14
2005-11-21cpu_single_env usage fixbellard1-6/+6
2005-07-23sparc64 fixes (Blue Swirl)bellard1-0/+247