Age | Commit message (Expand) | Author | Files | Lines |
2010-06-10 | rename CONFIG_QEMU_PREFIX | Paolo Bonzini | 1 | -1/+1 |
2010-05-21 | tcg: Initialize the prologue after GUEST_BASE is fixed. | Richard Henderson | 1 | -1/+8 |
2010-03-30 | Fix i386-bsd-user build | Blue Swirl | 1 | -1/+1 |
2010-03-30 | Fix bsd-user qemu_vmalloc() host page protection code | Juergen Lock | 1 | -3/+2 |
2010-03-23 | Fix bsd-user broken by commit b5ec5ce0e39d6e7ea707d5604a5f6d567dfd2f48 | Juergen Lock | 1 | -0/+4 |
2010-01-31 | bsd/darwin-user: mmap_frag() users only check for -1 error | Blue Swirl | 1 | -1/+1 |
2009-11-07 | user: move CPU reset call to main.c for x86/PPC/Sparc | Blue Swirl | 1 | -0/+3 |
2009-10-18 | bsd-user: fix breakage by 78cfb07fe0dc556cae662a0fab5fe1bd33daabdb | Blue Swirl | 1 | -0/+1 |
2009-10-18 | bsd-user: FreeBSD update | Juergen Lock | 8 | -29/+437 |
2009-10-04 | bsd-user: fix "#if 0"'d printf() | Paul Bolle | 1 | -1/+1 |
2009-09-30 | elfload: fix coding style nit | Michael S. Tsirkin | 1 | -1/+1 |
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-08-15 | bsd-user: Add generic env variable handling | Blue Swirl | 1 | -16/+35 |
2009-08-15 | user: compile path.c only once | Blue Swirl | 2 | -165/+0 |
2009-08-01 | Fix Sparse warning about missing prototype | Blue Swirl | 2 | -2/+3 |
2009-08-01 | More NULL pointer fixes | Blue Swirl | 2 | -2/+2 |
2009-07-27 | rename USE_NPTL to CONFIG_USE_NPTL | Juan Quintela | 2 | -4/+4 |
2009-07-27 | rename HAVE_GPROF to TARGET_GPROF | Juan Quintela | 1 | -3/+3 |
2009-07-17 | bsd-users: fix strace | Christoph Egger | 1 | -2/+2 |
2009-07-17 | fix build warnings | Christoph Egger | 2 | -2/+2 |
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl | 4 | -12/+4 |
2009-07-09 | consolidate user cpu_{in, out}[bwl] into ioport-user.c | Isaku Yamahata | 1 | -33/+0 |
2009-07-01 | Fix missing strnlen problems | Blue Swirl | 1 | -11/+0 |
2009-06-13 | Avoid collision with system NGROUPS definition | Blue Swirl | 1 | -3/+3 |
2009-04-11 | BSD user: initial support for i386 and x86_64 targets | blueswir1 | 5 | -2/+671 |
2009-04-05 | Add new command line option -singlestep for tcg single stepping. | aurel32 | 1 | -0/+5 |
2009-03-07 | Fix BSD user: there is no NPTL | blueswir1 | 2 | -0/+39 |
2009-02-28 | Flush stdout after printing usage() | blueswir1 | 1 | -2/+2 |
2009-01-28 | Fix qemu_malloc. | malc | 1 | -0/+2 |
2009-01-24 | Fix bsd-user compile like r6412 | blueswir1 | 1 | -0/+13 |
2009-01-20 | Fix user emulator breakage, based on patch by Riku Voipio | blueswir1 | 1 | -13/+15 |
2009-01-15 | Convert references to logfile/loglevel to use qemu_log*() macros | aliguori | 2 | -16/+14 |
2009-01-14 | Get rid of user_mode_only | aurel32 | 1 | -1/+0 |
2009-01-14 | Remove all traces of __powerpc__ | malc | 1 | -1/+1 |
2009-01-05 | Fix more FSF addresses | blueswir1 | 4 | -4/+8 |
2008-12-08 | linux-user: Move abi_* typedefs into qemu-types.h | aurel32 | 2 | -19/+25 |
2008-11-29 | Prepare for handling different BSD mmap() flags | blueswir1 | 2 | -4/+126 |
2008-11-22 | Fix BSD user compilation on other than OpenBSD | blueswir1 | 2 | -7/+41 |
2008-11-16 | Use correct trap for syscalls on Sparc32 | blueswir1 | 1 | -0/+4 |
2008-11-09 | Sparc32 BSD user support | blueswir1 | 2 | -0/+36 |
2008-10-26 | Preliminary BSD user emulator support | blueswir1 | 20 | -0/+5732 |