aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-03-29target-alpha: bug fix: avoid nop to override next instructionaurel321-3/+3
2009-03-29target-alpha: remove PALCODE_ declarations (unused).aurel321-10/+0
2009-03-29target-alpha: add instruction name in comments for hw_ld opcode.aurel321-20/+20
2009-03-29Document which IPR are used by 21264aurel321-31/+65
2009-03-29target-alpha: tb_flush helper should flush the tb (and not the tlb).aurel321-1/+1
2009-03-29target-alpha: fix temp free for hw_staurel321-2/+1
2009-03-29target-alpha: fix bug: integer conditional branch offset is 21 bits wide.aurel321-10/+10
2009-03-29target-alpha: Fix bug: do not mask address LSBs for ldwu.aurel321-1/+1
2009-03-29target-alpha: Fix bug: palcode is at least 6 bits.aurel321-1/+1
2009-03-28build system: silence gdbstub-xml.c generationaurel321-3/+2
2009-03-28tcg/README: fix description of bswap32_i32/i64aurel321-1/+1
2009-03-28target-sh4: r2d --append option supportaurel321-3/+2
2009-03-28hw/eeprom93xx.c: support 93xx EEPROMs with more than 255 wordsaurel321-10/+14
2009-03-28hw/eeprom93xx.c: substitute structure dump with discrete dump in eeprom_save/...aurel321-2/+27
2009-03-28target-sh4: r2d --append option supportaurel321-5/+16
2009-03-28target-mips: fix FPU in 64-bit modeaurel321-17/+8
2009-03-28target-mips: implement FPU Flush-To-Zero modeaurel321-0/+5
2009-03-28gdbstub: Allow re-instantiation (Jan Kiszka)aliguori2-21/+38
2009-03-28char: Fix closing of various char devices (Jan Kiszka)aliguori1-2/+19
2009-03-28qemu-img: adding a "-F base_fmt" option to "qemu-img create -b" (Uri Lublin)aliguori2-5/+23
2009-03-28block-qcow2: keep backing file format in a qcow2 extension (Uri Lublin)aliguori1-2/+53
2009-03-28block: support known backing format for image create and open (Uri Lublin)aliguori3-4/+35
2009-03-28Introducing qcow2 extensions (Uri Lublin)aliguori1-0/+72
2009-03-28kvm: Drop kvm_patch_opcode_byte (Jan Kiszka)aliguori1-23/+4
2009-03-28ROM write access for debugging (Jan Kiszka)aliguori1-3/+8
2009-03-28Use the DMA api to map virtio elements.aliguori1-82/+17
2009-03-28virtio-blk: use generic vectored I/O APIs (Christoph Hellwig)aliguori1-71/+17
2009-03-28add qemu_iovec_init_external (Christoph Hellwig)aliguori2-0/+20
2009-03-28Clean some PCI defines (Stefan Weil)aliguori2-10/+11
2009-03-28Fix monitor command (screendump) (Stefan Weil)aliguori1-0/+1
2009-03-28Remove nodisk_ok machine feature (Jan Kiszka)aliguori8-25/+0
2009-03-28musicpal: Fix regression caused by 6839 (Jan Kiszka)aliguori1-1/+2
2009-03-28gdbstub: Drop redundant memset after qemu_mallocz (Jan Kiszka)aliguori1-2/+0
2009-03-28get roms more room. (Glauber Costa)aliguori1-10/+19
2009-03-28new scsi-generic abstraction, use SG_IO (Christoph Hellwig)aliguori7-137/+115
2009-03-28Document sun ID PROM contentsblueswir11-5/+7
2009-03-28Fix DMA API when handling an immediate error from block layer (Avi Kivity)aliguori1-6/+21
2009-03-28Fix vectored aio bounce handling immediate errors (Avi Kivity)aliguori1-0/+5
2009-03-28host_device_remove: remove incorrect check for device name (Eduardo Habkost)aliguori1-5/+0
2009-03-28FreeBSD host physical cdrom fixesblueswir11-2/+153
2009-03-28Fix warning in vl.cblueswir11-0/+1
2009-03-28Fix out of tree compilationblueswir12-2/+2
2009-03-28Fix compile problems with r6884blueswir12-1/+3
2009-03-28Syncing documentation vs. -help vs. qemu_options tableblueswir16-1378/+1551
2009-03-21Fix absolute mouse events generated by SDL frontend.balrog1-1/+3
2009-03-20Move block dma helpers aiocb to store dma state (Avi Kivity)aliguori1-17/+20
2009-03-20Use vectored aiocb storage to store vector translation state (Avi Kivity)aliguori1-15/+14
2009-03-20Implement cancellation method for dma async I/O (Avi Kivity)aliguori3-1/+16
2009-03-20Convert vectored aio emulation to use a dedicated pool (Avi Kivity)aliguori1-6/+14
2009-03-20Refactor aio callback allocation to use an aiocb pool (Avi Kivity)aliguori2-16/+40