summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-02Make PCI class description tables constblueswir11-2/+2
2008-10-02Make monitor command tables constblueswir11-22/+22
2008-10-02Make some i386 disassembler tables constblueswir11-22/+22
2008-10-02Make CPULogItem tables constblueswir14-5/+5
2008-10-02Make keysym tables constblueswir14-6/+6
2008-10-02Make some tables constblueswir11-6/+6
2008-10-02Sun ss20 OBP does 32bit register access to esp (Robert Reif)blueswir11-1/+1
2008-10-02Fix MXCC printf warning (based on patch by Robert Reif)blueswir11-3/+3
2008-10-02Add missing parenthesis in qemu_ram_alloc()ths1-1/+1
2008-10-01ppc: fix crash in ppc system single step supportaurel321-4/+0
2008-10-01Reset CPU on INIT IPIaurel321-0/+5
2008-10-01Fix cscope filelist by removing leading ./aurel321-1/+1
2008-10-01Add inotify syscall familyaurel321-0/+29
2008-10-01Add mincore syscallaurel321-1/+13
2008-10-01Add fadvise64 stubsaurel321-0/+21
2008-10-01qemu: improve scsi dma speed by increasing the dma buffer sizeaurel321-1/+1
2008-10-01monitor: add sendkey support for comma, dot and slashaurel321-0/+3
2008-10-01qemu-doc: document use of raw values with sendkeyaurel321-2/+3
2008-10-01hw/apic.c: use bsr and bsf on x86_64aurel321-2/+2
2008-10-01fix default size handling in monitoraurel321-1/+1
2008-10-01target-ppc: fix computation of XER.{CA, OV} in addme, subfmeaurel322-18/+2
2008-10-01target-ppc: fix mullw/mullwoaurel322-1/+5
2008-10-01Fix warning about variables used uninitializedblueswir11-0/+4
2008-10-01Make some variables staticblueswir11-14/+14
2008-10-01Make some variables staticblueswir12-2/+2
2008-10-01Change some qualifiers to staticblueswir11-10/+11
2008-10-01Remove unused variablesblueswir11-2/+0
2008-10-01Fix warning about incompatible typesblueswir11-4/+2
2008-10-01Remove unused functionsblueswir11-67/+0
2008-10-01Remove unused variableblueswir11-1/+0
2008-10-01target-alpha: update STATUSaurel321-8/+3
2008-10-01Check that asynchronous (DMA) submission succeeds (Ian Jackson).balrog1-0/+10
2008-10-01Actually check read/write errors in IDE (Ian Jackson).balrog1-2/+32
2008-10-01x86 pextrw destination operand can be r64.balrog1-1/+2
2008-09-30Handle MSR_IA32_PERF_STATUS in rdmsr (Alexander Graf).balrog1-6/+6
2008-09-30Disable bluetooth proxy compilation on win32.balrog2-18/+25
2008-09-30Avoid (some) ppc cross-compilation problemsmalc1-12/+4
2008-09-30Add some missing static qualifiersblueswir14-8/+8
2008-09-30Silence some warnings about uninitialized variablesblueswir13-3/+6
2008-09-30Few compile time warnings removed (Stefano Stabellini)blueswir11-3/+4
2008-09-30target-alpha: convert palcode ops to TCGaurel329-536/+349
2008-09-30target-alpha: convert locked load/store to TCGaurel321-40/+52
2008-09-30Make sure bluez programs (cross-)compile, add missing statics.balrog2-3/+13
2008-09-29Fix SS-2 crashblueswir11-1/+1
2008-09-29TARGET_MAP_xx macros: clean and alpha specific valuesaurel321-5/+24
2008-09-29target-alpha: misc fixesaurel323-63/+41
2008-09-29target-alpha: convert FP ops to TCGaurel3211-1482/+786
2008-09-29target-alpha: factorize load/store codeaurel321-134/+65
2008-09-29Refactor QEMUFile for live migrationaliguori2-56/+237
2008-09-29Fix save/restore regression introduced by r5318aliguori1-1/+1