summaryrefslogtreecommitdiff
path: root/linux-user/main.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-28Flush stdout after printing usage()blueswir11-2/+2
2009-02-09Fix crash caused by missing command line argumentsaurel321-1/+7
2009-01-30linux-user: identify running binary in /proc/self/exeaurel321-0/+3
2009-01-30linux-user: Add generic env variable handlingaurel321-16/+34
2009-01-20Fix user emulator breakage, based on patch by Riku Voipioblueswir11-13/+15
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-19/+15
2009-01-14Get rid of user_mode_onlyaurel321-1/+0
2009-01-05Fix more FSF addressesblueswir11-1/+2
2008-12-18User-mode GDB stub improvements - handle forkaurel321-0/+4
2008-12-10Introduce and use cache-utils.[ch]malc1-1/+4
2008-11-18x86: Debug register emulation (Jan Kiszka)aliguori1-2/+2
2008-11-14ppc-linux-user: handle EXCP_DEBUGaurel321-14/+13
2008-11-10use target_mmap() to allocate idt, gdt and ldt (Kirill A. Shutemov).balrog1-8/+15
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-2/+2
2008-10-08CRIS: linux-user ERP compensation not needed anymore.edgar_igl1-1/+0
2008-10-02Make CPULogItem tables constblueswir11-1/+1
2008-09-15qemu sh4 nptl supportaurel321-1/+1
2008-09-07alpha: only print debug information to the log fileaurel321-1/+0
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir11-1/+1
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir11-3/+0
2008-08-30Add correct stack bias if a 64 bit stack is usedblueswir11-0/+9
2008-08-27Fix Sparc64 window handling problems detected by Vince Weaverblueswir11-3/+18
2008-08-20Fix tswap sizemalc1-2/+2
2008-08-17Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir11-1/+3
2008-07-29Unswap qemu-arm data and prefetch abort addresses (Laurent Desnogues).balrog1-2/+2
2008-06-27More efficient target register / TC accesses.ths1-13/+13
2008-06-15Fix Sparc32plus & Sparc64 debug outputblueswir11-4/+4
2008-06-09Use qemu_mallocz to allocate new thread state. Remove redundant memset.pbrook1-1/+1
2008-06-07Multithreaded locking fixes.pbrook1-5/+141
2008-06-07Allow NWINDOWS selection (CPU feature with model specific defaults)blueswir11-14/+14
2008-05-31Make signal queues per thread.pbrook1-39/+49
2008-05-29Implement ARM magic kernel page and TLS register.pbrook1-8/+78
2008-05-28variable dynamic translation buffer sizebellard1-0/+1
2008-05-27CRIS: Use $eda to instead of debug1 (removed) for fault addr.edgar_igl1-1/+1
2008-05-122.6 kernels make int 5 a trap gatebellard1-1/+1
2008-04-11Remove osdep.c/qemu-img code duplicationaurel321-0/+1
2008-04-07Implement ARM floating point exception emulationaurel321-2/+51
2008-03-26Revert accidental commit.pbrook1-2/+2
2008-03-26Remove fixed length commandline buffers.pbrook1-2/+2
2008-03-25m68k mmap2 fixes.pbrook1-1/+1
2008-03-05 Convert Sparc64 trap state ops to TCGblueswir11-1/+1
2008-02-28First try at supporting ordinary signals for CRIS linux-user guests.edgar_igl1-0/+3
2008-02-12Make MIPS MT implementation more cache friendly.ths1-11/+11
2008-01-08Fix section switching buglet, by Edgar E. Iglesias.ths1-1/+2
2008-01-06copyright updatebellard1-5/+6
2007-12-16QEMU_STRACE documentation bit by Thayne Harbaugh.balrog1-1/+6
2007-12-02SH4: Signal handling for the user space emulator, by Magnus Damm.ths1-0/+12
2007-11-20SH4 Fix missing 6th arg of syscall, by "takasi-y".ths1-1/+1
2007-11-17Always make all PowerPC exception definitions visible.j_mayer1-6/+0
2007-11-16suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard1-11/+19