aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2020-12-10hw/arm/armv7m: Correct typo in QOM object namepull-target-arm-20201210Peter Maydell
2020-12-10hw/intc/armv7m_nvic: Implement read/write for RAS register blockPeter Maydell
2020-12-10target/arm: Implement M-profile "minimal RAS implementation"Peter Maydell
2020-12-10hw/intc/armv7m_nvic: Fix "return from inactive handler" checkPeter Maydell
2020-12-10hw/intc/armv7m_nvic: Support v8.1M CCR.TRD bitPeter Maydell
2020-12-10target/arm: Implement v8.1M REVIDR registerPeter Maydell
2020-12-10hw/intc/armv7m_nvic: Update FPDSCR masking for v8.1MPeter Maydell
2020-12-10hw/intc/armv7m_nvic: Make all of system PPB range be RAZWI/BusFaultPeter Maydell
2020-12-10i.MX6ul: Fix bad printf format specifiersAlex Chen
2020-12-10i.MX6: Fix bad printf format specifiersAlex Chen
2020-12-10i.MX31: Fix bad printf format specifiersAlex Chen
2020-12-10i.MX25: Fix bad printf format specifiersAlex Chen
2020-12-10sbsa-ref: allow to use Cortex-A53/57/72 cpusMarcin Juszkiewicz
2020-12-10xlnx-zynqmp: Connect Xilinx ZynqMP CAN controllersVikram Garhwal
2020-12-10hw/net/can: Introduce Xilinx ZynqMP CAN controllerVikram Garhwal
2020-12-10hw/arm/smmuv3: Fix up L1STD_SPAN decodingKunkun Jiang
2020-12-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-12-09hw/virtio-pci Added AER capability.Andrew Melnychenko
2020-12-09hw/virtio-pci Added counter for pcie capabilities offsets.Andrew Melnychenko
2020-12-09x86: ich9: let firmware negotiate 'CPU hot-unplug with SMI' featureIgor Mammedov
2020-12-09x86: ich9: factor out "guest_cpu_hotplug_features"Igor Mammedov
2020-12-09x86: acpi: let the firmware handle pending "CPU remove" events in SMMIgor Mammedov
2020-12-09x86: acpi: introduce AcpiPmInfo::smi_on_cpu_unplugIgor Mammedov
2020-12-09acpi: cpuhp: introduce 'firmware performs eject' status/control bitsIgor Mammedov
2020-12-09hw/i386/pc: add max combined fw size as machine configuration optionErich-McMillan
2020-12-09hw/m68k/mcf5206: Don't leak IRQs in mcf5206_mbar_realize()Peter Maydell
2020-12-08hw: add compat machines for 6.0Cornelia Huck
2020-12-08failover: Remove primary_dev memberJuan Quintela
2020-12-08failover: simplify failover_unplug_primaryJuan Quintela
2020-12-08failover: Caller of this two functions already have primary_devJuan Quintela
2020-12-08failover: We don't need to cache primary_device_id anymoreJuan Quintela
2020-12-08failover: split failover_find_primary_device_id()Juan Quintela
2020-12-08failover: remove failover_find_primary_device() error parameterJuan Quintela
2020-12-08failover: make sure that id always existJuan Quintela
2020-12-08failover: Rename to failover_find_primary_device()Juan Quintela
2020-12-08failover: virtio_net_connect_failover_devices() does nothingJuan Quintela
2020-12-08failover: Rename function to hide_device()Juan Quintela
2020-12-08failover: should_be_hidden() should take a boolJuan Quintela
2020-12-08failover: simplify virtio_net_find_primary()Juan Quintela
2020-12-08failover: Remove memory leakJuan Quintela
2020-12-08failover: Remove primary_device_dictJuan Quintela
2020-12-08failover: remove standby_id variableJuan Quintela
2020-12-08failover: Remove primary_device_optsJuan Quintela
2020-12-08failover: g_strcmp0() knows how to handle NULLJuan Quintela
2020-12-08failover: Rename bool to failover_primary_hiddenJuan Quintela
2020-12-08failover: qdev_device_add() returns err or dev setJuan Quintela
2020-12-08failover: Remove external partially_hotplugged propertyJuan Quintela
2020-12-08failover: Remove unused parameterJuan Quintela
2020-12-08failover: primary bus is only used once, and where it is setJuan Quintela
2020-12-08failover: Use always atomics for primary_should_be_hiddenJuan Quintela