summary refs log tree commit diff stats
path: root/hw (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * hw/i2c/smbus_slave: Add object path on error printsJoe Komlodi2024-02-221-2/+6
| * hw/tricore/testboard: Use qdev_new() instead of QOM basic APIPhilippe Mathieu-Daudé2024-02-221-3/+1
| * hw/ppc/pnv_bmc: Use qdev_new() instead of QOM APIPhilippe Mathieu-Daudé2024-02-221-5/+5
| * hw/ppc/spapr_cpu: Use qdev_is_realized() instead of QOM APIPhilippe Mathieu-Daudé2024-02-221-2/+1
| * hw/ppc/ppc440_pcix: Move ppc440_pcix.c to hw/pci-host/Philippe Mathieu-Daudé2024-02-227-9/+15
| * hw/ppc/ppc4xx_pci: Move ppc4xx_pci.c to hw/pci-host/Philippe Mathieu-Daudé2024-02-228-7/+11
| * hw/ppc/ppc4xx_pci: Extract PCI host definitions to hw/pci-host/ppc4xx.hPhilippe Mathieu-Daudé2024-02-225-2/+5
| * hw/ppc/ppc4xx_pci: Remove unused "hw/ppc/ppc.h" headerPhilippe Mathieu-Daudé2024-02-222-2/+0
| * hw/sysbus: Inline and remove sysbus_add_io()Philippe Mathieu-Daudé2024-02-224-10/+8
| * hw/input/pckbd: Open-code i8042_setup_a20_line() wrapperPhilippe Mathieu-Daudé2024-02-222-6/+2
* | hw/hppa/Kconfig: Fix building with "configure --without-default-devices"Thomas Huth2024-02-211-0/+2
* | sh4: correct typosManos Pitsidianakis2024-02-211-1/+1
* | loongson3: correct typosManos Pitsidianakis2024-02-201-2/+2
* | hw/acpi/cpu_hotplug: Include 'x86.h' instead of 'pc.h'Philippe Mathieu-Daudé2024-02-201-1/+1
* | hw/acpi/cpu_hotplug: Include 'pci_device.h' instead of 'pci.h'Philippe Mathieu-Daudé2024-02-201-1/+1
* | hw/i386/port92: Add missing 'hw/isa/isa.h' headerPhilippe Mathieu-Daudé2024-02-201-0/+1
* | hw/i386/acpi: Declare pc_madt_cpu_entry() in 'acpi-common.h'Philippe Mathieu-Daudé2024-02-202-1/+3
* | hw/isa/lpc_ich9: Remove unused 'hw/i386/pc.h'Philippe Mathieu-Daudé2024-02-201-1/+0
* | hw/timer: Move HPET_INTCAP definition to "hpet.h"Philippe Mathieu-Daudé2024-02-201-1/+0
* | hw/i386/kvm/ioapic: Replace magic '24' value by proper definitionPhilippe Mathieu-Daudé2024-02-201-1/+1
* | hw/usb/ehci: Rename NB_PORTS -> EHCI_PORTSPhilippe Mathieu-Daudé2024-02-204-16/+16
* | hw/usb/uhci: Rename NB_PORTS -> UHCI_PORTSPhilippe Mathieu-Daudé2024-02-202-13/+13
* | hw/usb: Style cleanupPhilippe Mathieu-Daudé2024-02-202-3/+6
|/
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2024-02-204-47/+3
|\
| * usb: inline device creation functionsPaolo Bonzini2024-02-161-23/+0
| * smc37c669: remove useless is_enabled functionsPaolo Bonzini2024-02-161-18/+0
| * isa-superio: validate floppy.count valuePaolo Bonzini2024-02-161-1/+3
| * mips: remove unnecessary "select PTIMER"Paolo Bonzini2024-02-161-1/+0
| * i386/pc: Drop pc_machine_kvm_type()Xiaoyao Li2024-02-161-5/+0
* | Merge tag 'hw-misc-20240215' of https://github.com/philmd/qemu into stagingPeter Maydell2024-02-1635-248/+325
|\ \ | |/ |/|
| * hw/ide/ich9: Use AHCIPCIState typedefPhilippe Mathieu-Daudé2024-02-151-3/+3
| * hw/ide/ahci: Move SysBus definitions to 'ahci-sysbus.h'Philippe Mathieu-Daudé2024-02-154-3/+4
| * hw/ide/ahci: Remove SysbusAHCIState::num_ports fieldPhilippe Mathieu-Daudé2024-02-151-2/+1
| * hw/ide/ahci: Do not pass 'ports' argument to ahci_realize()Philippe Mathieu-Daudé2024-02-153-6/+8
| * hw/ide/ahci: Convert AHCIState::ports to unsignedPhilippe Mathieu-Daudé2024-02-151-2/+2
| * hw/ide/ahci: Pass AHCI context to ahci_ide_create_devs()Philippe Mathieu-Daudé2024-02-153-6/+3
| * hw/ide/ahci: Inline ahci_get_num_ports()Philippe Mathieu-Daudé2024-02-153-12/+8
| * hw/ide/ahci: Rename AHCI PCI function as 'pdev'Philippe Mathieu-Daudé2024-02-152-12/+13
| * hw/ide/ahci: Expose AHCIPCIState structurePhilippe Mathieu-Daudé2024-02-155-10/+4
| * hw/i386/q35: Use DEVICE() cast macro with PCIDevice objectPhilippe Mathieu-Daudé2024-02-151-2/+2
| * hw/i386/q35: Simplify pc_q35_init() since PCI is always enabledPhilippe Mathieu-Daudé2024-02-151-22/+10
| * hw/sparc/leon3: Initialize GPIO before realizing CPU devicesPhilippe Mathieu-Daudé2024-02-151-3/+4
| * hw/sparc/leon3: Pass DeviceState opaque argument to leon3_start_cpu()Philippe Mathieu-Daudé2024-02-151-3/+3
| * hw/sparc/leon3: Pass DeviceState opaque argument to leon3_set_pil_in()Philippe Mathieu-Daudé2024-02-151-6/+4
| * hw/sparc/leon3: check cpu_id in the tiny bootloaderClément Chigot2024-02-151-2/+20
| * hw/sparc/leon3: implement multiprocessorClément Chigot2024-02-151-25/+68
| * hw/sparc/leon3: remove SP initializationClément Chigot2024-02-151-3/+0
| * hw/intc/grlib_irqmp: implements multicore irqClément Chigot2024-02-152-22/+22
| * hw/intc/grlib_irqmp: implements the multiprocessor status registerClément Chigot2024-02-151-3/+32
| * hw/intc/grlib_irqmp: add ncpus propertyClément Chigot2024-02-152-10/+22