aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-17target/arm: adjust program counter for wfi exception in AArch32Jeff Kubascik1-1/+6
2020-01-17i.MX: add an emulation for RNGCMartin Kaiser5-0/+330
2020-01-17target/arm/arm-semi: fix SYS_OPEN to return nonzero filehandleMasahiro Yamada1-2/+3
2020-01-17hw/arm/allwinner-a10: Remove local qemu_irq variablesPhilippe Mathieu-Daudé1-5/+4
2020-01-17hw/arm/allwinner-a10: Simplify by passing IRQs with qdev_pass_gpios()Philippe Mathieu-Daudé2-14/+11
2020-01-17hw/arm/allwinner-a10: Move SoC definitions out of headerPhilippe Mathieu-Daudé2-6/+6
2020-01-17tests/boot_linux_console: Add a SD card test for the CubieBoardPhilippe Mathieu-Daudé1-0/+44
2020-01-17tests/boot_linux_console: Add initrd test for the CubieBoardPhilippe Mathieu-Daudé1-0/+41
2020-01-17hw/arm: Add the Netduino Plus 2Alistair Francis3-0/+59
2020-01-17hw/arm: Add the STM32F4xx SoCAlistair Francis4-0/+384
2020-01-17hw/misc: Add the STM32F4xx EXTI deviceAlistair Francis6-0/+258
2020-01-17hw/misc: Add the STM32F4xx Sysconfig deviceAlistair Francis7-0/+252
2020-01-17Merge remote-tracking branch 'remotes/rth/tags/pull-or1k-20200116' into stagingPeter Maydell1-1/+1
2020-01-17Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200115' into stagingPeter Maydell90-1237/+1034
2020-01-16target/openrisc: Fix FPCSR mask to allow setting DZFStafford Horne1-1/+1
2020-01-16gitlab-ci.yml: Run tcg test with tciThomas Huth1-0/+1
2020-01-16tests/qtest/vhost-user-test: Fix memory leaksThomas Huth1-3/+8
2020-01-16migration-test: ppc64: fix FORTH test programLaurent Vivier1-2/+2
2020-01-16tests: acpi: update path in rebuild-expected-amlShameer Kolothum1-3/+3
2020-01-16ui/gtk: Get display refresh rate with GDK version 3.22 or laterPhilippe Mathieu-Daudé1-5/+18
2020-01-15MAINTAINERS: Replace Claudio Fontana for tcg/aarch64Richard Henderson1-2/+1
2020-01-15configure: Remove tcg/ from the preprocessor include search listPhilippe Mathieu-Daudé1-1/+0
2020-01-15tcg: Move TCG headers to include/tcg/Philippe Mathieu-Daudé7-0/+1
2020-01-15tcg: Search includes in the parent source directoryPhilippe Mathieu-Daudé8-14/+14
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé51-65/+65
2020-01-15cputlb: Expand cpu_ldst_template.h in cputlb.cRichard Henderson3-161/+130
2020-01-15cputlb: Remove support for MMU_MODE*_SUFFIXRichard Henderson1-230/+0
2020-01-15target/ppc: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIXRichard Henderson2-11/+2
2020-01-15target/s390x: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIXRichard Henderson2-10/+5
2020-01-15target/mips: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIXRichard Henderson2-126/+60
2020-01-15target/m68k: Use cpu_*_mmuidx_ra instead of MMU_MODE{0,1}_SUFFIXRichard Henderson2-32/+47
2020-01-15target/xtensa: Remove MMU_MODE{0,1,2,3}_SUFFIXRichard Henderson1-4/+0
2020-01-15target/unicore32: Remove MMU_MODE{0,1}_SUFFIXRichard Henderson1-2/+0
2020-01-15target/sh4: Remove MMU_MODE{0,1}_SUFFIXRichard Henderson1-2/+0
2020-01-15target/microblaze: Remove MMU_MODE{0,1,2}_SUFFIXRichard Henderson1-3/+0
2020-01-15target/i386: Remove MMU_MODE{0,1,2}_SUFFIXRichard Henderson1-3/+0
2020-01-15target/cris: Remove MMU_MODE{0,1}_SUFFIXRichard Henderson1-2/+0
2020-01-15target/alpha: Remove MMU_MODE{0,1}_SUFFIXRichard Henderson1-2/+0
2020-01-15target/nios2: Remove MMU_MODE{0,1}_SUFFIXRichard Henderson1-2/+0
2020-01-15cputlb: Expand cpu_ldst_useronly_template.h in user-exec.cRichard Henderson3-190/+265
2020-01-15target/i386: Use cpu_*_mmuidx_ra instead of templatesRichard Henderson1-31/+31
2020-01-15cputlb: Provide cpu_(ld,st}*_mmuidx_ra for user-onlyRichard Henderson2-60/+229
2020-01-15cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_codeRichard Henderson5-141/+36
2020-01-15translator: Use cpu_ld*_code instead of open-codingRichard Henderson2-46/+13
2020-01-15cputlb: Move body of cpu_ldst_template.h out of lineRichard Henderson3-100/+166
2020-01-15plugins: Include trace/mem.h in api.cRichard Henderson1-0/+1
2020-01-15linux-user: Include trace-root.h in syscall-trace.hRichard Henderson1-0/+2
2020-01-15linux-user: Include tcg.h in syscall.cRichard Henderson1-0/+1
2020-01-15accel/tcg: Include tcg.h in tcg-runtime.cRichard Henderson1-0/+1
2020-01-15target/arm: Include tcg.h in sve_helper.cRichard Henderson1-0/+1