summaryrefslogtreecommitdiffstats
path: root/bsd-user
Commit message (Expand)AuthorAgeFilesLines
* misc: move include files to include/qemu/Paolo Bonzini2012-12-192-3/+3
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-2/+2
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* user: Rename qemu-types.h to qemu-user-types.hEduardo Habkost2012-12-061-1/+1
* user: Move *-user/qemu-types.h to main directoryEduardo Habkost2012-12-061-24/+0
* Support 'help' as a synonym for '?' in command line optionsPeter Maydell2012-08-021-2/+2
* build: move *-user/ objects to nested Makefile.objsPaolo Bonzini2012-06-071-0/+2
* bsd-user: Use cpu_reset() in after cpu_init()Andreas Färber2012-06-041-1/+1
* bsd-user: fix compile failurePeter Maydell2012-04-131-0/+1
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-143-11/+11
* bsd-user: Don't overuse CPUStateAndreas Färber2012-03-141-2/+2
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-141-1/+1
* qom: Add QOM support to user emulatorsAndreas Färber2012-03-131-0/+2
* elf: Improve symbol lookup (optimize, fix for bsd-user)Stefan Weil2012-01-101-7/+4
* Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori2011-12-141-1/+1
|\
| * Fix spelling in comments, documentation and messagesStefan Weil2011-12-141-1/+1
* | bsd_user: Fix potential null pointer dereferenceStefan Weil2011-12-102-4/+3
|/
* Use glib memory allocation and free functionsAnthony Liguori2011-08-202-10/+10
* Avoid allocating TCG resources in non-TCG modeJan Kiszka2011-08-051-1/+2
* user: Restore debug usage message for '-d ?' in user mode emulationPeter Maydell2011-07-301-3/+5
* user: Fix -d debug logging for usermode emulationEdgar E. Iglesias2011-06-281-1/+1
* Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+1
* Command line support for altering the log file locationMatthew Fernandez2011-06-151-18/+28
* Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-1/+0
* Fix spelling in comments (intruction -> instruction)Stefan Weil2011-05-081-1/+1
* Fix typos in comments (neccessary -> necessary)Stefan Weil2011-05-081-1/+1
* bsd-user: Fix possible memory leaks and wrong realloc callStefan Weil2011-01-171-6/+31
* Remove dead code for ARM semihosting commandline handlingWolfgang Schildbach2011-01-072-3/+0
* Add new user mode option -ignore-environmentStefan Weil2010-10-051-0/+6
* Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil2010-10-031-1/+1
* rename CONFIG_QEMU_PREFIXPaolo Bonzini2010-06-101-1/+1
* tcg: Initialize the prologue after GUEST_BASE is fixed.Richard Henderson2010-05-211-1/+8
* Fix i386-bsd-user buildBlue Swirl2010-03-301-1/+1
* Fix bsd-user qemu_vmalloc() host page protection codeJuergen Lock2010-03-301-3/+2
* Fix bsd-user broken by commit b5ec5ce0e39d6e7ea707d5604a5f6d567dfd2f48Juergen Lock2010-03-231-0/+4
* bsd/darwin-user: mmap_frag() users only check for -1 errorBlue Swirl2010-01-311-1/+1
* 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
OpenPOWER on IntegriCloud