index
:
qemu/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-10.0
stable-10.1
stable-10.2
stable-11.0
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-10.0
staging-10.1
staging-10.2
staging-11.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
QEMU main repository
QEMU Owners
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
13 days
ui/sdl2: Explicitly specify EGL platform
Akihiko Odaki
2026-05-20
block: Add more defaults to DEFAULT_BLOCK_CONF
Kevin Wolf
2026-05-20
block: Create DEFAULT_BLOCK_CONF macro
Kevin Wolf
2026-05-20
block: Add flags parameter to blk_*_pdiscard()
Kevin Wolf
2026-05-20
block: Add blk_co_start/end_request() and BDRV_REQ_NO_QUEUE
Kevin Wolf
2026-05-19
target/arm/hvf: Fix WFI halting to stop idle vCPU spinning
Scott J. Goldman
2026-05-02
hw/core/register: add register_array_get_owner
Luc Michel
2026-04-08
Allow building qemu tools on 32-bit hosts
Helge Deller
2026-04-01
Merge tag 'firmware-20260401-for-11.0-pull-request' of https://gitlab.com/kra...
Peter Maydell
2026-04-01
Merge tag 'pull-linux-user-20260401' of https://gitlab.com/pm215/qemu into st...
Peter Maydell
2026-03-31
Merge tag 'hppa-more-v11-fixes-pull-request' of https://github.com/hdeller/qe...
Peter Maydell
2026-03-31
hw/pci-host/astro: Implement LMMIO registers
Helge Deller
2026-03-31
hw/pci-host/astro: Fix initial addresses in IOC
Helge Deller
2026-03-31
include/user/guest-host.h: Provide g2h etc for both abi_ptr and vaddr
Peter Maydell
2026-03-31
include: Don't include guest-host.h in cpu-ldst.h
Peter Maydell
2026-03-31
ppc/pnv: generate dtb after machine initialization is complete
Shivang Upadhyay
2026-03-31
igvm: fix parent object type in IgvmCfg struct
Luigi Leonardi
2026-03-30
hpet: lower HPET_MAX_TIMERS to 24
Paolo Bonzini
2026-03-26
Merge tag 'pr-plugins-20260325' of https://gitlab.com/pbo-linaro/qemu into st...
Peter Maydell
2026-03-25
include/plugins/qemu-plugin.h: add note about endianness of value returned by...
Pierrick Bouvier
2026-03-25
treewide: replace qemu_hw_version() with QEMU_HW_VERSION
Paolo Bonzini
2026-03-24
Merge tag 'pull-target-arm-20260324' of https://gitlab.com/pm215/qemu into st...
Peter Maydell
2026-03-24
Merge tag 'pull-aspeed-20260324' of https://github.com/legoater/qemu into sta...
Peter Maydell
2026-03-24
hw/arm/smmuv3-accel: Change "oas" property type to OasMode
Nathan Chen
2026-03-24
qdev: Add an OasMode property type
Nathan Chen
2026-03-24
hw/arm/smmuv3-accel: Change "ssidsize" property type to SsidSizeMode
Nathan Chen
2026-03-24
qdev: Add a SsidSizeMode property type
Nathan Chen
2026-03-24
hw/arm/smmuv3-accel: Change "ril" property type to OnOffAuto
Nathan Chen
2026-03-24
hw/arm/smmuv3-accel: Change "ats" property type to OnOffAuto
Nathan Chen
2026-03-24
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Peter Maydell
2026-03-24
hw/i2c/aspeed: fix lost interrupts on back-to-back commands
Jithu Joseph
2026-03-23
Fix several typos in documentation (found by codespell)
Stefan Weil
2026-03-23
hw/hyperv: add QEMU_PACKED to uapi structs
Magnus Kulke
2026-03-23
hw/hyperv: Fix SynIC not initialized except on first vCPU
Sourav Poddar
2026-03-23
hw/isa/piix: Embed i8259 irq in device state instead of allocating
Peter Maydell
2026-03-20
hw/char: sifive_uart: Remove ip variable
Frank Chang
2026-03-20
hw/char: sifive_uart: Implement txctrl.txen and rxctrl.rxen
Frank Chang
2026-03-19
hw/riscv: Fix integer overflow in cm_base calculation
Djordje Todorovic
2026-03-17
ui/surface: Avoid including epoxy/gl.h in header files
Akihiko Odaki
2026-03-17
ui/console: Remove DisplaySurface::mem_obj
Akihiko Odaki
2026-03-12
semihosting/uaccess: Use the cpu_internal_tswap() functions
Martin Kröning
2026-03-12
include/exec: Provide the cpu_internal_tswap() functions
Martin Kröning
2026-03-12
include/hw/core: Rename virtio_is_big_endian to internal_is_big_endian
Martin Kröning
2026-03-12
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2026-03-12
typedefs: move QIgvm out of typedefs.h
Paolo Bonzini
2026-03-12
Merge tag 'pr-plugins-20260311' of https://gitlab.com/pbo-linaro/qemu into st...
Peter Maydell
2026-03-11
plugins: add missing docstrings to qemu-plugin.h
Florian Hofhammer
2026-03-11
Merge tag 'pr-gdbstub-20260310' of https://gitlab.com/pbo-linaro/qemu into st...
Peter Maydell
2026-03-10
gdbstub: Emit base_register index in GDBFeature entries
Philippe Mathieu-Daudé
2026-03-10
gdbstub: Remove @g_pos argument in gdb_register_coprocessor()
Philippe Mathieu-Daudé
[next]