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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-21
Hexagon (target/hexagon) Make generators object oriented - gen_helper_protos
Taylor Simpson
2
-148
/
+8
2024-01-21
Hexagon (target/hexagon) Make generators object oriented - gen_tcg_funcs
Taylor Simpson
2
-547
/
+683
2024-01-21
Hexagon (target/hexagon) Clean up handling of modifier registers
Taylor Simpson
4
-16
/
+17
2024-01-21
Hexagon (target/hexagon) Fix shadow variable when idef-parser is off
Taylor Simpson
1
-3
/
+3
2024-01-21
tests/docker: Hexagon toolchain update
Brian Cain
1
-2
/
+2
2024-01-20
Merge tag 'pull-request-2024-01-19' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
22
-212
/
+121
2024-01-19
Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into staging
Peter Maydell
50
-522
/
+605
2024-01-19
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
18
-300
/
+433
2024-01-19
configure: Add linux header compile support for LoongArch
Bibo Mao
1
-0
/
+1
2024-01-19
MAINTAINERS: Update hw/core/cpu.c entry
Zhao Liu
1
-1
/
+2
2024-01-19
MAINTAINERS: Update Raphael Norwitz email
Raphael Norwitz
1
-1
/
+1
2024-01-19
hw/elf_ops: Ignore loadable segments with zero size
Bin Meng
1
-36
/
+39
2024-01-19
hw/scsi/esp-pci: set DMA_STAT_BCMBLT when BLAST command issued
Mark Cave-Ayland
1
-0
/
+1
2024-01-19
hw/scsi/esp-pci: synchronise setting of DMA_STAT_DONE with ESP completion int...
Mark Cave-Ayland
1
-15
/
+13
2024-01-19
hw/scsi/esp-pci: generate PCI interrupt from separate ESP and PCI sources
Mark Cave-Ayland
1
-5
/
+27
2024-01-19
hw/scsi/esp-pci: use correct address register for PCI DMA transfers
Mark Cave-Ayland
1
-1
/
+1
2024-01-19
target/riscv: Rename tcg_cpu_FOO() to include 'riscv'
Philippe Mathieu-Daudé
1
-14
/
+14
2024-01-19
target/i386: Rename tcg_cpu_FOO() to include 'x86'
Philippe Mathieu-Daudé
1
-16
/
+16
2024-01-19
hw/s390x: Rename cpu_class_init() to include 'sclp'
Philippe Mathieu-Daudé
1
-2
/
+2
2024-01-19
hw/core/cpu: Rename cpu_class_init() to include 'common'
Philippe Mathieu-Daudé
1
-2
/
+2
2024-01-19
accel: Rename accel_init_ops_interfaces() to include 'system'
Philippe Mathieu-Daudé
3
-3
/
+3
2024-01-19
cpus: Restrict 'start-powered-off' property to system emulation
Philippe Mathieu-Daudé
1
-1
/
+6
2024-01-19
system/watchpoint: Move TCG specific code to accel/tcg/
Philippe Mathieu-Daudé
3
-124
/
+144
2024-01-19
system/replay: Restrict icount to system emulation
Philippe Mathieu-Daudé
3
-23
/
+9
2024-01-19
hw/pflash: implement update buffer for block writes
Gerd Hoffmann
3
-30
/
+89
2024-01-19
hw/pflash: use ldn_{be,le}_p and stn_{be,le}_p
Gerd Hoffmann
1
-55
/
+8
2024-01-19
hw/pflash: refactor pflash_data_write()
Gerd Hoffmann
1
-14
/
+16
2024-01-19
hw/i386/pc_piix: Make piix_intx_routing_notifier_xen() more device independent
Bernhard Beschow
1
-6
/
+3
2024-01-19
hw/block: Deprecate the TC58128 block device
Samuel Tardieu
2
-1
/
+2
2024-01-19
target/sh4: Deprecate the shix machine
Samuel Tardieu
2
-0
/
+6
2024-01-19
util/async: Only call icount_notify_exit() if icount is enabled
Philippe Mathieu-Daudé
3
-9
/
+13
2024-01-19
target/arm: Ensure icount is enabled when emulating INST_RETIRED
Philippe Mathieu-Daudé
1
-0
/
+2
2024-01-19
system/cpu-timers: Introduce ICountMode enumerator
Philippe Mathieu-Daudé
5
-19
/
+24
2024-01-19
system/cpu-timers: Have icount_configure() return a boolean
Philippe Mathieu-Daudé
4
-12
/
+21
2024-01-19
target/alpha: Only build sys_helper.c on system emulation
Philippe Mathieu-Daudé
2
-5
/
+4
2024-01-19
target/alpha: Extract clk_helper.c from sys_helper.c
Philippe Mathieu-Daudé
3
-15
/
+33
2024-01-19
accel/tcg: Remove tb_invalidate_phys_page() from system emulation
Philippe Mathieu-Daudé
2
-24
/
+1
2024-01-19
accel/tcg: Remove unused tb_invalidate_phys_addr()
Philippe Mathieu-Daudé
2
-34
/
+0
2024-01-19
tests/tcg/xtensa: add icount/ibreak priority test
Max Filippov
1
-1
/
+24
2024-01-19
target/xtensa: use generic instruction breakpoint infrastructure
Max Filippov
5
-33
/
+47
2024-01-19
accel: Do not set CPUState::can_do_io in non-TCG accels
Philippe Mathieu-Daudé
3
-3
/
+0
2024-01-19
accel: Do not set CPUState::tcg_cflags in non-TCG accels
Philippe Mathieu-Daudé
2
-2
/
+2
2024-01-19
backends/cryptodev: Do not ignore throttle/backends Errors
Philippe Mathieu-Daudé
1
-0
/
+10
2024-01-19
hw/timer/hpet: Convert DPRINTF to trace events
Daniel Hoffman
2
-33
/
+37
2024-01-19
tests/vm/netbsd: Remove missing py311-expat package
Philippe Mathieu-Daudé
1
-1
/
+0
2024-01-19
cli: Remove deprecated '-singlestep' command line option
Philippe Mathieu-Daudé
7
-52
/
+20
2024-01-19
hmp: Remove deprecated 'singlestep' command
Philippe Mathieu-Daudé
4
-23
/
+6
2024-01-19
qapi: Remove deprecated 'singlestep' member of StatusInfo
Philippe Mathieu-Daudé
7
-42
/
+9
2024-01-19
qemu-options: Remove the deprecated -chroot option
Thomas Huth
4
-22
/
+5
2024-01-19
qemu-options: Remove the deprecated -async-teardown option
Thomas Huth
4
-21
/
+5
[prev]
[next]