aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add some chipset doc linksBlue Swirl2009-10-131-0/+9
* New qdev_init_nofail()Markus Armbruster2009-10-071-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-13/+13
* Get rid of _t suffixmalc2009-10-011-13/+13
* ioports: remove unused env parameter and compile only onceBlue Swirl2009-09-201-6/+6
* Sparc64: make system bus parent of PCI busBlue Swirl2009-09-131-1/+1
* We want the argument pass to set_irq to be opaqueJuan Quintela2009-09-041-1/+3
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-2/+4
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-8/+8
* Sparc64: convert APB to qdevBlue Swirl2009-07-211-32/+71
* Revert "Fix the PCI header type of APB"Blue Swirl2009-07-111-1/+1
* use constant IOPORTS_MASK instead of 0xffff.Isaku Yamahata2009-07-091-6/+6
* Fix the PCI header type of APBBlue Swirl2009-07-051-1/+1
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-4/+4
* Add common BusStatePaul Brook2009-05-231-1/+2
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-3/+3
* use PCI_HEADER_TYPE.Isaku Yamahata2009-05-031-1/+1
* Add and use #defines for PCI device classesblueswir12009-02-011-2/+1
* Add Simba device IDblueswir12009-01-271-2/+4
* Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori2009-01-261-4/+2
* Add EBUS bridgeblueswir12009-01-101-6/+5
* Fix APBblueswir12009-01-091-11/+25
* Remove unnecessary trailing newlinesblueswir12008-12-131-2/+0
* Wrap long linesblueswir12008-05-121-5/+10
* Break up vl.h.pbrook2007-11-171-1/+2
* More detabificationblueswir12007-10-061-8/+8
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-2/+2
* Replace target_ulong with target_phys_addr_tblueswir12007-05-301-2/+2
* Unify IRQ handling.pbrook2007-04-071-3/+3
* Sparc64 build fix (Igor Kovalenko).pbrook2006-12-221-2/+2
* Implement sun4u PCI IRQ routing.pbrook2006-09-241-9/+28
* PCI shared IRQ fix (original patch by andrzej zaborowski).pbrook2006-09-241-4/+12
* Rearrange PCI host emulation code.pbrook2006-05-131-0/+232