summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | ui/pixman: Add qemu_pixman_to_drm_format()Vivek Kasireddy2021-05-271-0/+1
| * | virtio-gpu: Add virtio_gpu_resource_create_blobVivek Kasireddy2021-05-271-0/+9
| * | virtio-gpu: Add initial definitions for blob resourcesVivek Kasireddy2021-05-271-0/+3
| * | virtio-gpu: Refactor virtio_gpu_create_mapping_iovVivek Kasireddy2021-05-271-1/+1
| * | virtio-gpu: Refactor virtio_gpu_set_scanoutVivek Kasireddy2021-05-271-0/+8
| * | virtio-gpu: Add udmabuf helpersVivek Kasireddy2021-05-271-0/+11
| * | headers: Add udmabuf.hVivek Kasireddy2021-05-271-0/+32
| * | ui: Get the fd associated with udmabuf driverVivek Kasireddy2021-05-271-0/+3
| |/
* | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell2021-05-2812-302/+179
|\ \
| * | hw/core: Constify TCGCPUOpsRichard Henderson2021-05-261-1/+1
| * | cpu: Move CPUClass::get_paging_enabled to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-262-2/+4
| * | cpu: Move CPUClass::get_memory_mapping to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-262-3/+5
| * | cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-262-8/+13
| * | cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-262-3/+5
| * | cpu: Move CPUClass::write_elf* to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-262-17/+24
| * | cpu: Move CPUClass::get_crash_info to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-262-1/+5
| * | cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-262-5/+9
| * | cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-263-8/+8
| * | cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé2021-05-262-0/+27
| * | cpu: Rename CPUClass vmsd -> legacy_vmsdPhilippe Mathieu-Daudé2021-05-261-2/+3
| * | cpu: Introduce cpu_virtio_is_big_endian()Philippe Mathieu-Daudé2021-05-261-0/+9
| * | cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrsPhilippe Mathieu-Daudé2021-05-261-29/+4
| * | accel/tcg: Keep TranslationBlock headers local to TCGPhilippe Mathieu-Daudé2021-05-263-159/+0
| * | accel/tcg: Reduce 'exec/tb-context.h' inclusionPhilippe Mathieu-Daudé2021-05-262-2/+0
| * | exec/memory: Use correct type sizePhilippe Mathieu-Daudé2021-05-261-1/+1
| * | exec/memory_ldst_cached: Use correct type sizePhilippe Mathieu-Daudé2021-05-261-2/+2
| * | exec/memory_ldst_phys: Use correct type sizesPhilippe Mathieu-Daudé2021-05-261-8/+8
| * | exec/memory_ldst: Use correct type sizesPhilippe Mathieu-Daudé2021-05-261-8/+8
| * | exec/memory_ldst_phys: Sort declarationsPhilippe Mathieu-Daudé2021-05-261-36/+36
| * | exec/memory_ldst_cached: Sort declarationsPhilippe Mathieu-Daudé2021-05-261-20/+20
| |/
* | qemu-config: load modules when instantiating option groupsPaolo Bonzini2021-05-261-1/+1
* | replication: move include out of root directoryPaolo Bonzini2021-05-261-0/+175
* | remove qemu-options* from root directoryPaolo Bonzini2021-05-261-0/+41
* | KVM: Dirty ring supportPeter Xu2021-05-261-0/+7
* | KVM: Cache kvm slot dirty bitmap sizePeter Xu2021-05-261-0/+1
* | KVM: Provide helper to sync dirty bitmap from slot to ramblockPeter Xu2021-05-261-0/+2
* | KVM: Provide helper to get kvm dirty logPeter Xu2021-05-261-0/+2
* | KVM: Use a big lock to replace per-kml slots_lockPeter Xu2021-05-261-2/+0
* | memory: Introduce log_sync_global() to memory listenerPeter Xu2021-05-261-0/+12
|/
* accel/tlb: Add tlb_flush_range_by_mmuidx_all_cpus_synced()Richard Henderson2021-05-251-0/+12
* accel/tcg: Add tlb_flush_range_by_mmuidx_all_cpus()Richard Henderson2021-05-251-0/+13
* accel/tcg: Add tlb_flush_range_by_mmuidx()Richard Henderson2021-05-251-0/+19
* hw/arm: Model TCMs in the SSE-300, not the AN547Peter Maydell2021-05-251-0/+2
* Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2021-05-242-13/+29
|\
| * coroutine-sleep: introduce qemu_co_sleepPaolo Bonzini2021-05-211-0/+5
| * coroutine-sleep: replace QemuCoSleepState pointer with struct in the APIPaolo Bonzini2021-05-211-11/+12
| * coroutine-sleep: disallow NULL QemuCoSleepState** argumentPaolo Bonzini2021-05-211-2/+3
| * bitops.h: Improve find_xxx_bit() documentationPhilippe Mathieu-Daudé2021-05-211-3/+12
* | ui/gtk: add clipboard supportGerd Hoffmann2021-05-211-0/+10
* | ui/gtk: move struct GtkDisplayState to ui/gtk.hGerd Hoffmann2021-05-211-0/+57