summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-19MAINTAINERS: Update hw/core/cpu.c entryZhao Liu1-1/+2
2024-01-19MAINTAINERS: Update Raphael Norwitz emailRaphael Norwitz1-1/+1
2024-01-19hw/elf_ops: Ignore loadable segments with zero sizeBin Meng1-36/+39
2024-01-19hw/scsi/esp-pci: set DMA_STAT_BCMBLT when BLAST command issuedMark Cave-Ayland1-0/+1
2024-01-19hw/scsi/esp-pci: synchronise setting of DMA_STAT_DONE with ESP completion int...Mark Cave-Ayland1-15/+13
2024-01-19hw/scsi/esp-pci: generate PCI interrupt from separate ESP and PCI sourcesMark Cave-Ayland1-5/+27
2024-01-19hw/scsi/esp-pci: use correct address register for PCI DMA transfersMark Cave-Ayland1-1/+1
2024-01-19target/riscv: Rename tcg_cpu_FOO() to include 'riscv'Philippe Mathieu-Daudé1-14/+14
2024-01-19target/i386: Rename tcg_cpu_FOO() to include 'x86'Philippe Mathieu-Daudé1-16/+16
2024-01-19hw/s390x: Rename cpu_class_init() to include 'sclp'Philippe Mathieu-Daudé1-2/+2
2024-01-19hw/core/cpu: Rename cpu_class_init() to include 'common'Philippe Mathieu-Daudé1-2/+2
2024-01-19accel: Rename accel_init_ops_interfaces() to include 'system'Philippe Mathieu-Daudé3-3/+3
2024-01-19cpus: Restrict 'start-powered-off' property to system emulationPhilippe Mathieu-Daudé1-1/+6
2024-01-19system/watchpoint: Move TCG specific code to accel/tcg/Philippe Mathieu-Daudé3-124/+144
2024-01-19system/replay: Restrict icount to system emulationPhilippe Mathieu-Daudé3-23/+9
2024-01-19hw/pflash: implement update buffer for block writesGerd Hoffmann3-30/+89
2024-01-19hw/pflash: use ldn_{be,le}_p and stn_{be,le}_pGerd Hoffmann1-55/+8
2024-01-19hw/pflash: refactor pflash_data_write()Gerd Hoffmann1-14/+16
2024-01-19hw/i386/pc_piix: Make piix_intx_routing_notifier_xen() more device independentBernhard Beschow1-6/+3
2024-01-19hw/block: Deprecate the TC58128 block deviceSamuel Tardieu2-1/+2
2024-01-19target/sh4: Deprecate the shix machineSamuel Tardieu2-0/+6
2024-01-19util/async: Only call icount_notify_exit() if icount is enabledPhilippe Mathieu-Daudé3-9/+13
2024-01-19target/arm: Ensure icount is enabled when emulating INST_RETIREDPhilippe Mathieu-Daudé1-0/+2
2024-01-19system/cpu-timers: Introduce ICountMode enumeratorPhilippe Mathieu-Daudé5-19/+24
2024-01-19system/cpu-timers: Have icount_configure() return a booleanPhilippe Mathieu-Daudé4-12/+21
2024-01-19target/alpha: Only build sys_helper.c on system emulationPhilippe Mathieu-Daudé2-5/+4
2024-01-19target/alpha: Extract clk_helper.c from sys_helper.cPhilippe Mathieu-Daudé3-15/+33
2024-01-19accel/tcg: Remove tb_invalidate_phys_page() from system emulationPhilippe Mathieu-Daudé2-24/+1
2024-01-19accel/tcg: Remove unused tb_invalidate_phys_addr()Philippe Mathieu-Daudé2-34/+0
2024-01-19tests/tcg/xtensa: add icount/ibreak priority testMax Filippov1-1/+24
2024-01-19target/xtensa: use generic instruction breakpoint infrastructureMax Filippov5-33/+47
2024-01-19accel: Do not set CPUState::can_do_io in non-TCG accelsPhilippe Mathieu-Daudé3-3/+0
2024-01-19accel: Do not set CPUState::tcg_cflags in non-TCG accelsPhilippe Mathieu-Daudé2-2/+2
2024-01-19backends/cryptodev: Do not ignore throttle/backends ErrorsPhilippe Mathieu-Daudé1-0/+10
2024-01-19hw/timer/hpet: Convert DPRINTF to trace eventsDaniel Hoffman2-33/+37
2024-01-18acpi/tests/avocado/bits: wait for 200 seconds for SHUTDOWN event from bits VMAni Sinha1-3/+6
2024-01-18load_elf: fix iterator's type for elf file processingAnastasia Belova1-1/+1
2024-01-18hw/arm/virt: Consolidate valid CPU typesGavin Shan1-2/+6
2024-01-18hw/timer: fix systick trace messageSamuel Tardieu1-1/+1
2024-01-18tests/tcg: Don't #include <inttypes.h> in aarch64/system/vtimer.cIlya Leoshkevich1-1/+1
2024-01-18qemu/osdep: Add huge page aligned support on LoongArch platformBibo Mao1-0/+8
2024-01-18remove unnecessary casts from uintptr_tPaolo Bonzini4-8/+8
2024-01-18target/i386: pcrel: store low bits of physical address in data[0]Paolo Bonzini2-5/+16
2024-01-18target/i386: fix incorrect EIP in PC-relative translation blocksguoguangyao1-2/+2
2024-01-18target/i386: Do not re-compute new pc with CF_PCRELRichard Henderson1-4/+2
2024-01-18io_uring: move LuringState typedef to block/aio.hPaolo Bonzini3-7/+6
2024-01-18Add class property to configure KVM device node to useDaan De Meyer3-2/+32
2024-01-18vga: sort-of implement word and double-word access modesPaolo Bonzini2-24/+69
2024-01-18vga: use latches in odd/even mode tooPaolo Bonzini1-26/+12
2024-01-18vga: reindent memory access codePaolo Bonzini1-96/+105