summaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)Author
2020-10-12scsi/scsi_bus: Add scsi_device_getMaxim Levitsky
2020-10-12device-core: use atomic_set on .realized propertyMaxim Levitsky
2020-10-12device-core: use RCU for list of children of a busMaxim Levitsky
2020-10-12qdev: add "check if address free" callback for busesPaolo Bonzini
2020-10-12qom: fix objects with improper parent typePaolo Bonzini
2020-10-09spapr: add spapr_machine_using_legacy_numa() helperDaniel Henrique Barboza
2020-10-09spapr: Add a return value to spapr_check_pagesize()Greg Kurz
2020-10-09spapr: Add a return value to spapr_nvdimm_validate()Greg Kurz
2020-10-09spapr: Add a return value to spapr_set_vcpu_id()Greg Kurz
2020-10-09spapr: Add a return value to spapr_drc_attach()Greg Kurz
2020-10-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201008-...Peter Maydell
2020-10-08hw/arm/virt: Implement kvm-steal-timeAndrew Jones
2020-10-08hw/arm/fsl-imx25: Fix a typoPhilippe Mathieu-Daudé
2020-10-08Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2020-10-06hw/core/qdev-properties: Export qdev_prop_enumPhilippe Mathieu-Daudé
2020-10-05cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana
2020-10-02s390: guest support for diagnose 0x318Collin Walling
2020-10-02s390/sclp: add extended-length sccb support for kvm guestCollin Walling
2020-10-02s390/sclp: read sccb from mem based on provided lengthCollin Walling
2020-10-01Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/ide-pull-request' int...Peter Maydell
2020-10-01ide: remove magic constants from the device registerJohn Snow
2020-10-01ide: model HOB correctlyJohn Snow
2020-10-01ide: rename cmd_write to ctrl_writeJohn Snow
2020-10-01Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201001'...Peter Maydell
2020-10-01hw/arm/bcm2835: Add more unimplemented peripheralsPhilippe Mathieu-Daudé
2020-10-01hw/arm/raspi: Define various blocks base addressesPhilippe Mathieu-Daudé
2020-10-01Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20200930-pull-reque...Peter Maydell
2020-09-30target/i386: always create kvmclock deviceVitaly Kuznetsov
2020-09-30typedefs: Restrict PCMachineState to 'hw/i386/pc.h'Philippe Mathieu-Daudé
2020-09-30hw/xen: Split x86-specific declaration from generic hardware onesPhilippe Mathieu-Daudé
2020-09-30hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc()Philippe Mathieu-Daudé
2020-09-30hw/char/serial: Make 'wakeup' property booleanPhilippe Mathieu-Daudé
2020-09-30hw/char/serial: Remove TYPE_SERIAL_IOPhilippe Mathieu-Daudé
2020-09-30numa: drop support for '-numa node' (without memory specified)Igor Mammedov
2020-09-30vhost-scsi: support inflight io trackLi Feng
2020-09-30microvm: add pcie supportGerd Hoffmann
2020-09-30microvm: add irq tableGerd Hoffmann
2020-09-30acpi: add acpi_dsdt_add_gpexGerd Hoffmann
2020-09-30move MemMapEntryGerd Hoffmann
2020-09-29qapi: Extract ACPI commands to 'acpi.json'Philippe Mathieu-Daudé
2020-09-29qapi: Restrict device memory commands to machine codePhilippe Mathieu-Daudé
2020-09-29qapi: Restrict LostTickPolicy enum to machine codePhilippe Mathieu-Daudé
2020-09-29Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200929-pull-request' ...Peter Maydell
2020-09-29virtio-gpu: set physical dimensions for EDIDMarc-André Lureau
2020-09-29edid: use physical dimensions if availableMarc-André Lureau
2020-09-29x86: acpi: introduce the PCI0.SMI0 ACPI deviceIgor Mammedov
2020-09-29x86: ich9: expose "smi_negotiated_features" as a QOM propertyIgor Mammedov
2020-09-29acpi: add aml_land() and aml_break() primitivesIgor Mammedov
2020-09-29x86: lpc9: let firmware negotiate 'CPU hotplug with SMI' featuresIgor Mammedov
2020-09-29virtio: skip legacy support check on machine types less than 5.1Stefano Garzarella