aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-05cpu: Move debug_excp_handler to tcg_opsEduardo Habkost7-9/+9
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost26-38/+42
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost25-42/+54
2021-02-05cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost13-22/+30
2021-02-05accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana5-40/+77
2021-02-05target/riscv: remove CONFIG_TCG, as it is always TCGClaudio Fontana1-2/+1
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost25-30/+48
2021-02-05tcg/tci: Remove TCG_CONSTRichard Henderson4-194/+89
2021-02-05tcg/tci: Fix TCG_REG_R4 misusageRichard Henderson2-10/+5
2021-02-05tcg/tci: Restrict TCG_TARGET_NB_REGS to 16Richard Henderson2-53/+5
2021-02-05tcg/tci: Remove TODO as unusedRichard Henderson1-8/+0
2021-02-05tcg/tci: Implement 64-bit divisionRichard Henderson3-11/+25
2021-02-05tcg/tci: Remove dead code for TCG_TARGET_HAS_div2_*Richard Henderson2-20/+0
2021-02-05tcg/tci: Use g_assert_not_reachedRichard Henderson1-8/+7
2021-02-05tcg/tci: Merge INDEX_op_{st_i32,st32_i64}Richard Henderson1-6/+1
2021-02-05tcg/tci: Move stack bounds check to compile-timeRichard Henderson2-2/+13
2021-02-05tcg/tci: Merge INDEX_op_st16_{i32,i64}Richard Henderson1-7/+1
2021-02-05tcg/tci: Merge INDEX_op_st8_{i32,i64}Richard Henderson1-7/+1
2021-02-05tcg/tci: Merge INDEX_op_{ld_i32,ld32u_i64}Richard Henderson1-6/+1
2021-02-05tcg/tci: Merge INDEX_op_ld16s_{i32,i64}Richard Henderson1-4/+1
2021-02-05tcg/tci: Merge INDEX_op_ld16u_{i32,i64}Richard Henderson1-8/+5
2021-02-05tcg/tci: Merge INDEX_op_ld8s_{i32,i64}Richard Henderson1-8/+5
2021-02-05tcg/tci: Merge INDEX_op_ld8u_{i32,i64}Richard Henderson1-7/+13
2021-02-05tcg/tci: Inline tci_write_reg64 into 64-bit callersRichard Henderson1-33/+27
2021-02-05tcg/tci: Inline tci_write_reg32 into all callersRichard Henderson1-36/+30
2021-02-05tcg/tci: Inline tci_write_reg16 into the only callerRichard Henderson1-9/+1
2021-02-05tcg/tci: Inline tci_write_reg8 into its callersRichard Henderson1-7/+2
2021-02-05tcg/tci: Inline tci_write_reg32s into the only callerRichard Henderson1-9/+1
2021-02-05tcg/tci: Implement INDEX_op_ld8s_i64Stefan Weil1-1/+4
2021-02-05tcg/tci: Implement INDEX_op_ld16s_i32Stefan Weil1-1/+4
2021-02-05tcg/tci: Make tci_tb_ptr thread-localRichard Henderson3-9/+4
2021-02-05configure: Fix --enable-tcg-interpreterRichard Henderson1-2/+3
2021-02-05tcg/aarch64: Do not convert TCGArg to temps that are not tempsRichard Henderson1-3/+4
2021-02-05exec/cpu-defs: Remove TCG backends dependencyPhilippe Mathieu-Daudé1-3/+0
2021-02-05tcg/s390: Fix compare instruction from extended-immediate facilityPhilippe Mathieu-Daudé1-1/+1
2021-02-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell132-236/+585
2021-02-05iotests: 30: drop from auto group (and effectively from make check)Vladimir Sementsov-Ogievskiy1-1/+1
2021-02-05tests/acpi: disallow updates for expected data filesMarian Postevca1-94/+0
2021-02-05tests/acpi: update expected data filesMarian Postevca91-0/+0
2021-02-05tests/acpi: add OEM ID and OEM TABLE ID testMarian Postevca1-24/+146
2021-02-05acpi: use constants as strncpy limitMichael S. Tsirkin3-6/+6
2021-02-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca24-92/+349
2021-02-05tests/acpi: allow updates for expected data filesMarian Postevca1-0/+94
2021-02-05vhost: Check for valid vdev in vhost_backend_handle_iotlb_msgEugenio Pérez1-0/+5
2021-02-05hw/virtio/virtio-balloon: Remove the "class" propertyThomas Huth1-10/+1
2021-02-05hw/i386: Remove the deprecated pc-1.x machine typesThomas Huth3-100/+6
2021-02-05vhost: Unbreak SMMU and virtio-iommu on dev-iotlb supportPeter Xu3-2/+21
2021-02-05virtio-pmem: add trace eventsPankaj Gupta2-0/+9
2021-02-05virtio: Add corresponding memory_listener_unregister to unrealizeEugenio Pérez1-1/+1
2021-02-05virtio-mmio: fix guest kernel crash with SHM regionsLaurent Vivier1-0/+8