summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make -mtdblock optional again.balrog2008-06-021-6/+3
* Fix compilation warningblueswir12008-06-011-2/+2
* Mark host brk() area as reserved.pbrook2008-05-313-0/+18
* Add TLS sections.pbrook2008-05-311-0/+2
* Make signal queues per thread.pbrook2008-05-314-173/+204
* Fix usermode build.pbrook2008-05-311-1/+1
* Add more SuperSparcsblueswir12008-05-311-0/+36
* Copy siginfo.si_code.pbrook2008-05-301-1/+1
* Translate whole of target_sigset. Use host sigset accessors.pbrook2008-05-301-38/+30
* Fix structure type in sigtimedwait syscall.pbrook2008-05-301-2/+2
* support of long calls for PPC (malc)bellard2008-05-303-34/+82
* kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit hostbellard2008-05-306-135/+285
* Handle NULL argp/envp in execve syscall.pbrook2008-05-301-4/+4
* Implement waitid syscall.pbrook2008-05-301-0/+15
* Perform target->host signal mapping for *kill syscalls.pbrook2008-05-303-4/+10
* Fix typo.pbrook2008-05-309-9/+9
* Move clone() register setup to target specific code. Handle fork-like clone.pbrook2008-05-3010-58/+92
* Fix for 32-bit MIPS.ths2008-05-301-9/+10
* Avoid qemu SIGFPE for MIPS DIV, by Richard Sandiford.ths2008-05-291-14/+10
* Fix truncate/extend reversal in MIPS DIV{, U} handling, by Richard Sandiford.ths2008-05-291-8/+8
* Fix modulus result from MIPS DDIV & avoid overflowing division,ths2008-05-291-9/+14
* MicroSparc I didn't have fsmuld opblueswir12008-05-293-9/+19
* Remove unused (for now) reg_REGWPTR (original patch by Glauber Costa)blueswir12008-05-293-19/+0
* NPTL host detection and futex syscall passthrough.pbrook2008-05-292-0/+90
* Fix rounding error.pbrook2008-05-291-1/+1
* Strace fallback for unknown syscalls.pbrook2008-05-291-1/+2
* Implement clock_nanosleep.pbrook2008-05-291-0/+11
* Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard2008-05-2910-18/+4
* keep static code gen buffer for user mode - mark user mode reserved pages aft...bellard2008-05-291-5/+29
* Implement ARM magic kernel page and TLS register.pbrook2008-05-294-10/+96
* moved halted field to CPU_COMMONbellard2008-05-2816-28/+11
* svn:ignore qemu-nbd and qemu-nbd.8pbrook2008-05-280-0/+0
* Don't link usermode emulation against libqemu_common.apbrook2008-05-282-4/+16
* force bit 1 in eflags loadbellard2008-05-281-1/+1
* SVM reworkbellard2008-05-288-478/+383
* Honour current_tc for MIPS M{T,F}{HI,LO}, by Richard Sandiford.ths2008-05-283-45/+46
* consistent naming for i386 TCG helper filebellard2008-05-284-6433/+6399
* updatebellard2008-05-281-5/+2
* more testsbellard2008-05-282-18/+88
* variable dynamic translation buffer sizebellard2008-05-287-54/+88
* Align file accesses with cache=off (O_DIRECT) (Kevin Wolf, Laurent Vivier)bellard2008-05-281-2/+238
* removed unused codebellard2008-05-271-7/+0
* CRIS: Re-add the X flag to the tb flags, it allows for better code generation...edgar_igl2008-05-271-1/+1
* qemu-nbd tool (Anthony Liguori)bellard2008-05-277-2/+881
* CRIS: Use $eda to instead of debug1 (removed) for fault addr.edgar_igl2008-05-271-1/+1
* CRIS: Restructure the translator to allow for better code generation.edgar_igl2008-05-275-386/+544
* ETRAX: Avoid compiler warning.edgar_igl2008-05-271-3/+2
* ETRAX: Allow boot from flash. Support the watchdog timer and resets through it.edgar_igl2008-05-272-82/+163
* Free tempsblueswir12008-05-271-109/+313
* Move non-op functions from op_helper.c to helper.c and vice versa.blueswir12008-05-275-243/+233
OpenPOWER on IntegriCloud