aboutsummaryrefslogtreecommitdiff
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
* pci: virtio: use pci id defines (Gerd Hoffman)aliguori2008-12-114-8/+8
* pci: add default pci subsystem id for all devices (Gerd Hoffman)aliguori2008-12-112-0/+25
* Rename fls to qemu_flsblueswir12008-12-111-1/+1
* Allow to register a callback with fw_cfg_add_callback()blueswir12008-12-111-2/+4
* Add missing static qualifiermalc2008-12-111-3/+3
* IDE: Implement SEEK commandaurel322008-12-101-0/+7
* Add 64-bit Block Move support (Direct & Table Indirect) (Ryan Harper)aliguori2008-12-101-3/+60
* LSI53C895A: Rename dmbs register to dbms (Ryan Harper)aliguori2008-12-101-4/+4
* MIPS Magnum: fix memory-mapped i8042aurel322008-12-103-20/+14
* KVM: Coalesced MMIO supportaliguori2008-12-094-0/+16
* Move spitz microdrive to PCMCIA socket 0.balrog2008-12-071-5/+5
* MIPS: remove a few warningsaurel322008-12-073-2/+4
* Parallel port resetaurel322008-12-071-5/+11
* target-ppc: kill a few warningsaurel322008-12-071-0/+2
* SH4: SCI improvementaurel322008-12-071-6/+6
* SH4: kill a few warningsaurel322008-12-075-3/+9
* SH4: Eliminate P4 to A7 mangling (Takashi YOSHII).balrog2008-12-075-4/+18
* SH: improve the way sh7750 registers io memory (Takashi YOSHII).balrog2008-12-072-55/+41
* Fix some new warnings introduced after r5022blueswir12008-12-071-1/+1
* SH: r2d pci support (Takashi YOSHII).balrog2008-12-072-0/+44
* SH: Don't subtract bases from access addresses in PCIC.balrog2008-12-071-5/+3
* SH: On-chip PCI controller support (Takashi YOSHII).balrog2008-12-071-0/+207
* sh4: Add r2d onboard FPGA IRQ controller (Takashi YOSHII).balrog2008-12-071-5/+63
* sh4: Add IRL (4-bit encoded interrupt input) support (Takashi YOSHII).balrog2008-12-074-1/+59
* sh4: mmio based CF support on r2d board (Takashi YOSHII).balrog2008-12-073-0/+101
* PXA: Account for offset from page start in a subpage mapping.balrog2008-12-071-1/+1
* omap1: fix uart3 init (Jean-Christophe PLAGNIOL-VILLARD).balrog2008-12-071-1/+1
* omap1: add OSC_12M_SEL UART register support (original patch from Jean-Christ...balrog2008-12-071-10/+17
* pflash_cfi01: add Single Byte Program (Jean-Christophe PLAGNIOL-VILLARD).balrog2008-12-071-34/+53
* SCSI: Handle inquiry commands of varying length (Justin Chevrier).balrog2008-12-071-3/+8
* LSI53C895A: Handle empty SCRIPTS opcode (Justin Chevrier)balrog2008-12-071-0/+6
* LSI53C895A: Remove current_dma_len hackbalrog2008-12-071-1/+0
* Remove a duplicate omap_l4_attach(), add one missing elsewhere.balrog2008-12-072-1/+1
* Don't wrap I2C registers addresses on PXA270.balrog2008-12-071-4/+7
* ETRAX-FS: Simplify the DMA blocks address registration and decoding.edgar_igl2008-12-071-18/+7
* ETRAX-FS: No need to decode the address anymore.edgar_igl2008-12-061-2/+2
* Revert "hw/apic.c: use fls() from host-utils"aurel322008-12-061-1/+7
* Make struct iovec universally availablealiguori2008-12-051-9/+0
* Attached patch contains warning fixes.blueswir12008-12-051-0/+2
* Fix PPC PREP platform, broken by commit 5849aurel322008-12-051-1/+1
* hw/ppc4xx_pci.c: kill two warningsaurel322008-12-051-2/+2
* do boundary check based on absolute value (Glauber Costa)aliguori2008-12-041-2/+4
* Fix RTC initial date computationaurel322008-12-043-8/+8
* Fix windows build after virtio changesaliguori2008-12-042-15/+34
* hw/apic.c: use fls() from host-utilsaurel322008-12-041-7/+1
* Add virtio-balloon supportaliguori2008-12-043-0/+241
* Remove TARGET_PAGE_SIZE from virtio interface (Hollis Blanchard)aliguori2008-12-042-3/+19
* Add virtio-blk supportaliguori2008-12-043-0/+337
* Virtio core supportaliguori2008-12-042-0/+968
* Make audio violate POSIX lessmalc2008-12-0310-15/+15