summary refs log tree commit diff stats
path: root/include/hw (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfio/migration: Add Error** argument to .vfio_save_config() handlerCédric Le Goater2024-05-161-1/+24
* vfio: Add Error** argument to .set_dirty_page_tracking() handlerCédric Le Goater2024-05-161-2/+16
* ui/console: Use qemu_dmabuf_new() and free() helpers insteadDongwon Kim2024-05-142-3/+3
* hw/i386: move rtc-reset-reinjection command out of hw/rtcPaolo Bonzini2024-05-101-1/+1
* hw/i386: split x86.c in multiple partsPaolo Bonzini2024-05-101-3/+3
* i386: pc: remove unnecessary MachineClass overridesPaolo Bonzini2024-05-101-4/+0
* xen: register legacy backends via xen_backend_initPaolo Bonzini2024-05-102-13/+2
* s390: move css_migration_enabled from machine to css.cPaolo Bonzini2024-05-102-7/+6
* s390_flic: add migration-enabled propertyPaolo Bonzini2024-05-101-0/+1
* s390x/event-facility: Simplify sclp_get_event_facility_bus()Cédric Le Goater2024-05-101-1/+1
* s390x: Introduce a SCLPDevice pointer under the machineCédric Le Goater2024-05-102-2/+3
* hw/intc/loongarch_ipi: Rename as loongson_ipiJiaxun Yang2024-05-092-7/+7
* hw/loongarch: Rename LoongArchMachineState with LoongArchVirtMachineStateBibo Mao2024-05-091-4/+3
* hw/loongarch: Rename LOONGARCH_MACHINE with LOONGARCH_VIRT_MACHINEBibo Mao2024-05-091-2/+2
* hw/loongarch: move memory map to boot.cPaolo Bonzini2024-05-092-10/+10
* hw/i386/x86: Extract x86_isa_bios_init() from x86_bios_rom_init()Bernhard Beschow2024-05-091-0/+2
* hw/i386/x86: Don't leak "pc.bios" memory regionBernhard Beschow2024-05-091-0/+6
* hw/i386/x86: Don't leak "isa-bios" memory regionsBernhard Beschow2024-05-091-0/+7
* hw/i386: Have x86_bios_rom_init() take X86MachineState rather than MachineStateBernhard Beschow2024-05-081-1/+1
* Merge tag 'accel-20240506' of https://github.com/philmd/qemu into stagingRichard Henderson2024-05-061-27/+11
|\
| * accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetStatePhilippe Mathieu-Daudé2024-05-061-6/+7
| * accel/tcg: Restrict cpu_plugin_mem_cbs_enabled() to TCGPhilippe Mathieu-Daudé2024-05-061-17/+0
| * accel/tcg: Update CPUNegativeOffsetState::can_do_io field documentationPhilippe Mathieu-Daudé2024-05-061-4/+4
* | kvm: move target-dependent interrupt routing out of kvm-all.cPaolo Bonzini2024-05-031-2/+2
* | pci: remove some types from typedefs.hPaolo Bonzini2024-05-033-23/+26
* | tcg: remove CPU* types from typedefs.hPaolo Bonzini2024-05-031-2/+8
* | qapi/machine: remove types from typedefs.hPaolo Bonzini2024-05-031-0/+1
* | intc: remove PICCommonState from typedefs.hPaolo Bonzini2024-05-031-0/+2
* | qdev-core: remove DeviceListener from typedefs.hPaolo Bonzini2024-05-031-0/+1
* | fw_cfg: remove useless declarations from typedefs.hPaolo Bonzini2024-05-031-0/+2
|/
* Merge tag 'pull-target-arm-20240430' of https://git.linaro.org/people/pmaydel...Richard Henderson2024-04-302-2/+60
|\
| * hw/display : Add device DM163Inès Varhol2024-04-301-0/+59
| * hw/watchdog/sbsa_gwdt: Make watchdog timer frequency a QOM propertyPeter Maydell2024-04-301-2/+1
* | hw/loongarch: fdt adds pch_msi ControllerSong Gao2024-04-291-0/+1
* | hw/loongarch: fdt adds pch_pic ControllerSong Gao2024-04-291-0/+1
* | hw/loongarch: fdt adds Extend I/O Interrupt ControllerSong Gao2024-04-291-0/+1
* | hw/loongarch: Init efi_fdt tableSong Gao2024-04-292-0/+6
* | hw/loongarch: Init efi_initrd tableSong Gao2024-04-291-0/+9
* | hw/loongarch: Init efi_boot_memmap tableSong Gao2024-04-292-0/+37
* | hw/loongarch: Init efi_system_tableSong Gao2024-04-291-0/+48
* | hw/loongarch: Add init_cmdlineSong Gao2024-04-291-0/+2
* | hw/loongarch: Move boot functions to boot.cSong Gao2024-04-292-0/+23
|/
* hw/core: Avoid including the full 'hw/core/cpu.h' in 'tcg-cpu-ops.h'Philippe Mathieu-Daudé2024-04-261-1/+5
* exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' headerPhilippe Mathieu-Daudé2024-04-261-15/+1
* exec: Declare MMUAccessType type in 'mmu-access-type.h' headerPhilippe Mathieu-Daudé2024-04-261-7/+1
* exec: Declare target_words_bigendian() in 'exec/tswap.h'Philippe Mathieu-Daudé2024-04-261-11/+0
* accel/hvf: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé2024-04-261-2/+1
* exec: Rename NEED_CPU_H -> COMPILING_PER_TARGETPhilippe Mathieu-Daudé2024-04-261-2/+2
* Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson2024-04-254-4/+5
|\
| * hw/core/machine: Introduce the module as a CPU topology levelZhao Liu2024-04-251-0/+4