summaryrefslogtreecommitdiffstats
path: root/linux-user/main.c
Commit message (Expand)AuthorAgeFilesLines
* RISC-V Linux User EmulationMichael Clark2018-03-061-0/+99
* linux-user: introduce functions to detect CPU typeYunQiang Su2018-02-251-10/+10
* linux-user: Move CPU type name selection to a functionLaurent Vivier2018-02-251-39/+2Star
* linux-user: Remove THREAD macroPeter Maydell2018-02-181-1/+1
* target/hppa: Add control registersRichard Henderson2018-01-301-2/+2
* target/hppa: Define hardware exception typesRichard Henderson2018-01-301-3/+23
* linux-user: wrap fork() in a start/end exclusive sectionPeter Maydell2018-01-231-0/+5
* linux-user: Fix locking order in fork_start()Peter Maydell2018-01-231-2/+2
* linux-user: Add support for big-endian aarch64Michael Weiser2018-01-111-0/+6
* target/m68k: add chk and chk2Laurent Vivier2018-01-041-0/+7
* target/sh4: Use cmpxchg for movco when parallel_cpusRichard Henderson2017-12-181-4/+15
* misc: remove headers implicitly includedPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* linux-user/ppc: Report correct fault address for data faultsPeter Maydell2017-11-071-1/+1
* linux-user/s390x: Mask si_addr for SIGSEGVPeter Maydell2017-11-071-1/+5
* sh4: simplify superh_cpu_class_by_name()Igor Mammedov2017-10-271-1/+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
* linux-user/main: support dfilterAlex Bennée2017-10-171-0/+7
* linux-user: Tidy and enforce reserved_va initializationRichard Henderson2017-10-161-13/+25
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-4/+0Star
* maint: Include bug-reporting info in --help outputEric Blake2017-08-081-1/+3
* target/alpha: Merge several flag bytes into ENV->FLAGSRichard Henderson2017-07-191-11/+14
* Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into stagingStefan Hajnoczi2017-05-101-6/+3Star
|\
| * util: Use g_malloc/g_free in envlist.cSaurav Sachidanand2017-05-071-6/+3Star
* | target/openrisc: implement shadow registersStafford Horne2017-05-041-9/+9
|/
* armv7m: Raise correct kind of UsageFault for attempts to execute ARM codePeter Maydell2017-02-281-0/+1
* target-ppc, tcg: fix usermode segfault with pthread_create()Sam Bobroff2017-02-221-1/+2
* target/openrisc: Keep SR_F in a separate variableRichard Henderson2017-02-131-2/+1Star
* linux-user: Fix openrisc cpu_loopRichard Henderson2017-02-131-54/+41Star
* target/s390x: use "qemu" cpu model in user modeDavid Hildenbrand2017-02-011-0/+2
* armv7m: Report no-coprocessor faults correctlyPeter Maydell2017-01-271-0/+1
* nios2: Add usermode binaries emulationMarek Vasut2017-01-241-2/+138
* linux-user: Add HPPA startup and main loopRichard Henderson2017-01-231-0/+172
* linux-user: Support stack-grows-up in elfload.cRichard Henderson2017-01-231-6/+7
* target-sparc: use SparcV9MMU type for sparc64 I/D-MMUsArtyom Tarasenko2017-01-181-1/+1
* target-m68k: add 680x0 divu/divs variantsLaurent Vivier2016-12-271-0/+7
* target-alpha: Emulate LL/SC using cmpxchg helpersRichard Henderson2016-10-261-49/+0Star
* linux-user: remove handling of aarch64's EXCP_STREXEmilio G. Cota2016-10-261-125/+0Star
* linux-user: remove handling of ARM's EXCP_STREXEmilio G. Cota2016-10-261-93/+0Star
* tcg: Add EXCP_ATOMICRichard Henderson2016-10-261-0/+45
* target-arm: Implement new HLT trap for semihostingPeter Maydell2016-10-241-0/+3
* Put the copyright information on a separate lineThomas Huth2016-10-241-1/+1
* linux-user: Update mips_syscall_args[] array in main.cAleksandar Markovic2016-10-211-2/+22
* trace: provide mechanism for registering trace eventsDaniel P. Berrange2016-10-121-0/+1
* Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2016-09-291-1/+0Star
|\
| * trace: Properly initialize dynamic event states in hot-plugged vCPUsLluís Vilanova2016-09-281-1/+0Star
* | cpus-common: move exclusive work infrastructure from linux-userPaolo Bonzini2016-09-271-87/+0Star
* | cpus-common: move CPU work item management to common codeSergey Fedorov2016-09-271-0/+25
* | cpus-common: move CPU list management to common codePaolo Bonzini2016-09-271-13/+4Star