summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl2009-11-071-0/+3
* bsd-user: fix breakage by 78cfb07fe0dc556cae662a0fab5fe1bd33daabdbBlue Swirl2009-10-181-0/+1
* bsd-user: FreeBSD updateJuergen Lock2009-10-188-29/+437
* bsd-user: fix "#if 0"'d printf()Paul Bolle2009-10-041-1/+1
* elfload: fix coding style nitMichael S. Tsirkin2009-09-301-1/+1
* BSD user: suppress a warningBlue Swirl2009-09-271-2/+2
* BSD user: implement GUEST_BASEBlue Swirl2009-09-273-0/+70
* bsd-user: Add generic env variable handlingBlue Swirl2009-08-151-16/+35
* user: compile path.c only onceBlue Swirl2009-08-152-165/+0
* Fix Sparse warning about missing prototypeBlue Swirl2009-08-012-2/+3
* More NULL pointer fixesBlue Swirl2009-08-012-2/+2
* rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela2009-07-272-4/+4
* rename HAVE_GPROF to TARGET_GPROFJuan Quintela2009-07-271-3/+3
* bsd-users: fix straceChristoph Egger2009-07-171-2/+2
* fix build warningsChristoph Egger2009-07-172-2/+2
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-164-12/+4
* consolidate user cpu_{in, out}[bwl] into ioport-user.cIsaku Yamahata2009-07-091-33/+0
* Fix missing strnlen problemsBlue Swirl2009-07-011-11/+0
* Avoid collision with system NGROUPS definitionBlue Swirl2009-06-131-3/+3
* BSD user: initial support for i386 and x86_64 targetsblueswir12009-04-115-2/+671
* Add new command line option -singlestep for tcg single stepping.aurel322009-04-051-0/+5
* Fix BSD user: there is no NPTLblueswir12009-03-072-0/+39
* Flush stdout after printing usage()blueswir12009-02-281-2/+2
* Fix qemu_malloc.malc2009-01-281-0/+2
* Fix bsd-user compile like r6412blueswir12009-01-241-0/+13
* Fix user emulator breakage, based on patch by Riku Voipioblueswir12009-01-201-13/+15
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-152-16/+14
* Get rid of user_mode_onlyaurel322009-01-141-1/+0
* Remove all traces of __powerpc__malc2009-01-141-1/+1
* Fix more FSF addressesblueswir12009-01-054-4/+8
* linux-user: Move abi_* typedefs into qemu-types.haurel322008-12-082-19/+25
* Prepare for handling different BSD mmap() flagsblueswir12008-11-292-4/+126
* Fix BSD user compilation on other than OpenBSDblueswir12008-11-222-7/+41
* Use correct trap for syscalls on Sparc32blueswir12008-11-161-0/+4
* Sparc32 BSD user supportblueswir12008-11-092-0/+36
* Preliminary BSD user emulator supportblueswir12008-10-2620-0/+5732