aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-10-05Make target_sigaltstack_used staticblueswir12-2/+2
2008-10-05Export x86_stack_size in qemu.hblueswir12-2/+3
2008-10-05Make ioctl table staticblueswir12-2/+2
2008-10-05Make bitmask tables static constblueswir13-10/+10
2008-10-05Make struct_termios_def constblueswir13-3/+5
2008-10-05Move wav_start_capture prototype to avoid a warning with -Wmissing-prototypesblueswir12-3/+3
2008-10-05Make audio_pcm_opsstatic constblueswir111-14/+14
2008-10-05Add some missing static and const qualifiers, reg_names only used if NDEBUG setblueswir17-15/+32
2008-10-05Variable logfilename is not used outside exec.cblueswir11-1/+1
2008-10-05Variable autostart is not used outside main()blueswir12-3/+3
2008-10-04Update Sparc docs, add -cpu flagblueswir11-16/+64
2008-10-04Fix crc32w decoding, fix a constant width in blendvpd.balrog2-5/+4
2008-10-04Make network packet debug functions more accessibleblueswir11-4/+7
2008-10-04Add some missing static qualifiersblueswir12-8/+8
2008-10-04Move nographic export to sysemu.hblueswir14-5/+1
2008-10-04Use qemu-log.hblueswir18-21/+8
2008-10-04x86 "popcnt" affects flags.balrog1-0/+2
2008-10-04Implement SSE4.1, SSE4.2 (x86).balrog4-37/+992
2008-10-03Improve pflash cfi01 debug messages (Thomas Petazzoni).balrog1-3/+3
2008-10-03Reset CFI01 flash wcycle after erase confirm (Thomas Petazzoni).balrog1-1/+1
2008-10-03Rearrange tick functionsblueswir14-31/+46
2008-10-03Fix missing prototype warnings by moving declarationsblueswir12-11/+9
2008-10-03Fix warning about unused functionblueswir11-0/+2
2008-10-03Fix warning about missing return valueblueswir11-0/+1
2008-10-02Optimize 64 bit bswapmalc1-5/+5
2008-10-02Do not use load_seg_vm to load CS in real mode iret handlingmalc1-1/+2
2008-10-02Include qemu-common.h in order to get prototypes for qemu_malloc etc.blueswir11-0/+1
2008-10-02Resurrect the safe part of r5274blueswir111-58/+163
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