aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2024-02-22Merge tag 'hw-misc-20240222' of https://github.com/philmd/qemu into stagingPeter Maydell41-294/+312
2024-02-22hw/sparc/leon3: Fix wrong usage of DO_UPCAST macroThomas Huth1-1/+1
2024-02-22hw/ide: Stop exposing internal.h to non-IDE filesThomas Huth6-1/+6
2024-02-22hw/ide: Move IDE device related definitions to ide-dev.hThomas Huth1-0/+1
2024-02-22hw/ide: Split qdev.c into ide-bus.c and ide-dev.cThomas Huth5-99/+134
2024-02-22hw/ide: Add the possibility to disable the CompactFlash device in the buildThomas Huth4-49/+65
2024-02-22hw/isa/meson.build: Sort alphabeticallyBernhard Beschow1-1/+1
2024-02-22hw/i386/pc_q35: Populate interrupt handlers before realizing LPC PCI functionBernhard Beschow1-1/+1
2024-02-22hw/i386/pc_sysfw: Use qdev_is_realized() instead of QOM APIPhilippe Mathieu-Daudé1-4/+2
2024-02-22hw/i386/pc_sysfw: Inline pc_system_flash_create() and remove itBernhard Beschow1-13/+2
2024-02-22hw/i386/pc: Confine system flash handling to pc_sysfwBernhard Beschow3-4/+4
2024-02-22hw/i386/pc: Defer smbios_set_defaults() to machine_doneBernhard Beschow5-22/+14
2024-02-22hw/i386/pc: Merge pc_guest_info_init() into pc_machine_initfn()Bernhard Beschow3-10/+3
2024-02-22hw/i386/x86: Turn apic_xrupt_override into class attributeBernhard Beschow2-4/+4
2024-02-22hw/i386/pc: Do pc_cmos_init_late() from pc_machine_done()Peter Maydell1-23/+16
2024-02-22hw/i386/pc: Store pointers to IDE buses in PCMachineStatePeter Maydell3-17/+9
2024-02-22hw/i386/pc_piix: Share pc_cmos_init() invocation between pc and isapc machinesBernhard Beschow1-5/+3
2024-02-22hw/i2c/smbus_slave: Add object path on error printsJoe Komlodi1-2/+6
2024-02-22hw/tricore/testboard: Use qdev_new() instead of QOM basic APIPhilippe Mathieu-Daudé1-3/+1
2024-02-22hw/ppc/pnv_bmc: Use qdev_new() instead of QOM APIPhilippe Mathieu-Daudé1-5/+5
2024-02-22hw/ppc/spapr_cpu: Use qdev_is_realized() instead of QOM APIPhilippe Mathieu-Daudé1-2/+1
2024-02-22hw/ppc/ppc440_pcix: Move ppc440_pcix.c to hw/pci-host/Philippe Mathieu-Daudé7-9/+15
2024-02-22hw/ppc/ppc4xx_pci: Move ppc4xx_pci.c to hw/pci-host/Philippe Mathieu-Daudé8-7/+11
2024-02-22hw/ppc/ppc4xx_pci: Extract PCI host definitions to hw/pci-host/ppc4xx.hPhilippe Mathieu-Daudé5-2/+5
2024-02-22hw/ppc/ppc4xx_pci: Remove unused "hw/ppc/ppc.h" headerPhilippe Mathieu-Daudé2-2/+0
2024-02-22hw/sysbus: Inline and remove sysbus_add_io()Philippe Mathieu-Daudé4-10/+8
2024-02-22hw/input/pckbd: Open-code i8042_setup_a20_line() wrapperPhilippe Mathieu-Daudé2-6/+2
2024-02-21hw/hppa/Kconfig: Fix building with "configure --without-default-devices"Thomas Huth1-0/+2
2024-02-21sh4: correct typosManos Pitsidianakis1-1/+1
2024-02-20loongson3: correct typosManos Pitsidianakis1-2/+2
2024-02-20hw/acpi/cpu_hotplug: Include 'x86.h' instead of 'pc.h'Philippe Mathieu-Daudé1-1/+1
2024-02-20hw/acpi/cpu_hotplug: Include 'pci_device.h' instead of 'pci.h'Philippe Mathieu-Daudé1-1/+1
2024-02-20hw/i386/port92: Add missing 'hw/isa/isa.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-02-20hw/i386/acpi: Declare pc_madt_cpu_entry() in 'acpi-common.h'Philippe Mathieu-Daudé2-1/+3
2024-02-20hw/isa/lpc_ich9: Remove unused 'hw/i386/pc.h'Philippe Mathieu-Daudé1-1/+0
2024-02-20hw/timer: Move HPET_INTCAP definition to "hpet.h"Philippe Mathieu-Daudé1-1/+0
2024-02-20hw/i386/kvm/ioapic: Replace magic '24' value by proper definitionPhilippe Mathieu-Daudé1-1/+1
2024-02-20hw/usb/ehci: Rename NB_PORTS -> EHCI_PORTSPhilippe Mathieu-Daudé4-16/+16
2024-02-20hw/usb/uhci: Rename NB_PORTS -> UHCI_PORTSPhilippe Mathieu-Daudé2-13/+13
2024-02-20hw/usb: Style cleanupPhilippe Mathieu-Daudé2-3/+6
2024-02-20Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell4-47/+3
2024-02-16usb: inline device creation functionsPaolo Bonzini1-23/+0
2024-02-16smc37c669: remove useless is_enabled functionsPaolo Bonzini1-18/+0
2024-02-16isa-superio: validate floppy.count valuePaolo Bonzini1-1/+3
2024-02-16mips: remove unnecessary "select PTIMER"Paolo Bonzini1-1/+0
2024-02-16i386/pc: Drop pc_machine_kvm_type()Xiaoyao Li1-5/+0
2024-02-16Merge tag 'hw-misc-20240215' of https://github.com/philmd/qemu into stagingPeter Maydell35-248/+325
2024-02-15hw/ide/ich9: Use AHCIPCIState typedefPhilippe Mathieu-Daudé1-3/+3
2024-02-15hw/ide/ahci: Move SysBus definitions to 'ahci-sysbus.h'Philippe Mathieu-Daudé4-3/+4
2024-02-15hw/ide/ahci: Remove SysbusAHCIState::num_ports fieldPhilippe Mathieu-Daudé1-2/+1