aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2024-05-18Merge tag 'hw-misc-20240517' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-05-17hw/core: allow parameter=1 for SMP topology on any machineDaniel P. Berrangé
2024-05-17hw/pflash: fix block write startGerd Hoffmann
2024-05-17hw/intc/s390_flic: Fix crash that occurs when saving the machine stateThomas Huth
2024-05-14ui/console: Use qemu_dmabuf_new() and free() helpers insteadDongwon Kim
2024-05-14ui/console: Use qemu_dmabuf_get_..() helpers insteadDongwon Kim
2024-05-10hw/xtensa: require libfdtPaolo Bonzini
2024-05-10kconfig: express dependency of individual boards on libfdtPaolo Bonzini
2024-05-10kconfig: allow compiling out QEMU device tree code per targetPaolo Bonzini
2024-05-10meson: pick libfdt from common_ss when building target-specific filesPaolo Bonzini
2024-05-10i386: select correct components for no-board buildPaolo Bonzini
2024-05-10hw/i386: move rtc-reset-reinjection command out of hw/rtcPaolo Bonzini
2024-05-10hw/i386: split x86.c in multiple partsPaolo Bonzini
2024-05-10i386: pc: remove unnecessary MachineClass overridesPaolo Bonzini
2024-05-10i386: correctly select code in hw/i386 that depends on other componentsPaolo Bonzini
2024-05-10xen: register legacy backends via xen_backend_initPaolo Bonzini
2024-05-10xen: initialize legacy backends from xen_bus_init()Paolo Bonzini
2024-05-10s390: move css_migration_enabled from machine to css.cPaolo Bonzini
2024-05-10s390_flic: add migration-enabled propertyPaolo Bonzini
2024-05-10s390x: move s390_cpu_addr2state to target/s390x/sigp.cPaolo Bonzini
2024-05-10sh4: select correct components for no-board buildPaolo Bonzini
2024-05-10Merge tag 'pull-request-2024-05-10' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2024-05-10s390x/sclp: Simplify get_sclp_device()Cédric Le Goater
2024-05-10s390x/event-facility: Simplify sclp_get_event_facility_bus()Cédric Le Goater
2024-05-10s390x: Introduce a SCLPDevice pointer under the machineCédric Le Goater
2024-05-10hw/s390x: Attach the sclpconsole to /machine/sclp/s390-sclp-event-facilityThomas Huth
2024-05-09Merge tag 'pull-loongarch-20240509' of https://gitlab.com/gaosong/qemu into s...Richard Henderson
2024-05-09Merge tag 'migration-20240508-pull-request' of https://gitlab.com/farosas/qem...Richard Henderson
2024-05-09hw/loongarch: Refine default numa id calculationBibo Mao
2024-05-09misc: Use QEMU header path relative to include/ directoryPhilippe Mathieu-Daudé
2024-05-09hw/intc/loongson_ipi: Implement IOCSR address space for MIPSJiaxun Yang
2024-05-09hw/intc/loongarch_ipi: Rename as loongson_ipiJiaxun Yang
2024-05-09hw/intc/loongarch_ipi: Remove pointless MAX_CPU checkJiaxun Yang
2024-05-09hw/mips/loongson3_virt: Emulate suspend functionJiaxun Yang
2024-05-09hw/loongarch: Rename LoongArchMachineState with LoongArchVirtMachineStateBibo Mao
2024-05-09hw/loongarch: Rename LOONGARCH_MACHINE with LOONGARCH_VIRT_MACHINEBibo Mao
2024-05-09hw/loongarch/virt: Fix memory leakSong Gao
2024-05-09hw/loongarch: move memory map to boot.cPaolo Bonzini
2024-05-09hw/ppc: Deprecate 'ref405ep' machine and 405 CPUsCédric Le Goater
2024-05-09hw/gpio: Handle clock migration in STM32L4x5 gpiosInès Varhol
2024-05-09hw/usb/dev-network: Remove unused struct 'rndis_config_parameter'Dr. David Alan Gilbert
2024-05-09hw/i386/x86: Extract x86_isa_bios_init() from x86_bios_rom_init()Bernhard Beschow
2024-05-09hw/i386/x86: Don't leak "pc.bios" memory regionBernhard Beschow
2024-05-09hw/i386/x86: Don't leak "isa-bios" memory regionsBernhard Beschow
2024-05-08hw/i386: Have x86_bios_rom_init() take X86MachineState rather than MachineStateBernhard Beschow
2024-05-08hw/i386/x86: Eliminate two if statements in x86_bios_rom_init()Bernhard Beschow
2024-05-08hw/i386: Add the possibility to use i440fx and isapc without FDCThomas Huth
2024-05-08hw/i386/Kconfig: Allow to compile Q35 without FDC_ISAThomas Huth
2024-05-08hw/i386/pc: Allow to compile without CONFIG_FDC_ISAThomas Huth
2024-05-08hw/remote/vfio-user: Fix config space access byte orderMattias Nissler