aboutsummaryrefslogtreecommitdiff
path: root/linux-user/main.c
AgeCommit message (Expand)Author
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-08-23qom: convert the CPU list to RCUEmilio G. Cota
2018-07-15linux-user: fix mmap_find_vma_reserved()Laurent Vivier
2018-07-02linux-user: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-06-15tcg: remove tb_lockEmilio G. Cota
2018-05-25linux-user: update comments to point to tcg_exec_init()Igor Mammedov
2018-04-30linux-user: move xtensa cpu loop to xtensa directoryLaurent Vivier
2018-04-30linux-user: move hppa cpu loop to hppa directoryLaurent Vivier
2018-04-30linux-user: move riscv cpu loop to riscv directoryLaurent Vivier
2018-04-30linux-user: move tilegx cpu loop to tilegx directoryLaurent Vivier
2018-04-30linux-user: move s390x cpu loop to s390x directoryLaurent Vivier
2018-04-30linux-user: move alpha cpu loop to alpha directoryLaurent Vivier
2018-04-30linux-user: move m68k cpu loop to m68k directoryLaurent Vivier
2018-04-30linux-user: move microblaze cpu loop to microblaze directoryLaurent Vivier
2018-04-30linux-user: move cris cpu loop to cris directoryLaurent Vivier
2018-04-30linux-user: move sh4 cpu loop to sh4 directoryLaurent Vivier
2018-04-30linux-user: move openrisc cpu loop to openrisc directoryLaurent Vivier
2018-04-30linux-user: move nios2 cpu loop to nios2 directoryLaurent Vivier
2018-04-30linux-user: move mips/mips64 cpu loop to mips directoryLaurent Vivier
2018-04-30linux-user: move ppc/ppc64 cpu loop to ppc directoryLaurent Vivier
2018-04-30linux-user: move sparc/sparc64 cpu loop to sparc directoryLaurent Vivier
2018-04-30linux-user: move arm cpu loop to arm directoryLaurent Vivier
2018-04-30linux-user: move aarch64 cpu loop to aarch64 directoryLaurent Vivier
2018-04-30linux-user: move i386/x86_64 cpu loop to i386 directoryLaurent Vivier
2018-04-30linux-user: create a dummy per arch cpu_loop.cLaurent Vivier
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