Age | Commit message (Expand) | Author |
2021-07-11 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210709'... | Peter Maydell |
2021-07-10 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2021-07-10 | Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210709' in... | Peter Maydell |
2021-07-09 | Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ... | Peter Maydell |
2021-07-09 | stm32f100: Add the stm32f100 SoC | Alexandre Iooss |
2021-07-09 | block: Acquire AioContexts during bdrv_reopen_multiple() | Kevin Wolf |
2021-07-09 | block: Add bdrv_reopen_queue_free() | Alberto Garcia |
2021-07-09 | target/ppc: Support for H_RPT_INVALIDATE hcall | Bharata B Rao |
2021-07-09 | linux-headers: Update | Bharata B Rao |
2021-07-09 | spapr: Fix implementation of Open Firmware client interface | Alexey Kardashevskiy |
2021-07-09 | target/ppc/spapr: Update H_GET_CPU_CHARACTERISTICS L1D cache flush bits | Nicholas Piggin |
2021-07-09 | spapr: Implement Open Firmware client interface | Alexey Kardashevskiy |
2021-07-09 | spapr: tune rtas-size | Alexey Kardashevskiy |
2021-07-08 | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request... | Peter Maydell |
2021-07-08 | softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard types | David Hildenbrand |
2021-07-08 | vfio: Support for RamDiscardManager in the vIOMMU case | David Hildenbrand |
2021-07-08 | vfio: Query and store the maximum number of possible DMA mappings | David Hildenbrand |
2021-07-08 | vfio: Support for RamDiscardManager in the !vIOMMU case | David Hildenbrand |
2021-07-08 | virtio-mem: Implement RamDiscardManager interface | David Hildenbrand |
2021-07-08 | memory: Helpers to copy/free a MemoryRegionSection | David Hildenbrand |
2021-07-08 | memory: Introduce RamDiscardManager for RAM memory regions | David Hildenbrand |
2021-07-06 | block: Add backend_defaults property | Akihiko Odaki |
2021-07-06 | qemu-option: remove now-dead code | Paolo Bonzini |
2021-07-06 | machine: add smp compound property | Paolo Bonzini |
2021-07-06 | keyval: introduce keyval_parse_into | Paolo Bonzini |
2021-07-06 | keyval: introduce keyval_merge | Paolo Bonzini |
2021-07-06 | qom: export more functions for use with non-UserCreatable objects | Paolo Bonzini |
2021-07-05 | util/async: add a human-readable name to BHs for debugging | Stefan Hajnoczi |
2021-07-04 | Merge remote-tracking branch 'remotes/philmd/tags/mips-20210702' into staging | Peter Maydell |
2021-07-03 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210702'... | Peter Maydell |
2021-07-02 | qemu/bitops.h: add bitrev8 implementation | Mark Cave-Ayland |
2021-07-02 | hw/arm: Add basic power management to raspi. | Nolan Leake |
2021-07-02 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2021-07-02 | Merge remote-tracking branch 'remotes/berrange-gitlab/tags/tls-deps-pull-requ... | Peter Maydell |
2021-07-01 | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210629' into... | Peter Maydell |
2021-06-30 | Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ... | Peter Maydell |
2021-06-30 | vhost: Distinguish errors in vhost_dev_get_config() | Kevin Wolf |
2021-06-30 | vhost: Distinguish errors in vhost_backend_init() | Kevin Wolf |
2021-06-30 | vhost: Add Error parameter to vhost_dev_init() | Kevin Wolf |
2021-06-29 | crypto: Make QCryptoTLSCreds* structures private | Philippe Mathieu-Daudé |
2021-06-29 | crypto/tlscreds: Introduce qcrypto_tls_creds_check_endpoint() helper | Philippe Mathieu-Daudé |
2021-06-29 | tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64 | Richard Henderson |
2021-06-29 | tcg: Add flags argument to bswap opcodes | Richard Henderson |
2021-06-29 | tcg: Implement tcg_gen_vec_add{sub}32_tl | LIU Zhiwei |
2021-06-29 | tcg: Add tcg_gen_vec_shl{shr}{sar}8i_i32 | LIU Zhiwei |
2021-06-29 | tcg: Add tcg_gen_vec_shl{shr}{sar}16i_i32 | LIU Zhiwei |
2021-06-29 | tcg: Add tcg_gen_vec_add{sub}8_i32 | LIU Zhiwei |
2021-06-29 | tcg: Add tcg_gen_vec_add{sub}16_i32 | LIU Zhiwei |
2021-06-29 | introduce QEMU_AUTO_VFREE | Vladimir Sementsov-Ogievskiy |
2021-06-29 | block: Allow changing bs->file on reopen | Alberto Garcia |