aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-12-07target-ppc: disable single steppingaurel321-1/+1
2008-12-07PXA: Account for offset from page start in a subpage mapping.balrog1-1/+1
2008-12-07Update .gitignoreaurel321-2/+0
2008-12-07target-ppc: Fix use of uninitialized TCG variable in tlbivaaurel321-0/+1
2008-12-07Remove a few dyngen and dyngen related codeaurel324-2848/+11
2008-12-07ARM: fix smmul and smmla/smmls usage of registers (Mans Rullgard).balrog1-3/+3
2008-12-07ARM: fix usad8 and usada8 usage of registers (Mans Rullgard).balrog1-3/+3
2008-12-07Remove gcc 3.4 checkaurel322-66/+0
2008-12-07target-ppc: convert SPR accesses to TCGaurel3210-640/+425
2008-12-07target-ppc: remove dead codeaurel321-21/+0
2008-12-07Patch holes in ARM translation (Laurent Desnogues).balrog1-2/+4
2008-12-07ARM: cosmetics (Laurent Desnogues).balrog1-29/+1
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-06target-ppc: remove dead codeaurel324-25/+2
2008-12-06target-ppc: convert SLB/TLB instructions to TCGaurel327-332/+272
2008-12-06The configure test for struct iovec #includes <sys/uio.h> but qemu-common.h d...blueswir11-0/+2
2008-12-06target-ppc: convert dcr load/store to TCGaurel325-43/+33
2008-12-06target-ppc: convert msr load/store to TCGaurel325-71/+48
2008-12-06target-ppc: convert POWER bridge instructions to TCGaurel325-287/+219
2008-12-06Revert "hw/apic.c: use fls() from host-utils"aurel321-1/+7
2008-12-05Make struct iovec universally availablealiguori5-18/+24
2008-12-05Attached patch contains warning fixes.blueswir13-5/+7
2008-12-05Attached patch make cpu-exec.c compile on NetBSD.blueswir11-4/+19
2008-12-05Attached patch makes NetBSD use the native bswap functionsblueswir12-0/+17
2008-12-05sys-queue.h defines _SYS_QUEUE_H_ which is also defined byblueswir11-1/+6
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-05target-ppc: convert POWER shift instructions to TCGaurel323-241/+258
2008-12-05target-ppc: add functions to load/store SPRaurel321-2/+13
2008-12-04do boundary check based on absolute value (Glauber Costa)aliguori1-2/+4
2008-12-04Use writeback caching by default with qcow2aliguori4-2/+19
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 missing file from previous commit.aliguori1-0/+27
2008-12-04Add virtio-balloon supportaliguori7-3/+261
2008-12-04Add ballooning infrastructure.aliguori2-0/+48
2008-12-04Define fls() in terms of clz32().aliguori1-7/+2
2008-12-04Remove TARGET_PAGE_SIZE from virtio interface (Hollis Blanchard)aliguori2-3/+19
2008-12-04Add virtio-blk supportaliguori7-5/+346
2008-12-04Virtio core supportaliguori3-0/+972