aboutsummaryrefslogtreecommitdiff
path: root/linux-user/main.c
AgeCommit message (Expand)Author
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini
2016-01-29linux-user: Clean up includesPeter Maydell
2015-12-17linux-user: avoid "naked" qemu_logPaolo Bonzini
2015-12-17user: introduce "-d page"Paolo Bonzini
2015-12-17qemu-log: introduce qemu_log_separatePaolo Bonzini
2015-10-08linux-user: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-10-08s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington
2015-10-07target-tilegx: Use TILEGX_EXCP_SIGNAL instead of TILEGX_EXCP_SEGVRichard Henderson
2015-10-07target-tilegx: Decode ill pseudo-instructionsChen Gang
2015-09-28linux-user: Treat --foo options the same as -fooMeador Inge
2015-09-28linux-user: use EXIT_SUCCESS and EXIT_FAILURERiku Voipio
2015-09-28linux-user: Add proper error messages for bad optionsMeador Inge
2015-09-28linux-user: Add -helpMeador Inge
2015-09-28linux-user: Exit 0 when -h is usedMeador Inge
2015-09-20target-ppc: Fix SRR0 when taking unaligned exceptionsAnton Blanchard
2015-09-15target-tilegx: Handle atomic instructionsRichard Henderson
2015-09-15target-tilegx: Generate SEGV properlyRichard Henderson
2015-09-15linux-user: Support tilegx architecture in linux-userChen Gang
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-11linux-user: Fix warnings caused by missing 'static' attributeStefan Weil
2015-09-09replace spinlock by QemuMutex.KONRAD Frederic
2015-09-07target-arm: Wire up HLT 0xf000 as the A64 semihosting instructionPeter Maydell
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier
2015-07-15linux-user: Fix MIPS N64 trap and break instruction bugAndrew Bennett
2015-07-09cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite
2015-07-09gdbstub: Change gdbserver_fork() to accept cpu instead of envPeter Crosthwaite
2015-07-07linux-user, ppc: mftbl can be used by user applicationLaurent Vivier
2015-06-16linux-user: fix the breakpoint inheritance in spawned threadsThierry Bultel
2015-06-12linux-user: Default sh4 to sh7785Richard Henderson
2015-06-05target-i386: use memory API to implement SMRAMPaolo Bonzini
2015-04-27linux-user, bsd-user: Remove two calls to cpu_exec_init_allFam Zheng
2015-03-23linux-user: fix broken cpu_copy()Leon Alrae
2015-03-22linux-user/main.c: Remove redundant end_exclusive() in arm_kernel_cmpxchg64_h...Chen Gang S
2015-03-16linux-user: Access correct register for get/set_tls syscalls on ARM TZ CPUspull-target-arm-20150316Mikhail Ilyin
2015-03-10cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost
2015-03-03Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request'...Peter Maydell
2015-02-25linux-user: Check for cpu_init() errorsEduardo Habkost
2015-02-10linux-user/main.c: Use TARGET_SIG* instead of SIG*Chen Gang S
2015-01-27linux-user/main.c: Mark end_exclusive() as possibly unusedPeter Maydell
2015-01-27linux-user/main.c: Call cpu_exec_start/end on all target archsPeter Maydell
2015-01-20linux-user/main.c (m68k): Use get_user_u16 rather than lduw in cpu_loopPeter Maydell
2015-01-20exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell
2014-12-16linux-user: Use the 5KEf processor for 64-bit emulationMaciej W. Rozycki
2014-12-11target-arm: make c13 cp regs banked (FCSEIDR, ...)Fabian Aggeler
2014-11-03linux-user: Fix fault address truncation AArch64Riku Voipio
2014-11-03linux-user: Let user specify random seedMagnus Reftel
2014-09-12exec.c: Relax restrictions on watchpoint length and alignmentPeter Maydell
2014-08-22linux-user: Fix syscall instruction usermode emulation on X86_64Jincheng Miao
2014-07-08target-ppc: Change default cpu for ppc64le-linux-userRichard Henderson
2014-06-24Add support for the arm breakpoint syscallHunter Laux