Age | Commit message (Expand) | Author | Files | Lines |
2020-01-17 | target/arm: adjust program counter for wfi exception in AArch32 | Jeff Kubascik | 1 | -1/+6 |
2020-01-17 | i.MX: add an emulation for RNGC | Martin Kaiser | 5 | -0/+330 |
2020-01-17 | target/arm/arm-semi: fix SYS_OPEN to return nonzero filehandle | Masahiro Yamada | 1 | -2/+3 |
2020-01-17 | hw/arm/allwinner-a10: Remove local qemu_irq variables | Philippe Mathieu-Daudé | 1 | -5/+4 |
2020-01-17 | hw/arm/allwinner-a10: Simplify by passing IRQs with qdev_pass_gpios() | Philippe Mathieu-Daudé | 2 | -14/+11 |
2020-01-17 | hw/arm/allwinner-a10: Move SoC definitions out of header | Philippe Mathieu-Daudé | 2 | -6/+6 |
2020-01-17 | tests/boot_linux_console: Add a SD card test for the CubieBoard | Philippe Mathieu-Daudé | 1 | -0/+44 |
2020-01-17 | tests/boot_linux_console: Add initrd test for the CubieBoard | Philippe Mathieu-Daudé | 1 | -0/+41 |
2020-01-17 | hw/arm: Add the Netduino Plus 2 | Alistair Francis | 3 | -0/+59 |
2020-01-17 | hw/arm: Add the STM32F4xx SoC | Alistair Francis | 4 | -0/+384 |
2020-01-17 | hw/misc: Add the STM32F4xx EXTI device | Alistair Francis | 6 | -0/+258 |
2020-01-17 | hw/misc: Add the STM32F4xx Sysconfig device | Alistair Francis | 7 | -0/+252 |
2020-01-17 | Merge remote-tracking branch 'remotes/rth/tags/pull-or1k-20200116' into staging | Peter Maydell | 1 | -1/+1 |
2020-01-17 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200115' into staging | Peter Maydell | 90 | -1237/+1034 |
2020-01-16 | target/openrisc: Fix FPCSR mask to allow setting DZF | Stafford Horne | 1 | -1/+1 |
2020-01-16 | gitlab-ci.yml: Run tcg test with tci | Thomas Huth | 1 | -0/+1 |
2020-01-16 | tests/qtest/vhost-user-test: Fix memory leaks | Thomas Huth | 1 | -3/+8 |
2020-01-16 | migration-test: ppc64: fix FORTH test program | Laurent Vivier | 1 | -2/+2 |
2020-01-16 | tests: acpi: update path in rebuild-expected-aml | Shameer Kolothum | 1 | -3/+3 |
2020-01-16 | ui/gtk: Get display refresh rate with GDK version 3.22 or later | Philippe Mathieu-Daudé | 1 | -5/+18 |
2020-01-15 | MAINTAINERS: Replace Claudio Fontana for tcg/aarch64 | Richard Henderson | 1 | -2/+1 |
2020-01-15 | configure: Remove tcg/ from the preprocessor include search list | Philippe Mathieu-Daudé | 1 | -1/+0 |
2020-01-15 | tcg: Move TCG headers to include/tcg/ | Philippe Mathieu-Daudé | 7 | -0/+1 |
2020-01-15 | tcg: Search includes in the parent source directory | Philippe Mathieu-Daudé | 8 | -14/+14 |
2020-01-15 | tcg: Search includes from the project root source directory | Philippe Mathieu-Daudé | 51 | -65/+65 |
2020-01-15 | cputlb: Expand cpu_ldst_template.h in cputlb.c | Richard Henderson | 3 | -161/+130 |
2020-01-15 | cputlb: Remove support for MMU_MODE*_SUFFIX | Richard Henderson | 1 | -230/+0 |
2020-01-15 | target/ppc: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX | Richard Henderson | 2 | -11/+2 |
2020-01-15 | target/s390x: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX | Richard Henderson | 2 | -10/+5 |
2020-01-15 | target/mips: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX | Richard Henderson | 2 | -126/+60 |
2020-01-15 | target/m68k: Use cpu_*_mmuidx_ra instead of MMU_MODE{0,1}_SUFFIX | Richard Henderson | 2 | -32/+47 |
2020-01-15 | target/xtensa: Remove MMU_MODE{0,1,2,3}_SUFFIX | Richard Henderson | 1 | -4/+0 |
2020-01-15 | target/unicore32: Remove MMU_MODE{0,1}_SUFFIX | Richard Henderson | 1 | -2/+0 |
2020-01-15 | target/sh4: Remove MMU_MODE{0,1}_SUFFIX | Richard Henderson | 1 | -2/+0 |
2020-01-15 | target/microblaze: Remove MMU_MODE{0,1,2}_SUFFIX | Richard Henderson | 1 | -3/+0 |
2020-01-15 | target/i386: Remove MMU_MODE{0,1,2}_SUFFIX | Richard Henderson | 1 | -3/+0 |
2020-01-15 | target/cris: Remove MMU_MODE{0,1}_SUFFIX | Richard Henderson | 1 | -2/+0 |
2020-01-15 | target/alpha: Remove MMU_MODE{0,1}_SUFFIX | Richard Henderson | 1 | -2/+0 |
2020-01-15 | target/nios2: Remove MMU_MODE{0,1}_SUFFIX | Richard Henderson | 1 | -2/+0 |
2020-01-15 | cputlb: Expand cpu_ldst_useronly_template.h in user-exec.c | Richard Henderson | 3 | -190/+265 |
2020-01-15 | target/i386: Use cpu_*_mmuidx_ra instead of templates | Richard Henderson | 1 | -31/+31 |
2020-01-15 | cputlb: Provide cpu_(ld,st}*_mmuidx_ra for user-only | Richard Henderson | 2 | -60/+229 |
2020-01-15 | cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_code | Richard Henderson | 5 | -141/+36 |
2020-01-15 | translator: Use cpu_ld*_code instead of open-coding | Richard Henderson | 2 | -46/+13 |
2020-01-15 | cputlb: Move body of cpu_ldst_template.h out of line | Richard Henderson | 3 | -100/+166 |
2020-01-15 | plugins: Include trace/mem.h in api.c | Richard Henderson | 1 | -0/+1 |
2020-01-15 | linux-user: Include trace-root.h in syscall-trace.h | Richard Henderson | 1 | -0/+2 |
2020-01-15 | linux-user: Include tcg.h in syscall.c | Richard Henderson | 1 | -0/+1 |
2020-01-15 | accel/tcg: Include tcg.h in tcg-runtime.c | Richard Henderson | 1 | -0/+1 |
2020-01-15 | target/arm: Include tcg.h in sve_helper.c | Richard Henderson | 1 | -0/+1 |