summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix location of futex.h.pbrook2008-06-022-4/+5
* Fix type mismatch.ths2008-06-021-2/+2
* Fix argument order.ths2008-06-021-2/+2
* Proper sign extensions for 32-bit divisions, spotted by Richard Sandiford.ths2008-06-021-2/+7
* Fix ATAPI GET_CONFIGURATION function (Alexander Graf, Carlo Marcelo Arenas Be...balrog2008-06-021-15/+12
* Mark a dead_tmp as such in ARM msr.balrog2008-06-021-0/+1
* Improve dependencies generation (malc).balrog2008-06-021-1/+1
* MusicPal: Restore display size after invalidation (Jan Kiszka).balrog2008-06-021-2/+15
* Fix smbus_eeprom.c compile with DEBUG (spotted by Duilio Protti).balrog2008-06-021-5/+7
* Don't forget to save VNC FB dimensions after resize (Brad Campbell).balrog2008-06-021-8/+10
* Provide basic emulation for Sharp SL-6000 PDA (Tosa), Dmitry Baryshkov.balrog2008-06-027-15/+183
* Factor out common SharpSL PDA code (Dmitry Baryshkov).balrog2008-06-024-288/+324
* Restore ARM signal handler compilation on glibc < 2.5 (Blue Swirl).balrog2008-06-021-0/+4
* Enable SD card on creation.balrog2008-06-021-0/+1
* 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
OpenPOWER on IntegriCloud