summaryrefslogtreecommitdiffstats
path: root/linux-user/qemu.h
Commit message (Expand)AuthorAgeFilesLines
...
* Update ARM rt_frame layout.pbrook2008-05-061-0/+1
* Fix a compiler error with DEBUG_REMAP enabled (Thayne Harbaugh).balrog2007-12-241-1/+6
* suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard2007-11-161-18/+29
* always define TARGET_ABI32 if 32 bit userbellard2007-11-141-0/+4
* suppressed page_unprotect_range() - fixed access_ok()bellard2007-11-141-2/+5
* use correct typesbellard2007-11-111-3/+3
* Linux user memory access API change (initial patch by Thayne Harbaugh)bellard2007-11-111-47/+74
* Fix some compiler warnings.ths2007-11-031-0/+6
* EFAULT - update __get_user() __put_user(), by Thayne Harbaugh.ths2007-11-021-13/+13
* EFAULT - verify pages are in cache and are read/write, by Thayne Harbaugh.ths2007-11-021-1/+2
* Strace for userland emulation, by Stuart Anderson and Thayne Harbaugh.ths2007-11-011-0/+8
* Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir12007-10-141-43/+53
* Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulatorblueswir12007-10-091-0/+5
* Fix host and target longs confusions (continued).j_mayer2007-10-071-13/+13
* Implement sparc64_[gs]et_contextblueswir12007-10-051-0/+3
* Fix mmap to handle differing host/target page sizes, by Edgar E. Iglesias.ths2007-09-301-2/+2
* linux-user sigaltstack() syscall, by Thayne Harbaugh.ths2007-09-271-0/+4
* New ppc64-linux-user target.j_mayer2007-09-271-0/+1
* Convert syscall arguments and return value from long to int or target_long.j_mayer2007-09-261-3/+4
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-5/+5
* M68k system mode semihosting.pbrook2007-05-261-4/+6
* Code provision for x86_64 and PowerPC 64 linux user mode support.j_mayer2007-04-061-1/+1
* Arm semihosted commandline support (Wolfgang Schildbach).pbrook2006-11-191-0/+1
* ColdFire target.pbrook2006-10-221-0/+3
* Respond to qOffsets gdb packet (for debugging bFLT binaries).pbrook2006-06-171-0/+3
* bFLT loader (for uClinux binaries).pbrook2006-06-111-5/+36
* Teach usermode emulation how to lie about uname -r.pbrook2006-05-141-0/+1
* Avoid accessing guest memory directly in usermode emulation.pbrook2006-03-251-57/+84
* ARM "Angel" semihosting syscalls (Paul Brook)bellard2005-04-231-0/+6
* gdb support for user mode (Paul Brook)bellard2005-04-171-0/+1
* ARM FPA get_user/put_user fixbellard2005-02-071-5/+3
* const fixbellard2004-06-191-4/+4
* use kernel like macros for user access (will be useful someday to have a bett...bellard2004-02-221-0/+118
* arm nwfpe supportbellard2004-02-161-0/+11
* new directory structurebellard2003-09-301-9/+2
* fixed include macro pbbellard2003-06-151-2/+9
* ARM emulation supportbellard2003-06-151-9/+19
* removed trace - merged 2.4.20 vm86 patchesbellard2003-05-141-0/+1
* mmap emulationbellard2003-05-131-0/+10
* sigtrap supportbellard2003-05-101-1/+1
* added vm86.cbellard2003-05-101-1/+11
* loglevel exportbellard2003-04-291-0/+2
* path patchbellard2003-04-111-3/+3
* better vm86 supportbellard2003-03-301-0/+1
* primitive vm86 supportbellard2003-03-291-0/+27
* glibc2.2 fixes - more command line options - misc doc fixesbellard2003-03-241-1/+2
* better signal/exception supportbellard2003-03-231-25/+8
* basic signal handlingbellard2003-03-231-0/+10
* basic clone() supportbellard2003-03-221-2/+2
* added minimal segment supportbellard2003-03-161-1/+1
OpenPOWER on IntegriCloud