summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
...
* mips-linux-user: Delete n32 and n64 signal stubsRichard Henderson2013-03-051-58/+0
* target-mips: Translate breaks and traps into the appropriate signalMeador Inge2013-03-041-1/+75
* qemu-log: default to stderr for logging outputPeter Maydell2013-02-261-11/+5
* cpu: Move running field to CPUStateAndreas Färber2013-02-161-15/+22
* cpu: Move host_tid field to CPUStateAndreas Färber2013-02-161-1/+3
* qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell2013-02-161-1/+1
* qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_maskPeter Maydell2013-02-161-1/+1
* qemu-log: Abstract out "print usage message about valid log categories"Peter Maydell2013-02-161-5/+1
* qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filenamePeter Maydell2013-02-161-2/+2
* TCG: Move translation block variables to new context inside tcg_ctx: tb_ctxEvgeny Voevodin2013-02-161-3/+3
* Merge branch 'for-linux-user' of https://git.gitorious.org/qemu-m68k/qemu-m68...Anthony Liguori2013-02-062-13/+37
|\
| * linux-user: correct reboot()Laurent Vivier2013-01-301-4/+12
| * linux-user: correct setsockopt()Laurent Vivier2013-01-301-6/+22
| * linux-user: correct print_timeval() swap tv_sec and tv_usecLaurent Vivier2013-01-301-1/+1
| * linux-user: correct msgrcv()Laurent Vivier2013-01-301-2/+2
* | linux-user: Restore cast to target type in get_user()Peter Maydell2013-02-061-2/+2
* | cpu: do not use object_deletePaolo Bonzini2013-02-011-1/+1
* | linux-user: bsd-user: Don't reset X86CPU twiceAndreas Färber2013-02-011-1/+1
|/
* alpha-linux-user: Correct selectLaurent Vivier2013-01-161-6/+6
* alpha-linux-user: Translate fcntl l_typeLaurent Vivier2013-01-162-6/+40
* Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl2013-01-121-3/+3
|\
| * PPC: linux-user: Calculate context pointer explicitlySamuel Seay2013-01-071-1/+1
| * PPC: fix segfault in signal handling codeSamuel Seay2013-01-071-2/+2
* | Merge branch 's390-reorg' of git://repo.or.cz/qemu/rthBlue Swirl2013-01-122-49/+93
|\ \
| * | target-s390: Reorg exception handlingRichard Henderson2013-01-052-49/+93
| |/
* | alpha-linux-user: Fix sigactionRichard Henderson2013-01-122-15/+9
* | linux-user: Rewrite __get_user/__put_user with __builtin_choose_exprRichard Henderson2013-01-121-30/+33
* | linux-user: fix mips 32-on-64 prealloc caseAlexander Graf2013-01-081-0/+5
|/
* linux-user/syscall.c: remove forward declarationsJohn Spencer2013-01-041-5/+3
* Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori2012-12-1914-17/+34
|\
| * fpu: move public header file to include/fpuPaolo Bonzini2012-12-197-7/+7
| * misc: move include files to include/qemu/Paolo Bonzini2012-12-193-6/+6
| * exec: move include files to include/exec/Paolo Bonzini2012-12-191-3/+3
| * janitor: add guards to headersPaolo Bonzini2012-12-193-0/+17
| * build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* | linux-user/syscall.c: remove wrong forward decl of setgroups()John Spencer2012-12-181-1/+1
|/
* Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2012-12-102-37/+1
|\
| * user: Rename qemu-types.h to qemu-user-types.hEduardo Habkost2012-12-061-1/+1
| * user: Move *-user/qemu-types.h to main directoryEduardo Habkost2012-12-061-36/+0
* | linux-user: Merge pread/pwrite into pread64/pwrite64Peter Maydell2012-12-086-32/+8
|/
* target-mips: Add ASE DSP resources access checkJia Liu2012-10-311-0/+6
* Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...Aurelien Jarno2012-10-196-91/+188
|\
| * linux-user: register align p{read, write}64Alexander Graf2012-10-121-0/+8
| * linux-user: ppc: mark as long long alignedAlexander Graf2012-10-121-1/+6
| * linux-user: If loading fails, print error as string, not numberPeter Maydell2012-10-122-5/+5
| * linux-user: Fix siginfo handlingRichard Henderson2012-10-123-20/+44
| * alpha-linux-user: Fix sigaltstack structure definitionRichard Henderson2012-10-121-3/+4
| * linux-user: Implement gethostnameRichard Henderson2012-10-121-0/+13
| * linux-user: Perform more checks on iovec listsRichard Henderson2012-10-121-60/+102
| * linux-user: fix multi-threaded /proc/self/mapsAlexander Graf2012-10-121-2/+2
OpenPOWER on IntegriCloud