summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-02-05tcg/tci: Merge INDEX_op_ld8s_{i32,i64}Richard Henderson
2021-02-05tcg/tci: Merge INDEX_op_ld8u_{i32,i64}Richard Henderson
2021-02-05tcg/tci: Inline tci_write_reg64 into 64-bit callersRichard Henderson
2021-02-05tcg/tci: Inline tci_write_reg32 into all callersRichard Henderson
2021-02-05tcg/tci: Inline tci_write_reg16 into the only callerRichard Henderson
2021-02-05tcg/tci: Inline tci_write_reg8 into its callersRichard Henderson
2021-02-05tcg/tci: Inline tci_write_reg32s into the only callerRichard Henderson
2021-02-05tcg/tci: Implement INDEX_op_ld8s_i64Stefan Weil
2021-02-05tcg/tci: Implement INDEX_op_ld16s_i32Stefan Weil
2021-02-05tcg/tci: Make tci_tb_ptr thread-localRichard Henderson
2021-02-05configure: Fix --enable-tcg-interpreterRichard Henderson
2021-02-05tcg/aarch64: Do not convert TCGArg to temps that are not tempsRichard Henderson
2021-02-05exec/cpu-defs: Remove TCG backends dependencyPhilippe Mathieu-Daudé
2021-02-05tcg/s390: Fix compare instruction from extended-immediate facilityPhilippe Mathieu-Daudé
2021-02-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2021-02-05iotests: 30: drop from auto group (and effectively from make check)Vladimir Sementsov-Ogievskiy
2021-02-05tests/acpi: disallow updates for expected data filesMarian Postevca
2021-02-05tests/acpi: update expected data filesMarian Postevca
2021-02-05tests/acpi: add OEM ID and OEM TABLE ID testMarian Postevca
2021-02-05acpi: use constants as strncpy limitMichael S. Tsirkin
2021-02-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca
2021-02-05tests/acpi: allow updates for expected data filesMarian Postevca
2021-02-05vhost: Check for valid vdev in vhost_backend_handle_iotlb_msgEugenio Pérez
2021-02-05hw/virtio/virtio-balloon: Remove the "class" propertyThomas Huth
2021-02-05hw/i386: Remove the deprecated pc-1.x machine typesThomas Huth
2021-02-05vhost: Unbreak SMMU and virtio-iommu on dev-iotlb supportPeter Xu
2021-02-05virtio-pmem: add trace eventsPankaj Gupta
2021-02-05virtio: Add corresponding memory_listener_unregister to unrealizeEugenio Pérez
2021-02-05virtio-mmio: fix guest kernel crash with SHM regionsLaurent Vivier
2021-02-05virtio: move 'use-disabled-flag' property to hw_compat_4_2Stefano Garzarella
2021-02-05pci: add romsize propertyPaolo Bonzini
2021-02-05pci: reject too large ROMsPaolo Bonzini
2021-02-05Merge remote-tracking branch 'remotes/kraxel/tags/vga-ui-20210205-pull-reques...Peter Maydell
2021-02-04Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2021...Peter Maydell
2021-02-04virtiofsd: Add restart_syscall to the seccomp whitelistGreg Kurz
2021-02-04virtiofsd: Add _llseek to the seccomp whitelistGreg Kurz
2021-02-04virtiofsd: prevent opening of special files (CVE-2020-35517)Stefan Hajnoczi
2021-02-04virtiofsd: optionally return inode pointer from lo_do_lookup()Stefan Hajnoczi
2021-02-04virtiofsd: extract lo_do_open() from lo_open()Stefan Hajnoczi
2021-02-04tests: add some virtio-gpu & vhost-user-gpu acceptance testMarc-André Lureau