aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-02-22Merge tag 'hw-misc-20240222' of https://github.com/philmd/qemu into stagingPeter Maydell16-238/+292
2024-02-22hw/ide: Stop exposing internal.h to non-IDE filesThomas Huth1-1/+1
2024-02-22hw/ide: Remove the include/hw/ide.h legacy fileThomas Huth3-11/+3
2024-02-22hw/ide: Move IDE bus related definitions to a new header ide-bus.hThomas Huth2-39/+43
2024-02-22hw/ide: Move IDE device related definitions to ide-dev.hThomas Huth2-143/+143
2024-02-22hw/ide: Move IDE DMA related definitions to a separate header ide-dma.hThomas Huth2-28/+38
2024-02-22hw/ide: Add the possibility to disable the CompactFlash device in the buildThomas Huth1-0/+41
2024-02-22hw/acpi/ich9_tco: Include missing 'migration/vmstate.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-02-22hw/acpi/cpu: Use CPUState typedefPhilippe Mathieu-Daudé1-1/+1
2024-02-22hw/acpi: Include missing 'qapi/qapi-types-acpi.h' generated headerPhilippe Mathieu-Daudé2-0/+2
2024-02-22hw/i386/pc: Confine system flash handling to pc_sysfwBernhard Beschow1-2/+0
2024-02-22hw/i386/pc: Defer smbios_set_defaults() to machine_doneBernhard Beschow1-1/+0
2024-02-22hw/i386/pc: Merge pc_guest_info_init() into pc_machine_initfn()Bernhard Beschow1-2/+0
2024-02-22hw/i386/x86: Turn apic_xrupt_override into class attributeBernhard Beschow1-1/+2
2024-02-22hw/i386/pc: Store pointers to IDE buses in PCMachineStatePeter Maydell1-1/+3
2024-02-22hw/tricore/testboard: Use qdev_new() instead of QOM basic APIPhilippe Mathieu-Daudé1-3/+0
2024-02-22hw/ppc/ppc4xx_pci: Extract PCI host definitions to hw/pci-host/ppc4xx.hPhilippe Mathieu-Daudé2-5/+17
2024-02-22hw/sysbus: Inline and remove sysbus_add_io()Philippe Mathieu-Daudé1-2/+0
2024-02-22hw/input/pckbd: Open-code i8042_setup_a20_line() wrapperPhilippe Mathieu-Daudé1-1/+0
2024-02-21hw/riscv/virt.h: correct typosManos Pitsidianakis1-2/+2
2024-02-21hw/net/npcm_gmac.h: correct typosManos Pitsidianakis1-2/+2
2024-02-21hw/cxl/cxl_device.h: correct typosManos Pitsidianakis1-2/+2
2024-02-21hw/arm/omap.h: correct typosManos Pitsidianakis1-1/+2
2024-02-21include/exec/memory.h: correct typosManos Pitsidianakis1-1/+1
2024-02-20hw/i386/acpi: Declare pc_madt_cpu_entry() in 'acpi-common.h'Philippe Mathieu-Daudé1-4/+0
2024-02-20hw/timer: Move HPET_INTCAP definition to "hpet.h"Philippe Mathieu-Daudé2-2/+2
2024-02-20Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2-6/+24
2024-02-16usb: inline device creation functionsPaolo Bonzini1-3/+24
2024-02-16i386/pc: Drop pc_machine_kvm_type()Xiaoyao Li1-3/+0
2024-02-16Merge tag 'hw-misc-20240215' of https://github.com/philmd/qemu into stagingPeter Maydell12-58/+135
2024-02-15hw/ide/ahci: Move SysBus definitions to 'ahci-sysbus.h'Philippe Mathieu-Daudé5-31/+39
2024-02-15hw/ide/ahci: Remove SysbusAHCIState::num_ports fieldPhilippe Mathieu-Daudé1-1/+0
2024-02-15hw/ide/ahci: Convert AHCIState::ports to unsignedPhilippe Mathieu-Daudé1-1/+1
2024-02-15hw/ide/ahci: Pass AHCI context to ahci_ide_create_devs()Philippe Mathieu-Daudé1-1/+1
2024-02-15hw/ide/ahci: Inline ahci_get_num_ports()Philippe Mathieu-Daudé1-1/+0
2024-02-15hw/ide/ahci: Expose AHCIPCIState structurePhilippe Mathieu-Daudé2-3/+22
2024-02-15hw/intc/grlib_irqmp: implements multicore irqClément Chigot1-1/+1
2024-02-15hw/sparc/grlib: split out the headers for each peripheralsClément Chigot3-10/+70
2024-02-15hw/dma: Pass parent object to i8257_dma_init()Philippe Mathieu-Daudé1-1/+1
2024-02-15hw/rx/rx62n: Only call qdev_get_gpio_in() when necessaryPhilippe Mathieu-Daudé1-1/+0
2024-02-15hw/rx/rx62n: Reduce inclusion of 'qemu/units.h'Philippe Mathieu-Daudé1-1/+0
2024-02-15hw/misc/mips_itu: Remove MIPSITUState::saar fieldPhilippe Mathieu-Daudé1-3/+0
2024-02-15hw/misc/mips_itu: Remove MIPSITUState::cpu0 fieldPhilippe Mathieu-Daudé1-1/+0
2024-02-15hw/misc/mips: Reduce itc_reconfigure() scopePhilippe Mathieu-Daudé1-2/+0
2024-02-15hw/misc/mps2-scc: Make changes needed for AN536 FPGA imagePeter Maydell1-0/+1
2024-02-15hw/arm/smmuv3: add support for stage 1 access faultLuc Michel1-0/+1
2024-02-15hw/arm/virt: Wire up non-secure EL2 virtual timer IRQPeter Maydell1-0/+2
2024-02-14Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell19-138/+234
2024-02-14Merge tag 'pull-char-2024-02-12-v2' of https://repo.or.cz/qemu/armbru into st...Peter Maydell1-1/+8
2024-02-14Merge tag 'pull-tcg-20240213' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell1-1/+1