summaryrefslogtreecommitdiff
path: root/linux-user/qemu.h
AgeCommit message (Expand)AuthorFilesLines
2007-11-16suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard1-18/+29
2007-11-14always define TARGET_ABI32 if 32 bit userbellard1-0/+4
2007-11-14suppressed page_unprotect_range() - fixed access_ok()bellard1-2/+5
2007-11-11use correct typesbellard1-3/+3
2007-11-11Linux user memory access API change (initial patch by Thayne Harbaugh)bellard1-47/+74
2007-11-03Fix some compiler warnings.ths1-0/+6
2007-11-02EFAULT - update __get_user() __put_user(), by Thayne Harbaugh.ths1-13/+13
2007-11-02EFAULT - verify pages are in cache and are read/write, by Thayne Harbaugh.ths1-1/+2
2007-11-01Strace for userland emulation, by Stuart Anderson and Thayne Harbaugh.ths1-0/+8
2007-10-14 Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir11-43/+53
2007-10-09 Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulatorblueswir11-0/+5
2007-10-07Fix host and target longs confusions (continued).j_mayer1-13/+13
2007-10-05 Implement sparc64_[gs]et_contextblueswir11-0/+3
2007-09-30Fix mmap to handle differing host/target page sizes, by Edgar E. Iglesias.ths1-2/+2
2007-09-27linux-user sigaltstack() syscall, by Thayne Harbaugh.ths1-0/+4
2007-09-27New ppc64-linux-user target.j_mayer1-0/+1
2007-09-26Convert syscall arguments and return value from long to int or target_long.j_mayer1-3/+4
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-5/+5
2007-05-26M68k system mode semihosting.pbrook1-4/+6
2007-04-06Code provision for x86_64 and PowerPC 64 linux user mode support.j_mayer1-1/+1
2006-11-19Arm semihosted commandline support (Wolfgang Schildbach).pbrook1-0/+1
2006-10-22ColdFire target.pbrook1-0/+3
2006-06-17Respond to qOffsets gdb packet (for debugging bFLT binaries).pbrook1-0/+3
2006-06-11bFLT loader (for uClinux binaries).pbrook1-5/+36
2006-05-14Teach usermode emulation how to lie about uname -r.pbrook1-0/+1
2006-03-25Avoid accessing guest memory directly in usermode emulation.pbrook1-57/+84
2005-04-23ARM "Angel" semihosting syscalls (Paul Brook)bellard1-0/+6
2005-04-17gdb support for user mode (Paul Brook)bellard1-0/+1
2005-02-07ARM FPA get_user/put_user fixbellard1-5/+3
2004-06-19const fixbellard1-4/+4
2004-02-22use kernel like macros for user access (will be useful someday to have a bett...bellard1-0/+118
2004-02-16arm nwfpe supportbellard1-0/+11
2003-09-30new directory structurebellard1-9/+2
2003-06-15fixed include macro pbbellard1-2/+9
2003-06-15ARM emulation supportbellard1-9/+19
2003-05-14removed trace - merged 2.4.20 vm86 patchesbellard1-0/+1
2003-05-13mmap emulationbellard1-0/+10
2003-05-10sigtrap supportbellard1-1/+1
2003-05-10added vm86.cbellard1-1/+11
2003-04-29loglevel exportbellard1-0/+2
2003-04-11path patchbellard1-3/+3
2003-03-30better vm86 supportbellard1-0/+1
2003-03-29primitive vm86 supportbellard1-0/+27
2003-03-24glibc2.2 fixes - more command line options - misc doc fixesv0.1.1bellard1-1/+2
2003-03-23better signal/exception supportbellard1-25/+8
2003-03-23basic signal handlingbellard1-0/+10
2003-03-22basic clone() supportbellard1-2/+2
2003-03-16added minimal segment supportbellard1-1/+1
2003-02-18avoid pt_regs clashbellard1-2/+2
2003-02-18This commit was generated by cvs2svn to compensate for changes in r2,bellard1-0/+57