summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make network packet debug functions more accessibleblueswir12008-10-041-4/+7
* Add some missing static qualifiersblueswir12008-10-042-8/+8
* Move nographic export to sysemu.hblueswir12008-10-044-5/+1Star
* Use qemu-log.hblueswir12008-10-048-21/+8Star
* x86 "popcnt" affects flags.balrog2008-10-041-0/+2
* Implement SSE4.1, SSE4.2 (x86).balrog2008-10-044-37/+992
* Improve pflash cfi01 debug messages (Thomas Petazzoni).balrog2008-10-041-3/+3
* Reset CFI01 flash wcycle after erase confirm (Thomas Petazzoni).balrog2008-10-041-1/+1
* Rearrange tick functionsblueswir12008-10-034-31/+46
* Fix missing prototype warnings by moving declarationsblueswir12008-10-032-11/+9Star
* Fix warning about unused functionblueswir12008-10-031-0/+2
* Fix warning about missing return valueblueswir12008-10-031-0/+1
* Optimize 64 bit bswapmalc2008-10-021-5/+5
* Do not use load_seg_vm to load CS in real mode iret handlingmalc2008-10-021-1/+2
* Include qemu-common.h in order to get prototypes for qemu_malloc etc.blueswir12008-10-021-0/+1
* Resurrect the safe part of r5274blueswir12008-10-0211-58/+163
* Make PCI class description tables constblueswir12008-10-021-2/+2
* Make monitor command tables constblueswir12008-10-021-22/+22
* Make some i386 disassembler tables constblueswir12008-10-021-22/+22
* Make CPULogItem tables constblueswir12008-10-024-5/+5
* Make keysym tables constblueswir12008-10-024-6/+6
* Make some tables constblueswir12008-10-021-6/+6
* Sun ss20 OBP does 32bit register access to esp (Robert Reif)blueswir12008-10-021-1/+1
* Fix MXCC printf warning (based on patch by Robert Reif)blueswir12008-10-021-3/+3
* Add missing parenthesis in qemu_ram_alloc()ths2008-10-021-1/+1
* ppc: fix crash in ppc system single step supportaurel322008-10-021-4/+0Star
* Reset CPU on INIT IPIaurel322008-10-021-0/+5
* Fix cscope filelist by removing leading ./aurel322008-10-011-1/+1
* Add inotify syscall familyaurel322008-10-011-0/+29
* Add mincore syscallaurel322008-10-011-1/+13
* Add fadvise64 stubsaurel322008-10-011-0/+21
* qemu: improve scsi dma speed by increasing the dma buffer sizeaurel322008-10-011-1/+1
* monitor: add sendkey support for comma, dot and slashaurel322008-10-011-0/+3
* qemu-doc: document use of raw values with sendkeyaurel322008-10-011-2/+3
* hw/apic.c: use bsr and bsf on x86_64aurel322008-10-011-2/+2
* fix default size handling in monitoraurel322008-10-011-1/+1
* target-ppc: fix computation of XER.{CA, OV} in addme, subfmeaurel322008-10-012-18/+2Star
* target-ppc: fix mullw/mullwoaurel322008-10-012-1/+5
* Fix warning about variables used uninitializedblueswir12008-10-011-0/+4
* Make some variables staticblueswir12008-10-011-14/+14
* Make some variables staticblueswir12008-10-012-2/+2
* Change some qualifiers to staticblueswir12008-10-011-10/+11
* Remove unused variablesblueswir12008-10-011-2/+0Star
* Fix warning about incompatible typesblueswir12008-10-011-4/+2Star
* Remove unused functionsblueswir12008-10-011-67/+0Star
* Remove unused variableblueswir12008-10-011-1/+0Star
* target-alpha: update STATUSaurel322008-10-011-8/+3Star
* Check that asynchronous (DMA) submission succeeds (Ian Jackson).balrog2008-10-011-0/+10
* Actually check read/write errors in IDE (Ian Jackson).balrog2008-10-011-2/+32
* x86 pextrw destination operand can be r64.balrog2008-10-011-1/+2