summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-04target-i386: add RDTSCP supportAndre Przywara5-16/+63
2009-10-04target-i386: add SSE4a instruction supportAndre Przywara3-2/+85
2009-10-04target-i386: add lock mov cr0 = cr8Andre Przywara1-0/+4
2009-10-04tcg/i386: add support for ext{8,16}u_i32 TCG opsAurelien Jarno2-0/+10
2009-10-04tcg/x86_64: add support for ext{8,16,32}u_i{32,64} TCG opsAurelien Jarno2-0/+26
2009-10-04tcg: add ext{8,16,32}u_i{32,64} TCG opsAurelien Jarno2-3/+36
2009-10-04linux-user: fix "#if 0"'d printf()Paul Bolle1-1/+1
2009-10-04Check availability of uuid header / libraryStefan Weil2-2/+38
2009-10-04hw/omap_dma: add matching {} in if 0Michael S. Tsirkin1-60/+62
2009-10-03oss/alsa: Do not invoke UB described in 7.15.1.1 (this time for ADC)malc2-21/+27
2009-10-02libuser is a generated directoryJuan Quintela1-0/+1
2009-10-02Use GNU ld to link roms on OpenSolarisBlue Swirl1-0/+1
2009-10-02Fix warning about undefined madvise() on OpenSolarisBlue Swirl1-0/+3
2009-10-02linux-user: fix up oversealous nitpickingMichael S. Tsirkin1-1/+1
2009-10-02tests: missing ; in if 0Michael S. Tsirkin1-1/+1
2009-10-02alsa: Change default buffer/period sizemalc1-1/+2
2009-10-02oss/alsa: Do not invoke UB described in 7.15.1.1malc2-33/+39
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori316-3327/+3334
2009-10-01Get rid of _t suffixmalc316-3334/+3327
2009-10-01Include microblaze binaries in tarbin.Edgar E. Iglesias1-0/+2
2009-09-30target-mips: make sure constants are in the second argumentAurelien Jarno1-7/+7
2009-09-30x86: use globals for CPU registersLaurent Desnogues1-71/+125
2009-09-30mips: Fix spelling in commentStefan Weil1-2/+2
2009-09-30escc: fix another coding style nitMichael S. Tsirkin1-2/+2
2009-09-30slirp: fix unmatched bracket in if 0Michael S. Tsirkin1-2/+0
2009-09-30net: fix coding style nitMichael S. Tsirkin1-1/+1
2009-09-30linux-user: fix coding style nitMichael S. Tsirkin1-1/+1
2009-09-30target-mips: unmatched brackets in if 0Michael S. Tsirkin1-1/+0
2009-09-30linux-user: fix old style decrement usageMichael S. Tsirkin1-1/+1
2009-09-30twl92230: fix old style increment/decrement usageMichael S. Tsirkin1-2/+2
2009-09-30omap_dma: fix unbalanced { in commented out codeMichael S. Tsirkin1-1/+3
2009-09-30escc: fix coding style nitMichael S. Tsirkin1-2/+2
2009-09-30gdbstub: fix coding style nitMichael S. Tsirkin1-1/+1
2009-09-30elfload: fix coding style nitMichael S. Tsirkin2-2/+2
2009-09-30vvfat: fix coding style nitMichael S. Tsirkin1-2/+2
2009-09-30sdlaudio: make it suck lessmalc1-50/+30
2009-09-30Revert part of 6692b043198d58a12317009edb98654c6839f043Aurelien Jarno1-8/+4
2009-09-30Fix build with profiler enabledAurelien Jarno1-0/+3
2009-09-30TCG: fix DEF2 macroAurelien Jarno1-5/+9
2009-09-28target-ppc: log instructions start in TCG codeAurelien Jarno1-0/+2
2009-09-28target-mips: log instructions start in TCG codeAurelien Jarno1-0/+4
2009-09-27Win32: avoid a warningBlue Swirl1-4/+4
2009-09-27BSD user: suppress a warningBlue Swirl1-2/+2
2009-09-27BSD user: implement GUEST_BASEBlue Swirl3-0/+70
2009-09-27tcg/i386: generates dec/inc instead of sub/add when possibleAurelien Jarno1-9/+15
2009-09-27tcg/i386: optimize and $0xff(ff), regAurelien Jarno1-0/+6
2009-09-27Compile some user files only once for all targetsBlue Swirl4-18/+43
2009-09-27tcg/x86_64: generated dec/inc instead of sub/add when possibleAurelien Jarno1-2/+14
2009-09-27Don't compile roms if not building system targetsBlue Swirl1-1/+2
2009-09-27Fix user emulator breakageBlue Swirl1-4/+2