aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-08Acceptance Tests: remove unnecessary tag from documentation exampleCleber Rosa
2021-02-08Acceptance tests: clarify ssh connection failure reasonCleber Rosa
2021-02-08tests/acceptance/virtiofs_submounts: required space between IP and portCleber Rosa
2021-02-08tests/acceptance/virtiofs_submounts: standardize port as integerCleber Rosa
2021-02-08tests/acceptance/virtiofs_submounts: use a virtio-net device insteadCleber Rosa
2021-02-08tests/acceptance/virtiofs_submounts: do not ask for ssh key passwordCleber Rosa
2021-02-08tests/acceptance/virtiofs_submounts: use workdir propertyCleber Rosa
2021-02-08tests/acceptance/boot_linux: rename misleading cloudinit methodCleber Rosa
2021-02-08tests/acceptance/boot_linux: fix typo on cloudinit error messageCleber Rosa
2021-02-08tests/acceptance: Re-enable the microblaze testThomas Huth
2021-02-08tests/acceptance: Add a test for the virtex-ml507 ppc machineThomas Huth
2021-02-08tests/acceptance: Test the mpc8544ds machineThomas Huth
2021-02-08tests/acceptance: Move the pseries test to a separate fileThomas Huth
2021-02-08tests/acceptance: Test U-Boot/Linux from Armbian 20.08 on Orange Pi PCPhilippe Mathieu-Daudé
2021-02-08tests/acceptance: Extract do_test_arm_orangepi_armbian_uboot() methodPhilippe Mathieu-Daudé
2021-02-08tests/acceptance: Introduce tesseract_ocr() helperPhilippe Mathieu-Daudé
2021-02-08tests/acceptance: Extract tesseract_available() helper in new namespacePhilippe Mathieu-Daudé
2021-02-05Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210205' into...Peter Maydell
2021-02-05accel: introduce AccelCPUClass extending CPUClassClaudio Fontana
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana
2021-02-05cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana
2021-02-05cpu: move adjust_watchpoint_address to tcg_opsClaudio Fontana
2021-02-05physmem: make watchpoint checking code TCG-onlyClaudio Fontana
2021-02-05cpu: move do_unaligned_access to tcg_opsClaudio Fontana
2021-02-05cpu: move cc->transaction_failed to tcg_opsClaudio Fontana
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana
2021-02-05target/arm: do not use cc->do_interrupt for KVM directlyClaudio Fontana
2021-02-05cpu: Move debug_excp_handler to tcg_opsEduardo Habkost
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost
2021-02-05cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost
2021-02-05accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana
2021-02-05target/riscv: remove CONFIG_TCG, as it is always TCGClaudio Fontana
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost
2021-02-05tcg/tci: Remove TCG_CONSTRichard Henderson
2021-02-05tcg/tci: Fix TCG_REG_R4 misusageRichard Henderson
2021-02-05tcg/tci: Restrict TCG_TARGET_NB_REGS to 16Richard Henderson
2021-02-05tcg/tci: Remove TODO as unusedRichard Henderson
2021-02-05tcg/tci: Implement 64-bit divisionRichard Henderson
2021-02-05tcg/tci: Remove dead code for TCG_TARGET_HAS_div2_*Richard Henderson
2021-02-05tcg/tci: Use g_assert_not_reachedRichard Henderson
2021-02-05tcg/tci: Merge INDEX_op_{st_i32,st32_i64}Richard Henderson
2021-02-05tcg/tci: Move stack bounds check to compile-timeRichard Henderson
2021-02-05tcg/tci: Merge INDEX_op_st16_{i32,i64}Richard Henderson
2021-02-05tcg/tci: Merge INDEX_op_st8_{i32,i64}Richard Henderson
2021-02-05tcg/tci: Merge INDEX_op_{ld_i32,ld32u_i64}Richard Henderson
2021-02-05tcg/tci: Merge INDEX_op_ld16s_{i32,i64}Richard Henderson
2021-02-05tcg/tci: Merge INDEX_op_ld16u_{i32,i64}Richard Henderson