aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-09-29piix4: don't reserve hw resources when hotplug is off globallyAni Sinha2-9/+22
2020-09-29i440fx/acpi: do not add hotplug related amls for cold plugged bridgesAni Sinha1-6/+6
2020-09-29Fix a gap where acpi_pcihp_find_hotplug_bus() returns a non-hotpluggable busAni Sinha1-0/+15
2020-09-29hw/smbios: report error if table size is too largeDaniel P. Berrangé1-0/+14
2020-09-29hw/smbios: support loading OEM strings values from a fileDaniel P. Berrangé1-13/+58
2020-09-29x68: acpi: trigger SMI before sending hotplug Notify event to OSPMIgor Mammedov1-27/+138
2020-09-29x86: acpi: introduce the PCI0.SMI0 ACPI deviceIgor Mammedov1-1/+28
2020-09-29x86: acpi: introduce AcpiPmInfo::smi_on_cpuhpIgor Mammedov1-0/+6
2020-09-29x86: ich9: expose "smi_negotiated_features" as a QOM propertyIgor Mammedov1-0/+3
2020-09-29acpi: add aml_land() and aml_break() primitivesIgor Mammedov1-0/+16
2020-09-29x86: cpuhp: refuse cpu hot-unplug request earlier if not supportedIgor Mammedov1-0/+12
2020-09-29x86: cpuhp: prevent guest crash on CPU hotplug when broadcast SMI is in useIgor Mammedov2-1/+22
2020-09-29x86: lpc9: let firmware negotiate 'CPU hotplug with SMI' featuresIgor Mammedov2-1/+16
2020-09-29virtio: update MemoryRegionCaches when guest set bad featuresLi Qiang1-9/+8
2020-09-29vhost-vsock-ccw: force virtio version 1Stefano Garzarella1-0/+12
2020-09-29vhost-user-vsock-pci: force virtio version 1Stefano Garzarella1-1/+3
2020-09-29vhost-vsock-pci: force virtio version 1Stefano Garzarella1-1/+9
2020-09-29virtio: skip legacy support check on machine types less than 5.1Stefano Garzarella4-5/+32
2020-09-29vhost-vdpa: add trace-eventsLaurent Vivier2-5/+118
2020-09-29virtio-pmem-pci: force virtio version 1Pankaj Gupta1-0/+1
2020-09-29virtio-iommu-pci: force virtio version 1Eric Auger1-1/+1
2020-09-29virtio-iommu: Check gtrees are non null before destroying themEric Auger1-2/+6
2020-09-29cphp: remove deprecated cpu-add command(s)Igor Mammedov5-64/+0
2020-09-29vhost: check queue state in the vhost_dev_set_log routineDima Stepanov1-0/+12
2020-09-29vhost: recheck dev state in the vhost_migration_log routineDima Stepanov2-6/+40
2020-09-29pc: fix auto_enable_numa_with_memhp/auto_enable_numa_with_memdev for the 5.0 ...David Hildenbrand1-1/+1
2020-09-29virtio-mem: detach the element from the virtqueue when error occursLi Qiang1-0/+3
2020-09-29vhost-vdpa: batch updating IOTLB mappingsJason Wang1-0/+66
2020-09-29vhost: switch to use IOTLB v2 formatJason Wang2-16/+80
2020-09-28Merge remote-tracking branch 'remotes/alistair/tags/pull-register-20200927' i...Peter Maydell17-75/+54
2020-09-28Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell1-14/+6
2020-09-25core/register: Specify instance_size in the TypeInfoAlistair Francis1-18/+13
2020-09-25load_elf: Remove unused address variables from callersBALATON Zoltan16-57/+41
2020-09-24Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell23-69/+163
2020-09-24Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell24-103/+89
2020-09-23vhost-vdpa: remove useless variableLaurent Vivier1-6/+3
2020-09-23virtio: vdpa: omit check return of g_mallocLi Qiang1-6/+1
2020-09-23vhost-vdpa: fix indentation in vdpa_opsStefano Garzarella1-2/+2
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi19-64/+64
2020-09-23virtio-crypto: don't modify elem->in/out_sgStefan Hajnoczi1-3/+14
2020-09-23virtio-blk: undo destructive iov_discard_*() operationsStefan Hajnoczi1-2/+9
2020-09-23virtio: add vhost-user-fs-ccw deviceHalil Pasic2-0/+76
2020-09-22sifive_u: Register "start-in-flash" as class propertyEduardo Habkost1-8/+8
2020-09-22sifive_e: Register "revb" as class propertyEduardo Habkost1-5/+6
2020-09-22i440fx: Register i440FX-pcihost properties as class propertiesEduardo Habkost1-16/+16
2020-09-22machine: Register "memory-backend" as class propertyEduardo Habkost1-6/+6
2020-09-22xlnx-zcu102: Register properties as class propertiesEduardo Habkost1-12/+13
2020-09-22cpu/core: Register core-id and nr-threads as class propertiesEduardo Habkost1-4/+4
2020-09-22smp: drop support for deprecated (invalid topologies)Igor Mammedov2-24/+8
2020-09-22qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé17-28/+28