Age | Commit message (Expand) | Author | Files | Lines |
2009-10-02 | Fix warning about undefined madvise() on OpenSolaris | Blue Swirl | 1 | -0/+3 |
2009-10-02 | linux-user: fix up oversealous nitpicking | Michael S. Tsirkin | 1 | -1/+1 |
2009-10-02 | tests: missing ; in if 0 | Michael S. Tsirkin | 1 | -1/+1 |
2009-10-02 | alsa: Change default buffer/period size | malc | 1 | -1/+2 |
2009-10-02 | oss/alsa: Do not invoke UB described in 7.15.1.1 | malc | 2 | -33/+39 |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori | 316 | -3327/+3334 |
2009-10-01 | Get rid of _t suffix | malc | 316 | -3334/+3327 |
2009-10-01 | Include microblaze binaries in tarbin. | Edgar E. Iglesias | 1 | -0/+2 |
2009-09-30 | target-mips: make sure constants are in the second argument | Aurelien Jarno | 1 | -7/+7 |
2009-09-30 | x86: use globals for CPU registers | Laurent Desnogues | 1 | -71/+125 |
2009-09-30 | mips: Fix spelling in comment | Stefan Weil | 1 | -2/+2 |
2009-09-30 | escc: fix another coding style nit | Michael S. Tsirkin | 1 | -2/+2 |
2009-09-30 | slirp: fix unmatched bracket in if 0 | Michael S. Tsirkin | 1 | -2/+0 |
2009-09-30 | net: fix coding style nit | Michael S. Tsirkin | 1 | -1/+1 |
2009-09-30 | linux-user: fix coding style nit | Michael S. Tsirkin | 1 | -1/+1 |
2009-09-30 | target-mips: unmatched brackets in if 0 | Michael S. Tsirkin | 1 | -1/+0 |
2009-09-30 | linux-user: fix old style decrement usage | Michael S. Tsirkin | 1 | -1/+1 |
2009-09-30 | twl92230: fix old style increment/decrement usage | Michael S. Tsirkin | 1 | -2/+2 |
2009-09-30 | omap_dma: fix unbalanced { in commented out code | Michael S. Tsirkin | 1 | -1/+3 |
2009-09-30 | escc: fix coding style nit | Michael S. Tsirkin | 1 | -2/+2 |
2009-09-30 | gdbstub: fix coding style nit | Michael S. Tsirkin | 1 | -1/+1 |
2009-09-30 | elfload: fix coding style nit | Michael S. Tsirkin | 2 | -2/+2 |
2009-09-30 | vvfat: fix coding style nit | Michael S. Tsirkin | 1 | -2/+2 |
2009-09-30 | sdlaudio: make it suck less | malc | 1 | -50/+30 |
2009-09-30 | Revert part of 6692b043198d58a12317009edb98654c6839f043 | Aurelien Jarno | 1 | -8/+4 |
2009-09-30 | Fix build with profiler enabled | Aurelien Jarno | 1 | -0/+3 |
2009-09-30 | TCG: fix DEF2 macro | Aurelien Jarno | 1 | -5/+9 |
2009-09-28 | target-ppc: log instructions start in TCG code | Aurelien Jarno | 1 | -0/+2 |
2009-09-28 | target-mips: log instructions start in TCG code | Aurelien Jarno | 1 | -0/+4 |
2009-09-27 | Win32: avoid a warning | Blue Swirl | 1 | -4/+4 |
2009-09-27 | BSD user: suppress a warning | Blue Swirl | 1 | -2/+2 |
2009-09-27 | BSD user: implement GUEST_BASE | Blue Swirl | 3 | -0/+70 |
2009-09-27 | tcg/i386: generates dec/inc instead of sub/add when possible | Aurelien Jarno | 1 | -9/+15 |
2009-09-27 | tcg/i386: optimize and $0xff(ff), reg | Aurelien Jarno | 1 | -0/+6 |
2009-09-27 | Compile some user files only once for all targets | Blue Swirl | 4 | -18/+43 |
2009-09-27 | tcg/x86_64: generated dec/inc instead of sub/add when possible | Aurelien Jarno | 1 | -2/+14 |
2009-09-27 | Don't compile roms if not building system targets | Blue Swirl | 1 | -1/+2 |
2009-09-27 | Fix user emulator breakage | Blue Swirl | 1 | -4/+2 |
2009-09-27 | tcg/ppc: always use tcg_out_call | malc | 1 | -20/+10 |
2009-09-27 | vl: Add failure check for SetEvent | malc | 1 | -1/+5 |
2009-09-27 | vl: Do not use perror after failed Win32 API calls | malc | 1 | -3/+5 |
2009-09-27 | posix-aio-compat: avoid signal race when spawning a thread | malc | 1 | -5/+9 |
2009-09-27 | target-i386: kill a tmp register | Aurelien Jarno | 1 | -4/+3 |
2009-09-27 | target-i386: use subfi instead of sub with a non-freed constant | Aurelien Jarno | 1 | -7/+7 |
2009-09-26 | eepro100: Fix format strings in debug messages | Stefan Weil | 1 | -7/+7 |
2009-09-26 | eepro100: Replace sprintf by snprintf | Stefan Weil | 1 | -3/+3 |
2009-09-26 | eepro100: Remove unused code | Stefan Weil | 1 | -4/+0 |
2009-09-26 | eepro100: Enhanced logging and comments | Stefan Weil | 1 | -85/+130 |
2009-09-26 | fix -daemonize with kvm | Marcelo Tosatti | 1 | -10/+10 |
2009-09-26 | Set SDL icon_title when using `-name XXX` for proper gnome-panel window list ... | Dominic Evans | 1 | -6/+10 |