aboutsummaryrefslogtreecommitdiff
path: root/linux-user/main.c
AgeCommit message (Expand)Author
2018-03-31target/xtensa: linux-user: rewind pc for restarted syscallMax Filippov
2018-03-19Use cpu_create(type) instead of cpu_init(cpu_model)Igor Mammedov
2018-03-17Merge remote-tracking branch 'remotes/xtensa/tags/20180316-xtensa' into stagingPeter Maydell
2018-03-16target/xtensa: add linux-user supportMax Filippov
2018-03-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-03-12Polish the version strings containing the package versionThomas Huth
2018-03-09linux-user: Drop unicore32 codePeter Maydell
2018-03-07RISC-V Linux User EmulationMichael Clark
2018-02-25linux-user: introduce functions to detect CPU typeYunQiang Su
2018-02-25linux-user: Move CPU type name selection to a functionLaurent Vivier
2018-02-18linux-user: Remove THREAD macroPeter Maydell
2018-01-30target/hppa: Add control registersRichard Henderson
2018-01-30target/hppa: Define hardware exception typesRichard Henderson
2018-01-23linux-user: wrap fork() in a start/end exclusive sectionPeter Maydell
2018-01-23linux-user: Fix locking order in fork_start()Peter Maydell
2018-01-11linux-user: Add support for big-endian aarch64Michael Weiser
2018-01-04target/m68k: add chk and chk2Laurent Vivier
2017-12-18target/sh4: Use cmpxchg for movco when parallel_cpusRichard Henderson
2017-12-18misc: remove headers implicitly includedPhilippe Mathieu-Daudé
2017-11-07linux-user/ppc: Report correct fault address for data faultsPeter Maydell
2017-11-07linux-user/s390x: Mask si_addr for SIGSEGVPeter Maydell
2017-10-27sh4: simplify superh_cpu_class_by_name()Igor Mammedov
2017-10-24tcg: introduce regions to split code_gen_bufferEmilio G. Cota
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota
2017-10-24tcg: take tb_ctx out of TCGContextEmilio G. Cota
2017-10-17linux-user/main: support dfilterAlex Bennée
2017-10-16linux-user: Tidy and enforce reserved_va initializationRichard Henderson
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov
2017-08-08maint: Include bug-reporting info in --help outputEric Blake
2017-07-18target/alpha: Merge several flag bytes into ENV->FLAGSRichard Henderson
2017-05-10Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into stagingStefan Hajnoczi
2017-05-07util: Use g_malloc/g_free in envlist.cSaurav Sachidanand
2017-05-04target/openrisc: implement shadow registersStafford Horne
2017-02-28armv7m: Raise correct kind of UsageFault for attempts to execute ARM codePeter Maydell
2017-02-22target-ppc, tcg: fix usermode segfault with pthread_create()Sam Bobroff
2017-02-14target/openrisc: Keep SR_F in a separate variableRichard Henderson
2017-02-14linux-user: Fix openrisc cpu_loopRichard Henderson
2017-02-01target/s390x: use "qemu" cpu model in user modeDavid Hildenbrand
2017-01-27armv7m: Report no-coprocessor faults correctlyPeter Maydell
2017-01-24nios2: Add usermode binaries emulationMarek Vasut
2017-01-23linux-user: Add HPPA startup and main loopRichard Henderson
2017-01-22linux-user: Support stack-grows-up in elfload.cRichard Henderson
2017-01-18target-sparc: use SparcV9MMU type for sparc64 I/D-MMUsArtyom Tarasenko
2016-12-27target-m68k: add 680x0 divu/divs variantsLaurent Vivier
2016-10-26target-alpha: Emulate LL/SC using cmpxchg helpersRichard Henderson
2016-10-26linux-user: remove handling of aarch64's EXCP_STREXEmilio G. Cota
2016-10-26linux-user: remove handling of ARM's EXCP_STREXEmilio G. Cota
2016-10-26tcg: Add EXCP_ATOMICRichard Henderson
2016-10-24target-arm: Implement new HLT trap for semihostingPeter Maydell
2016-10-24Put the copyright information on a separate lineThomas Huth