Age | Commit message (Expand) | Author |
2021-05-30 | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210527-pull-request' ... | Peter Maydell |
2021-05-28 | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into... | Peter Maydell |
2021-05-27 | virtio-gpu: Add virtio_gpu_set_scanout_blob | Vivek Kasireddy |
2021-05-27 | virtio-gpu: Add helpers to create and destroy dmabuf objects | Vivek Kasireddy |
2021-05-27 | ui/pixman: Add qemu_pixman_to_drm_format() | Vivek Kasireddy |
2021-05-27 | virtio-gpu: Add virtio_gpu_resource_create_blob | Vivek Kasireddy |
2021-05-27 | virtio-gpu: Add initial definitions for blob resources | Vivek Kasireddy |
2021-05-27 | virtio-gpu: Refactor virtio_gpu_create_mapping_iov | Vivek Kasireddy |
2021-05-27 | virtio-gpu: Refactor virtio_gpu_set_scanout | Vivek Kasireddy |
2021-05-27 | virtio-gpu: Add udmabuf helpers | Vivek Kasireddy |
2021-05-27 | headers: Add udmabuf.h | Vivek Kasireddy |
2021-05-27 | ui: Get the fd associated with udmabuf driver | Vivek Kasireddy |
2021-05-26 | hw/core: Constify TCGCPUOps | Richard Henderson |
2021-05-26 | cpu: Move CPUClass::get_paging_enabled to SysemuCPUOps | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Move CPUClass::get_memory_mapping to SysemuCPUOps | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOps | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Move CPUClass::write_elf* to SysemuCPUOps | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Move CPUClass::get_crash_info to SysemuCPUOps | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOps | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Move CPUClass::vmsd to SysemuCPUOps | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Introduce SysemuCPUOps structure | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Rename CPUClass vmsd -> legacy_vmsd | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Introduce cpu_virtio_is_big_endian() | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrs | Philippe Mathieu-Daudé |
2021-05-26 | accel/tcg: Keep TranslationBlock headers local to TCG | Philippe Mathieu-Daudé |
2021-05-26 | accel/tcg: Reduce 'exec/tb-context.h' inclusion | Philippe Mathieu-Daudé |
2021-05-26 | exec/memory: Use correct type size | Philippe Mathieu-Daudé |
2021-05-26 | exec/memory_ldst_cached: Use correct type size | Philippe Mathieu-Daudé |
2021-05-26 | exec/memory_ldst_phys: Use correct type sizes | Philippe Mathieu-Daudé |
2021-05-26 | exec/memory_ldst: Use correct type sizes | Philippe Mathieu-Daudé |
2021-05-26 | exec/memory_ldst_phys: Sort declarations | Philippe Mathieu-Daudé |
2021-05-26 | exec/memory_ldst_cached: Sort declarations | Philippe Mathieu-Daudé |
2021-05-26 | qemu-config: load modules when instantiating option groups | Paolo Bonzini |
2021-05-26 | replication: move include out of root directory | Paolo Bonzini |
2021-05-26 | remove qemu-options* from root directory | Paolo Bonzini |
2021-05-26 | KVM: Dirty ring support | Peter Xu |
2021-05-26 | KVM: Cache kvm slot dirty bitmap size | Peter Xu |
2021-05-26 | KVM: Provide helper to sync dirty bitmap from slot to ramblock | Peter Xu |
2021-05-26 | KVM: Provide helper to get kvm dirty log | Peter Xu |
2021-05-26 | KVM: Use a big lock to replace per-kml slots_lock | Peter Xu |
2021-05-26 | memory: Introduce log_sync_global() to memory listener | Peter Xu |
2021-05-25 | accel/tlb: Add tlb_flush_range_by_mmuidx_all_cpus_synced() | Richard Henderson |
2021-05-25 | accel/tcg: Add tlb_flush_range_by_mmuidx_all_cpus() | Richard Henderson |
2021-05-25 | accel/tcg: Add tlb_flush_range_by_mmuidx() | Richard Henderson |
2021-05-25 | hw/arm: Model TCMs in the SSE-300, not the AN547 | Peter Maydell |
2021-05-24 | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request... | Peter Maydell |
2021-05-21 | coroutine-sleep: introduce qemu_co_sleep | Paolo Bonzini |
2021-05-21 | coroutine-sleep: replace QemuCoSleepState pointer with struct in the API | Paolo Bonzini |
2021-05-21 | coroutine-sleep: disallow NULL QemuCoSleepState** argument | Paolo Bonzini |