QEMU main repository: Please see https://www.qemu.org/docs/master/devel/submitting-a-patch.html for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. http://www.qemu.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Richard Henderson 3e595538b8 target-arm queue: 5 years ago
..
acpi hw/acpi/ich9: Add compat prop to keep HPC bit set for 6.1 machine type 5 years ago
adc hw/adc: Add basic Aspeed ADC model 5 years ago
arm hw/arm: Add Nuvoton SD module to board 5 years ago
audio qom: Put name parameter before value / visitor parameter 6 years ago
block block: Add backend_defaults property 5 years ago
char hw/m68k: Fix typo in SPDX tag 5 years ago
core - Split out host signal handing from accel/tcg/user-exec.c 5 years ago
cpu Use OBJECT_DECLARE_SIMPLE_TYPE when possible 6 years ago
cris hw: Replace anti-social QOM type names 5 years ago
display macfb: add vertical blank interrupt 5 years ago
dma hw/dma/xlnx-zdma Always expect 'dma' link property to be set 5 years ago
firmware hw/smbios: support for type 41 (onboard devices extended information) 5 years ago
gpio hw: aspeed_gpio: Fix GPIO array indexing 5 years ago
hyperv Use OBJECT_DECLARE_SIMPLE_TYPE when possible 6 years ago
i2c aspeed/i2c: QOMify AspeedI2CBus 5 years ago
i386 * Build system fixes and cleanups 5 years ago
ide ide: Rename ide_bus_new() to ide_bus_init() 5 years ago
input hw/input/lm832x: Define TYPE_LM8323 in public header 5 years ago
intc hw/intc/arm_gicv3: Support multiple redistributor regions 5 years ago
ipack ipack: Rename ipack_bus_new_inplace() to ipack_bus_init() 5 years ago
ipmi Use OBJECT_DECLARE_SIMPLE_TYPE when possible 6 years ago
isa vt82c686: Add a method to VIA_ISA to raise ISA interrupts 5 years ago
kvm target/i386: always create kvmclock device 6 years ago
m68k hw/m68k/next-cube: Add missing header comment to next-cube.h 6 years ago
mem pc-dimm: remove unnecessary get_vmstate_memory_region() method 5 years ago
mips hw/mips: Add a bootloader helper 6 years ago
misc hw/m68k: Fix typo in SPDX tag 5 years ago
net hw/net: Add npcm7xx emc model 6 years ago
nubus nubus: add support for slot IRQs 5 years ago
nvram hw/nvram: Introduce Xilinx battery-backed ram 5 years ago
pci pci: implement power state 5 years ago
pci-bridge Use OBJECT_DECLARE_SIMPLE_TYPE when possible 6 years ago
pci-host hw/pci: remove all references to find_i440fx function 5 years ago
ppc spapr/xive: Add source status helpers 5 years ago
rdma qapi: introduce x-query-rdma QMP command 5 years ago
remote multi-process: perform device reset in the remote process 6 years ago
riscv hw/riscv: microchip_pfsoc: Use the PLIC config helper function 5 years ago
rtc m48t59: remove legacy m48t59_init() function 6 years ago
rx Use DECLARE_*CHECKER* macros 6 years ago
s390x s390x: Replace PAGE_SIZE, PAGE_SHIFT and PAGE_MASK 5 years ago
scsi scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named() 5 years ago
sd hw/sd: add nuvoton MMC 5 years ago
sensor sensor: Move hardware sensors from misc to a sensor directory 5 years ago
sh4 hw/intc/sh_intc: Inline and drop sh_intc_source() function 5 years ago
southbridge Use DECLARE_*CHECKER* macros 6 years ago
sparc hw: Replace anti-social QOM type names 5 years ago
ssi aspeed/smc: Use a container for the flash mmio address space 5 years ago
timer hw/timer: Add SiFive PWM support 5 years ago
tricore hw/tricore: Add testdevice for tests in tests/tcg/ 5 years ago
usb usb-storage: tag usb_msd_csw as packed struct 5 years ago
vfio vfio: Query and store the maximum number of possible DMA mappings 5 years ago
virtio vhost: Rename last_index to vq_index_end 5 years ago
watchdog watchdog: aspeed: Sanitize control register values 5 years ago
xen xen: Free xenforeignmemory_resource at exit 5 years ago
xtensa Include hw/irq.h a lot less 7 years ago
boards.h machine: remove the done notifier for dynamic sysbus device type check 5 years ago
clock.h host-utils: add 128-bit quotient support to divu128/divs128 5 years ago
elf_ops.h hw/elf_ops.h: switch to ssize_t for elf loader return type 5 years ago
fw-path-provider.h Use DECLARE_*CHECKER* macros 6 years ago
hotplug.h Use DECLARE_*CHECKER* macros 6 years ago
hw.h Include hw/hw.h exactly where needed 7 years ago
ide.h hw/ide: Move MAX_IDE_DEVS define to hw/ide/internal.h 6 years ago
irq.h include/hw/irq.h: New function qemu_irq_is_connected() 6 years ago
loader-fit.h nomaintainer: Fix Lesser GPL version number 6 years ago
loader.h hw/elf_ops.h: switch to ssize_t for elf loader return type 5 years ago
nmi.h Use DECLARE_*CHECKER* macros 6 years ago
or-irq.h Use DECLARE_*CHECKER* macros 6 years ago
pcmcia.h Use OBJECT_DECLARE_TYPE when possible 6 years ago
platform-bus.h nomaintainer: Fix Lesser GPL version number 6 years ago
ptimer.h ptimer: Add new ptimer_set_period_from_clock() function 6 years ago
qdev-clock.h clock: Add ClockEvent parameter to callbacks 5 years ago
qdev-core.h pcie: expire pending delete 5 years ago
qdev-dma.h Supply missing header guards 7 years ago
qdev-properties-system.h qdev: Reuse DEFINE_PROP in all DEFINE_PROP_* macros 6 years ago
qdev-properties.h qdev-properties: PropertyInfo: add realized_set_allowed field 5 years ago
register.h hw/core/register: Add more 64-bit utilities 5 years ago
registerfields.h hw/registerfields: Use 64-bit bitfield for FIELD_DP64 5 years ago
resettable.h Use DECLARE_*CHECKER* macros 6 years ago
stream.h hw/core/stream: Rename StreamSlave as StreamSink 6 years ago
sysbus.h qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros 6 years ago
usb.h usb: drop usb_host_dev_is_scsi_storage hook 5 years ago
vmstate-if.h Use DECLARE_*CHECKER* macros 6 years ago