Age | Commit message (Expand) | Author |
2024-01-11 | linux-headers: Synchronize linux headers from linux v6.7.0-rc8 | Tianrui Zhao |
2024-01-10 | Merge tag 'pull-riscv-to-apply-20240110' of https://github.com/alistair23/qem... | Peter Maydell |
2024-01-10 | linux-headers: Update to Linux v6.7-rc5 | Daniel Henrique Barboza |
2024-01-10 | hw/riscv/virt: Update GPEX MMIO related properties | Sunil V L |
2024-01-10 | hw/pci-host/gpex: Define properties for MMIO ranges | Sunil V L |
2024-01-10 | hw/riscv: virt: Make few IMSIC macros and functions public | Sunil V L |
2024-01-10 | hw/arm/virt-acpi-build.c: Migrate virtio creation to common location | Sunil V L |
2024-01-10 | hw/arm/virt-acpi-build.c: Migrate fw_cfg creation to common location | Sunil V L |
2024-01-10 | util/fifo8: Introduce fifo8_peek_buf() | Philippe Mathieu-Daudé |
2024-01-10 | util/fifo8: Allow fifo8_pop_buf() to not populate popped length | Philippe Mathieu-Daudé |
2024-01-09 | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging | Peter Maydell |
2024-01-09 | Merge tag 'pull-replay-fixes-080124-1' of https://gitlab.com/stsquad/qemu int... | Peter Maydell |
2024-01-08 | Rename "QEMU global mutex" to "BQL" in comments and docs | Stefan Hajnoczi |
2024-01-08 | Replace "iothread lock" with "BQL" in comments | Stefan Hajnoczi |
2024-01-08 | qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql() | Stefan Hajnoczi |
2024-01-08 | qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARD | Stefan Hajnoczi |
2024-01-08 | system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() | Stefan Hajnoczi |
2024-01-08 | iothread: Remove unused Error** argument in aio_context_set_aio_params | Philippe Mathieu-Daudé |
2024-01-08 | replay: stop us hanging in rr_wait_io_event | Alex Bennée |
2024-01-05 | backends/iommufd: Remove mutex | Cédric Le Goater |
2024-01-05 | vfio/iommufd: Introduce a VFIOIOMMU iommufd QOM interface | Cédric Le Goater |
2024-01-05 | vfio/spapr: Introduce a sPAPR VFIOIOMMU QOM interface | Cédric Le Goater |
2024-01-05 | vfio/container: Intoduce a new VFIOIOMMUClass::setup handler | Cédric Le Goater |
2024-01-05 | vfio/container: Introduce a VFIOIOMMU legacy QOM interface | Cédric Le Goater |
2024-01-05 | vfio/container: Introduce a VFIOIOMMU QOM interface | Cédric Le Goater |
2024-01-05 | vfio/spapr: Extend VFIOIOMMUOps with a release handler | Cédric Le Goater |
2024-01-05 | Merge tag 'hw-cpus-20240105' of https://github.com/philmd/qemu into staging | Peter Maydell |
2024-01-05 | util/oslib: Have qemu_prealloc_mem() handler return a boolean | Philippe Mathieu-Daudé |
2024-01-05 | backends: Have HostMemoryBackendClass::alloc() handler return a boolean | Philippe Mathieu-Daudé |
2024-01-05 | memory: Have memory_region_init_ram_from_fd() handler return a boolean | Philippe Mathieu-Daudé |
2024-01-05 | memory: Have memory_region_init_ram_from_file() handler return a boolean | Philippe Mathieu-Daudé |
2024-01-05 | memory: Have memory_region_init_resizeable_ram() return a boolean | Philippe Mathieu-Daudé |
2024-01-05 | memory: Have memory_region_init_rom_device() handler return a boolean | Philippe Mathieu-Daudé |
2024-01-05 | memory: Have memory_region_init_rom_device_nomigrate() return a boolean | Philippe Mathieu-Daudé |
2024-01-05 | memory: Have memory_region_init_rom() handler return a boolean | Philippe Mathieu-Daudé |
2024-01-05 | memory: Have memory_region_init_ram() handler return a boolean | Philippe Mathieu-Daudé |
2024-01-05 | memory: Have memory_region_init_rom_nomigrate() handler return a boolean | Philippe Mathieu-Daudé |
2024-01-05 | memory: Have memory_region_init_ram_nomigrate() handler return a boolean | Philippe Mathieu-Daudé |
2024-01-05 | memory: Have memory_region_init_ram_flags_nomigrate() return a boolean | Philippe Mathieu-Daudé |
2024-01-05 | hw/mips: Inline 'bios.h' definitions | Philippe Mathieu-Daudé |
2024-01-05 | hw/ppc/xive2_regs: Remove unnecessary 'cpu.h' inclusion | Philippe Mathieu-Daudé |
2024-01-05 | hw/core/cpu: Update description of CPUState::node | Philippe Mathieu-Daudé |
2024-01-05 | hw/core/cpu: Remove final vestiges of dynamic state tracing | Philippe Mathieu-Daudé |
2024-01-05 | hw/core: Add machine_class_default_cpu_type() | Philippe Mathieu-Daudé |
2024-01-05 | cpu: Add helper cpu_model_from_type() | Gavin Shan |
2024-01-05 | Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu... | Peter Maydell |
2024-01-04 | migration: preserve suspended for snapshot | Steve Sistare |
2024-01-04 | cpus: vm_resume | Steve Sistare |
2024-01-04 | cpus: stop vm in suspended runstate | Steve Sistare |
2024-01-04 | cpus: vm_was_suspended | Steve Sistare |