aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)Author
2024-05-10hw/i386: split x86.c in multiple partsPaolo Bonzini
2024-05-10i386: pc: remove unnecessary MachineClass overridesPaolo Bonzini
2024-05-10xen: register legacy backends via xen_backend_initPaolo 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/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-09hw/intc/loongarch_ipi: Rename as loongson_ipiJiaxun 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: move memory map to boot.cPaolo Bonzini
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-06Merge tag 'accel-20240506' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-05-06accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetStatePhilippe Mathieu-Daudé
2024-05-06accel/tcg: Restrict cpu_plugin_mem_cbs_enabled() to TCGPhilippe Mathieu-Daudé
2024-05-06accel/tcg: Update CPUNegativeOffsetState::can_do_io field documentationPhilippe Mathieu-Daudé
2024-05-03kvm: move target-dependent interrupt routing out of kvm-all.cPaolo Bonzini
2024-05-03pci: remove some types from typedefs.hPaolo Bonzini
2024-05-03tcg: remove CPU* types from typedefs.hPaolo Bonzini
2024-05-03qapi/machine: remove types from typedefs.hPaolo Bonzini
2024-05-03intc: remove PICCommonState from typedefs.hPaolo Bonzini
2024-05-03qdev-core: remove DeviceListener from typedefs.hPaolo Bonzini
2024-05-03fw_cfg: remove useless declarations from typedefs.hPaolo Bonzini
2024-04-30Merge tag 'pull-target-arm-20240430' of https://git.linaro.org/people/pmaydel...Richard Henderson
2024-04-30hw/display : Add device DM163Inès Varhol
2024-04-30hw/watchdog/sbsa_gwdt: Make watchdog timer frequency a QOM propertyPeter Maydell
2024-04-29hw/loongarch: fdt adds pch_msi ControllerSong Gao
2024-04-29hw/loongarch: fdt adds pch_pic ControllerSong Gao
2024-04-29hw/loongarch: fdt adds Extend I/O Interrupt ControllerSong Gao
2024-04-29hw/loongarch: Init efi_fdt tableSong Gao
2024-04-29hw/loongarch: Init efi_initrd tableSong Gao
2024-04-29hw/loongarch: Init efi_boot_memmap tableSong Gao
2024-04-29hw/loongarch: Init efi_system_tableSong Gao
2024-04-29hw/loongarch: Add init_cmdlineSong Gao
2024-04-29hw/loongarch: Move boot functions to boot.cSong Gao
2024-04-26hw/core: Avoid including the full 'hw/core/cpu.h' in 'tcg-cpu-ops.h'Philippe Mathieu-Daudé
2024-04-26exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' headerPhilippe Mathieu-Daudé
2024-04-26exec: Declare MMUAccessType type in 'mmu-access-type.h' headerPhilippe Mathieu-Daudé
2024-04-26exec: Declare target_words_bigendian() in 'exec/tswap.h'Philippe Mathieu-Daudé
2024-04-26accel/hvf: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé
2024-04-26exec: Rename NEED_CPU_H -> COMPILING_PER_TARGETPhilippe Mathieu-Daudé
2024-04-25Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-04-25hw/core/machine: Introduce the module as a CPU topology levelZhao Liu
2024-04-25hw/elf_ops: Rename elf_ops.h -> elf_ops.h.incPhilippe Mathieu-Daudé
2024-04-25hw/cxl/cxl-cdat: Make cxl_doe_cdat_init() return booleanZhao Liu
2024-04-25hw/arm: Add the USART to the stm32l4x5 SoCArnaud Minier
2024-04-25hw/char/stm32l4x5_usart: Enable serial read and writeArnaud Minier