index
:
riscv-gnu-toolchain/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-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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-29
accel/tcg: Introduce TCGCPUOps::cpu_exec_halt() handler
Philippe Mathieu-Daudé
1
-0
/
+2
2024-01-29
accel/tcg: Introduce TCGCPUOps::need_replay_interrupt() handler
Philippe Mathieu-Daudé
1
-0
/
+5
2024-01-29
include/qemu: Add TCGCPUOps typedef to typedefs.h
Richard Henderson
2
-4
/
+2
2024-01-29
accel/tcg: Move perf and debuginfo support to tcg/
Ilya Leoshkevich
2
-0
/
+128
2024-01-29
tcg: Make tb_cflags() usable from target-agnostic code
Ilya Leoshkevich
2
-6
/
+6
2024-01-29
include/hw/core: Remove i386 conditional on fake_user_interrupt
Anton Johansson
1
-3
/
+2
2024-01-29
include/hw/core: Move do_interrupt in TCGCPUOps
Anton Johansson
1
-5
/
+2
2024-01-29
include/exec: Move cpu_*()/cpu_env() to common header
Anton Johansson
2
-25
/
+26
2024-01-29
include/exec: Move PAGE_* macros to common header
Anton Johansson
2
-24
/
+30
2024-01-29
include/exec: typedef abi_ptr to vaddr
Anton Johansson
1
-2
/
+2
2024-01-29
include/exec: Use vaddr in DisasContextBase for virtual addresses
Anton Johansson
1
-3
/
+3
2024-01-29
target: Use vaddr in gen_intermediate_code
Anton Johansson
1
-1
/
+1
2024-01-29
hw/core: Include vaddr.h from cpu.h
Anton Johansson
1
-1
/
+1
2024-01-29
include/exec: Move vaddr defines to separate file
Anton Johansson
2
-12
/
+19
2024-01-26
Merge tag 'pull-target-arm-20240126' of https://git.linaro.org/people/pmaydel...
Peter Maydell
8
-32
/
+70
2024-01-26
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Peter Maydell
4
-7
/
+22
2024-01-26
hw/arm: add PCIe to Freescale i.MX6
Nikita Ostrenkov
1
-21
/
+23
2024-01-26
bswap.h: Fix const_le64() macro
Peter Maydell
1
-8
/
+8
2024-01-26
hw/char/imx_serial: Implement receive FIFO and ageing timer
Rayhan Faizel
1
-1
/
+19
2024-01-26
fsl-imx6ul: Add various missing unimplemented devices
Guenter Roeck
1
-0
/
+2
2024-01-26
hw/arm/armv7m: Make 'hw/intc/armv7m_nvic.h' a target agnostic header
Philippe Mathieu-Daudé
1
-1
/
+1
2024-01-26
hw/misc/xlnx-versal-crl: Include generic 'cpu-qom.h' instead of 'cpu.h'
Philippe Mathieu-Daudé
1
-1
/
+1
2024-01-26
hw/arm/xlnx-versal: Include missing 'cpu.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2024-01-26
hw/arm: Add watchdog timer to Allwinner H40 and Bananapi board
Guenter Roeck
1
-0
/
+3
2024-01-26
hw/arm: Add AHCI/SATA controller to Allwinner R40 and Bananapi board
Guenter Roeck
1
-0
/
+3
2024-01-26
hw/arm: Add EHCI/OHCI controllers to Allwinner R40 and Bananapi board
Guenter Roeck
1
-0
/
+9
2024-01-26
virtio-blk: rename dataplane to ioeventfd
Stefan Hajnoczi
1
-4
/
+4
2024-01-26
virtio-blk: move dataplane code into virtio-blk.c
Stefan Hajnoczi
1
-3
/
+9
2024-01-26
stream: Allow users to request only format driver names in backing file format
Peter Krempa
1
-0
/
+3
2024-01-26
commit: Allow users to request only format driver names in backing file format
Peter Krempa
3
-2
/
+8
2024-01-26
qapi: Fix dangling references to docs/devel/qapi-code-gen.txt
Markus Armbruster
2
-2
/
+2
2024-01-24
util/uri: Remove the uri_string_escape() function
Thomas Huth
1
-1
/
+0
2024-01-24
util/uri: Remove unused functions uri_resolve() and uri_resolve_relative()
Thomas Huth
1
-2
/
+0
2024-01-24
util/uri: Remove uri_string_unescape()
Thomas Huth
1
-1
/
+0
2024-01-20
Merge tag 'pull-request-2024-01-19' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
1
-0
/
+2
2024-01-19
Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into staging
Peter Maydell
5
-55
/
+69
2024-01-19
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
4
-5
/
+13
2024-01-19
hw/elf_ops: Ignore loadable segments with zero size
Bin Meng
1
-36
/
+39
2024-01-19
system/replay: Restrict icount to system emulation
Philippe Mathieu-Daudé
2
-4
/
+9
2024-01-19
system/cpu-timers: Introduce ICountMode enumerator
Philippe Mathieu-Daudé
1
-7
/
+13
2024-01-19
system/cpu-timers: Have icount_configure() return a boolean
Philippe Mathieu-Daudé
1
-2
/
+8
2024-01-19
accel/tcg: Remove tb_invalidate_phys_page() from system emulation
Philippe Mathieu-Daudé
1
-1
/
+0
2024-01-19
accel/tcg: Remove unused tb_invalidate_phys_addr()
Philippe Mathieu-Daudé
1
-5
/
+0
2024-01-19
s390x/pci: drive ISM reset from subsystem reset
Matthew Rosato
1
-0
/
+1
2024-01-19
s390x/pci: avoid double enable/disable of aif
Matthew Rosato
1
-0
/
+1
2024-01-18
load_elf: fix iterator's type for elf file processing
Anastasia Belova
1
-1
/
+1
2024-01-18
qemu/osdep: Add huge page aligned support on LoongArch platform
Bibo Mao
1
-0
/
+8
2024-01-18
io_uring: move LuringState typedef to block/aio.h
Paolo Bonzini
2
-5
/
+4
2024-01-18
Add class property to configure KVM device node to use
Daan De Meyer
1
-0
/
+1
2024-01-15
hw/arm: Connect STM32L4x5 SYSCFG to STM32L4x5 SoC
Inès Varhol
1
-0
/
+2
[next]