Age | Commit message (Expand) | Author | Files | Lines |
2013-10-07 | cpu: Drop cpu_model_str from CPU_COMMON | Andreas Färber | 1 | -2/+2 |
2013-10-07 | cpu: Move cpu_copy() into linux-user | Andreas Färber | 1 | -0/+31 |
2013-09-24 | linux-user: Check type of microMIPS break instruction | Kwok Cheung Yeung | 1 | -21/+35 |
2013-09-24 | linux-user: add support of binfmt_misc 'O' flag | Laurent Vivier | 1 | -1/+31 |
2013-09-24 | mips-linux-user: Adjust names in mips_syscall_args | Richard Henderson | 1 | -2/+2 |
2013-09-10 | linux-user: Add AArch64 support | Alexander Graf | 1 | -0/+16 |
2013-09-10 | linux-user: Allow targets to specify a minimum uname release | Peter Maydell | 1 | -0/+2 |
2013-09-10 | linux-user: Add cpu loop for AArch64 | Peter Maydell | 1 | -0/+82 |
2013-09-03 | cpu: Use QTAILQ for CPU list | Andreas Färber | 1 | -3/+7 |
2013-07-29 | linux-user: correct argument number for sys_mremap and sys_splice | Petar Jovanovic | 1 | -2/+2 |
2013-07-26 | linux-user: Avoid redundant ENV_GET_CPU() | Andreas Färber | 1 | -1/+1 |
2013-07-25 | Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging | Anthony Liguori | 1 | -49/+44 |
2013-07-23 | linux-user: Handle compressed ISA encodings when processing MIPS exceptions | Kwok Cheung Yeung | 1 | -3/+43 |
2013-07-23 | gdbstub: Change gdb_handlesig() argument to CPUState | Andreas Färber | 1 | -16/+19 |
2013-07-22 | linux-user: Avoid conditional cpu_reset() | Andreas Färber | 1 | -2/+0 |
2013-07-22 | configure: Make NPTL non-optional | Peter Maydell | 1 | -43/+0 |
2013-07-19 | linux-user: declare sys_futex to have 6 arguments | Petar Jovanovic | 1 | -1/+1 |
2013-07-09 | log: Change log_cpu_state[_mask]() argument to CPUState | Andreas Färber | 1 | -2/+3 |
2013-07-09 | linux-user: Change thread_env to CPUState | Andreas Färber | 1 | -5/+5 |
2013-07-09 | cpu: Make first_cpu and next_cpu CPUState | Andreas Färber | 1 | -5/+3 |
2013-06-28 | cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks | Andreas Färber | 1 | -15/+23 |
2013-06-28 | cpu: Change cpu_exit() argument to CPUState | Andreas Färber | 1 | -1/+1 |
2013-06-14 | main: use TARGET_ARCH only for the target-specific #define | Paolo Bonzini | 1 | -3/+3 |
2013-05-02 | target-i386: Replace cpuid_*features fields with a feature word array | Eduardo Habkost | 1 | -2/+2 |
2013-03-11 | linux-user: Fix layout of usage table to account for option text | Peter Maydell | 1 | -8/+16 |
2013-03-05 | mips-linux-user: Fix n32 and n64 syscalls | Richard Henderson | 1 | -7/+18 |
2013-03-04 | target-mips: Translate breaks and traps into the appropriate signal | Meador Inge | 1 | -1/+75 |
2013-02-26 | qemu-log: default to stderr for logging output | Peter Maydell | 1 | -11/+5 |
2013-02-16 | cpu: Move running field to CPUState | Andreas Färber | 1 | -15/+22 |
2013-02-16 | qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log | Peter Maydell | 1 | -1/+1 |
2013-02-16 | qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask | Peter Maydell | 1 | -1/+1 |
2013-02-16 | qemu-log: Abstract out "print usage message about valid log categories" | Peter Maydell | 1 | -5/+1 |
2013-02-16 | qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename | Peter Maydell | 1 | -2/+2 |
2013-02-16 | TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx | Evgeny Voevodin | 1 | -3/+3 |
2013-02-01 | linux-user: bsd-user: Don't reset X86CPU twice | Andreas Färber | 1 | -1/+1 |
2013-01-12 | Merge branch 's390-reorg' of git://repo.or.cz/qemu/rth | Blue Swirl | 1 | -48/+92 |
2013-01-08 | linux-user: fix mips 32-on-64 prealloc case | Alexander Graf | 1 | -0/+5 |
2013-01-05 | target-s390: Reorg exception handling | Richard Henderson | 1 | -48/+92 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -3/+3 |
2012-10-31 | target-mips: Add ASE DSP resources access check | Jia Liu | 1 | -0/+6 |
2012-10-19 | Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi... | Aurelien Jarno | 1 | -1/+1 |
2012-10-19 | microblaze: Update PC before simulating syscall | Edgar E. Iglesias | 1 | -1/+1 |
2012-10-13 | target-sparc: Don't compute full flags value so often | Richard Henderson | 1 | -0/+5 |
2012-10-12 | linux-user: If loading fails, print error as string, not number | Peter Maydell | 1 | -1/+1 |
2012-09-21 | Drop cpu_list_id macro | Peter Maydell | 1 | -4/+2 |
2012-09-14 | linux-user: Remove #if 0'd cpu_get_real_ticks() definition | Peter Maydell | 1 | -13/+0 |
2012-08-27 | linux-user: Clarify "Unable to reserve guest address space" error | Peter Maydell | 1 | -1/+4 |
2012-08-27 | linux-user: arg_table need not have global scope | Jim Meyering | 1 | -3/+3 |
2012-08-14 | linux-user: ARM: Ignore immediate value for svc in thumb mode | Alexander Graf | 1 | -2/+1 |
2012-08-14 | linux-user: Use init_guest_space when -R and -B are specified | Meador Inge | 1 | -29/+6 |