summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* sh4: simplify superh_cpu_class_by_name()Igor Mammedov2017-10-271-1/+1
* tcg: enable multiple TCG contexts in softmmuEmilio G. Cota2017-10-241-0/+1
* tcg: introduce regions to split code_gen_bufferEmilio G. Cota2017-10-241-0/+1
* tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota2017-10-241-1/+1
* tcg: take tb_ctx out of TCGContextEmilio G. Cota2017-10-241-3/+3
* Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20171018' int...Peter Maydell2017-10-197-20/+124
|\
| * linux-user: Fix TARGET_MTIOCTOP/MTIOCGET/MTIOCPOS valuesPeter Maydell2017-10-171-3/+28
| * linux-user/main: support dfilterAlex Bennée2017-10-171-0/+7
| * linux-user: Fix target FS_IOC_GETFLAGS and FS_IOC_SETFLAGS numbersPeter Maydell2017-10-161-2/+2
| * linux-user: Tidy and enforce reserved_va initializationRichard Henderson2017-10-162-13/+29
| * linux-user: Allow -R values up to 0xffff0000 for 32-bit ARM guestsPeter Maydell2017-10-161-1/+1
| * linux-user: remove duplicate break in syscallCarlo Marcelo Arenas Belón2017-10-161-1/+0Star
| * target/m68k,linux-user: manage FP registers in ucontextLaurent Vivier2017-10-161-0/+43
| * linux-user: fix O_TMPFILE handlingRiku Voipio2017-10-163-1/+14
* | linux-user: Add some random ioctlsMarco A L Barbosa2017-10-163-0/+13
* | linux-user: remove duplicate break in syscallCarlo Marcelo Arenas Belón2017-10-161-1/+0Star
|/
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-4/+0Star
* sparc: embed sparc_def_t into CPUSPARCStateIgor Mammedov2017-09-011-1/+1
* maint: Include bug-reporting info in --help outputEric Blake2017-08-081-1/+3
* Revert "rcu: do not create thread in pthread_atfork callback"Paolo Bonzini2017-08-081-1/+0Star
* trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy2017-08-011-5/+5
* Revert "syscall: fix dereference of undefined pointer"Peter Maydell2017-07-311-1/+0Star
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* syscall: check inotify() and eventfd() return valuePhilippe Mathieu-Daudé2017-07-311-4/+12
* syscall: fix use of uninitialized valuesPhilippe Mathieu-Daudé2017-07-311-0/+1
* syscall: fix dereference of undefined pointerPhilippe Mathieu-Daudé2017-07-311-0/+1
* linux-user/sh4: fix incorrect memory writePhilippe Mathieu-Daudé2017-07-311-1/+1
* Replace 'struct ucontext' with 'ucontext_t' typeKhem Raj2017-07-207-11/+11
* Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20170718' into stagingPeter Maydell2017-07-191-11/+14
|\
| * target/alpha: Merge several flag bytes into ENV->FLAGSRichard Henderson2017-07-191-11/+14
* | linux-user/sh4: Clean env->flags on signal boundariesRichard Henderson2017-07-181-0/+3
* | linux-user/sh4: Notice gUSA regions during signal deliveryRichard Henderson2017-07-181-0/+28
|/
* qom/cpu: remove host_tid fieldAlex Bennée2017-07-141-1/+0Star
* linux-user: Put PPC AT_IGNOREPPC auxv entries in the right placePeter Maydell2017-06-291-11/+12
* linux-user: add strace support for uinfo structure of rt_sigqueueinfo() and r...Miloš Stojanović2017-05-291-2/+111
* linux-user: fix inconsistent spaces in print_siginfo() outputMiloš Stojanović2017-05-291-6/+6
* linux-user: add rt_tgsigqueueinfo() straceMiloš Stojanović2017-05-292-1/+16
* linux-user: add support for rt_tgsigqueueinfo() system callMiloš Stojanović2017-05-291-0/+16
* linux-user: fix argument type declaration of rt_sigqueinfo() syscallMiloš Stojanović2017-05-291-1/+1
* linux-user: fix mismatch of lock/unlock_user() invocations in rt_sigqueinfo()...Miloš Stojanović2017-05-291-1/+1
* linux-user: fix ssetmask() system callMiloš Stojanović2017-05-291-9/+1Star
* linux-user: add tkill(), tgkill() and rt_sigqueueinfo() straceMiloš Stojanović2017-05-292-3/+44
* linux-user: add strace for getuid(), gettid(), getppid(), geteuid()Miloš Stojanović2017-05-291-4/+4
* linux-user: remove all traces of qemu from /proc/self/cmdlineAndreas Schwab2017-05-291-40/+7Star
* linux-user: allocate heap memory for execve argumentsPrasad J Pandit2017-05-291-2/+5
* linux-user: fix inotifyLaurent Vivier2017-05-291-0/+29
* linux-user: fix fadvise64_64() on ppcLaurent Vivier2017-05-291-0/+10
* linux-user: fix eventfdLaurent Vivier2017-05-291-2/+24
* linux-user: call fd_trans_target_to_host_data() for write()Laurent Vivier2017-05-291-1/+11
* Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into stagingStefan Hajnoczi2017-05-101-6/+3Star
|\