summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2008-12-07omap1: fix uart3 init (Jean-Christophe PLAGNIOL-VILLARD).balrog1-1/+1
2008-12-07omap1: add OSC_12M_SEL UART register support (original patch from Jean-Christ...balrog1-10/+17
2008-12-07pflash_cfi01: add Single Byte Program (Jean-Christophe PLAGNIOL-VILLARD).balrog1-34/+53
2008-12-07SCSI: Handle inquiry commands of varying length (Justin Chevrier).balrog1-3/+8
2008-12-07LSI53C895A: Handle empty SCRIPTS opcode (Justin Chevrier)balrog1-0/+6
2008-12-07LSI53C895A: Remove current_dma_len hackbalrog1-1/+0
2008-12-07Remove a duplicate omap_l4_attach(), add one missing elsewhere.balrog2-1/+1
2008-12-07Don't wrap I2C registers addresses on PXA270.balrog1-4/+7
2008-12-07ETRAX-FS: Simplify the DMA blocks address registration and decoding.edgar_igl1-18/+7
2008-12-06ETRAX-FS: No need to decode the address anymore.edgar_igl1-2/+2
2008-12-06Revert "hw/apic.c: use fls() from host-utils"aurel321-1/+7
2008-12-05Make struct iovec universally availablealiguori1-9/+0
2008-12-05Attached patch contains warning fixes.blueswir11-0/+2
2008-12-05Fix PPC PREP platform, broken by commit 5849aurel321-1/+1
2008-12-05hw/ppc4xx_pci.c: kill two warningsaurel321-2/+2
2008-12-04do boundary check based on absolute value (Glauber Costa)aliguori1-2/+4
2008-12-04Fix RTC initial date computationaurel323-8/+8
2008-12-04Fix windows build after virtio changesaliguori2-15/+34
2008-12-04hw/apic.c: use fls() from host-utilsaurel321-7/+1
2008-12-04Add virtio-balloon supportaliguori3-0/+241
2008-12-04Remove TARGET_PAGE_SIZE from virtio interface (Hollis Blanchard)aliguori2-3/+19
2008-12-04Add virtio-blk supportaliguori3-0/+337
2008-12-04Virtio core supportaliguori2-0/+968
2008-12-03Make audio violate POSIX lessmalc10-15/+15
2008-12-03More consistent PAGE_xxx defines, avoid conflicting with system PAGE_xxxblueswir11-7/+7
2008-12-02IBM PowerPC 4xx 32-bit PCI controller emulationaurel322-0/+427
2008-12-02Remove address masking after some rearrangingblueswir12-99/+142
2008-12-02Remove address maskingblueswir111-43/+45
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook80-846/+380
2008-11-30Fix ICCS command (Herve Poussineau)blueswir11-0/+2
2008-11-29Fix 'enable selection' command (esp_4_ensel.diff)blueswir11-0/+1
2008-11-29Fix command len detection (esp_3_cmdlen.diff)blueswir11-4/+4
2008-11-29Fix configuration 2 register (esp_2_cfg2.diff):blueswir11-6/+1
2008-11-29Misc fixes (Herve Poussineau)blueswir11-14/+21
2008-11-29Don't rely on the fact that MAX_FD is 2 (Herve Poussineau)blueswir11-1/+1
2008-11-25Abstract out geometry detection code from IDE for reusealiguori1-106/+6
2008-11-24vga optimization (Glauber Costa)aliguori3-0/+121
2008-11-24move vga_io_address to VGA State (Glauber Costa)aliguori2-3/+4
2008-11-24better type checking for vga (Glauber Costa)aliguori4-7/+7
2008-11-24Introduce accessors for DisplayState (Stefano Stabellini)aliguori16-105/+105
2008-11-21SH4: Switch serial emulation to qemu_irqaurel324-33/+33
2008-11-21SH4: Use qemu_irq in timer emulation.aurel325-14/+27
2008-11-21e1000 VLAN offload emulation (Alex Williamson)aliguori1-7/+73
2008-11-20uImage: rename load_uboot() to load_uimage() (Hollis Blanchard)aliguori4-5/+5
2008-11-20uImage: return base load address (Hollis Blanchard)aliguori4-4/+5
2008-11-20Fix typo when using TARGET_FMT_plx and LSI_DEBUG (Ryan Harper)aliguori1-1/+1
2008-11-19Fix media detection on emulated CDROM (Gary Grebus)aliguori1-1/+3
2008-11-18Add 40-bit DMA support to LSI scsi emulation (Ryan Harper)aliguori1-4/+32
2008-11-13ETRAX-FS: Don't schedule DMA processing without active channels.edgar_igl1-14/+27
2008-11-13ETRAX-FS: Fix a segfault if pflash drive not found.edgar_igl1-1/+1