index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
source.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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-18
acpi/tests/avocado/bits: wait for 200 seconds for SHUTDOWN event from bits VM
Ani Sinha
1
-3
/
+6
2024-01-18
load_elf: fix iterator's type for elf file processing
Anastasia Belova
1
-1
/
+1
2024-01-18
hw/arm/virt: Consolidate valid CPU types
Gavin Shan
1
-2
/
+6
2024-01-18
hw/timer: fix systick trace message
Samuel Tardieu
1
-1
/
+1
2024-01-18
tests/tcg: Don't #include <inttypes.h> in aarch64/system/vtimer.c
Ilya Leoshkevich
1
-1
/
+1
2024-01-18
qemu/osdep: Add huge page aligned support on LoongArch platform
Bibo Mao
1
-0
/
+8
2024-01-18
remove unnecessary casts from uintptr_t
Paolo Bonzini
4
-8
/
+8
2024-01-18
target/i386: pcrel: store low bits of physical address in data[0]
Paolo Bonzini
2
-5
/
+16
2024-01-18
target/i386: fix incorrect EIP in PC-relative translation blocks
guoguangyao
1
-2
/
+2
2024-01-18
target/i386: Do not re-compute new pc with CF_PCREL
Richard Henderson
1
-4
/
+2
2024-01-18
io_uring: move LuringState typedef to block/aio.h
Paolo Bonzini
3
-7
/
+6
2024-01-18
Add class property to configure KVM device node to use
Daan De Meyer
3
-2
/
+32
2024-01-18
vga: sort-of implement word and double-word access modes
Paolo Bonzini
2
-24
/
+69
2024-01-18
vga: use latches in odd/even mode too
Paolo Bonzini
1
-26
/
+12
2024-01-18
vga: reindent memory access code
Paolo Bonzini
1
-96
/
+105
[next]