aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-12-10Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2020-12-10' into ...Peter Maydell3-3/+3
2020-12-10Tweak a few "Parameter 'NAME' expects THING" error messageMarkus Armbruster1-1/+1
2020-12-10Clean up includesMarkus Armbruster2-2/+2
2020-12-10Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20201210' int...Peter Maydell7-8/+423
2020-12-10Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20201210-pull-reque...Peter Maydell3-25/+102
2020-12-10hw/arm/armv7m: Correct typo in QOM object namePeter Maydell1-1/+1
2020-12-10hw/intc/armv7m_nvic: Implement read/write for RAS register blockPeter Maydell1-0/+56
2020-12-10target/arm: Implement M-profile "minimal RAS implementation"Peter Maydell1-0/+13
2020-12-10hw/intc/armv7m_nvic: Fix "return from inactive handler" checkPeter Maydell1-27/+32
2020-12-10hw/intc/armv7m_nvic: Support v8.1M CCR.TRD bitPeter Maydell1-8/+18
2020-12-10target/arm: Implement v8.1M REVIDR registerPeter Maydell1-0/+5
2020-12-10hw/intc/armv7m_nvic: Update FPDSCR masking for v8.1MPeter Maydell1-1/+8
2020-12-10hw/intc/armv7m_nvic: Make all of system PPB range be RAZWI/BusFaultPeter Maydell2-12/+68
2020-12-10i.MX6ul: Fix bad printf format specifiersAlex Chen1-2/+2
2020-12-10i.MX6: Fix bad printf format specifiersAlex Chen2-11/+11
2020-12-10i.MX31: Fix bad printf format specifiersAlex Chen2-9/+9
2020-12-10i.MX25: Fix bad printf format specifiersAlex Chen1-6/+6
2020-12-10sbsa-ref: allow to use Cortex-A53/57/72 cpusMarcin Juszkiewicz1-3/+20
2020-12-10xlnx-zynqmp: Connect Xilinx ZynqMP CAN controllersVikram Garhwal2-0/+54
2020-12-10hw/net/can: Introduce Xilinx ZynqMP CAN controllerVikram Garhwal5-0/+1173
2020-12-10hw/arm/smmuv3: Fix up L1STD_SPAN decodingKunkun Jiang1-1/+1
2020-12-10aspeed: g220a-bmc: Add an FRUJohn Wang1-0/+12
2020-12-10aspeed/smc: Add support for address lane disablementCédric Le Goater1-7/+18
2020-12-10ast2600: SRAM is 89KBJoel Stanley1-1/+1
2020-12-10aspeed: Add support for the g220a-bmc boardJohn Wang1-0/+60
2020-12-10hw/misc: add an EMC141{3,4} device modelJohn Wang4-0/+332
2020-12-10microvm: add second ioapicGerd Hoffmann1-5/+51
2020-12-10microvm: drop microvm_gsi_handler()Gerd Hoffmann1-13/+1
2020-12-10microvm: make pcie irq base runtime changeableGerd Hoffmann1-5/+6
2020-12-10microvm: make number of virtio transports runtime changeableGerd Hoffmann1-2/+7
2020-12-10x86: add support for second ioapicGerd Hoffmann2-0/+31
2020-12-10x86: rewrite gsi_handler()Gerd Hoffmann1-4/+10
2020-12-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell29-678/+897
2020-12-09hw/virtio-pci Added AER capability.Andrew Melnychenko2-0/+20
2020-12-09hw/virtio-pci Added counter for pcie capabilities offsets.Andrew Melnychenko1-1/+3
2020-12-09x86: ich9: let firmware negotiate 'CPU hot-unplug with SMI' featureIgor Mammedov2-2/+10
2020-12-09x86: ich9: factor out "guest_cpu_hotplug_features"Igor Mammedov1-2/+6
2020-12-09x86: acpi: let the firmware handle pending "CPU remove" events in SMMIgor Mammedov2-2/+13
2020-12-09x86: acpi: introduce AcpiPmInfo::smi_on_cpu_unplugIgor Mammedov1-0/+4
2020-12-09acpi: cpuhp: introduce 'firmware performs eject' status/control bitsIgor Mammedov2-1/+13
2020-12-09hw/i386/pc: add max combined fw size as machine configuration optionErich-McMillan2-12/+54
2020-12-09hw/m68k/mcf5206: Don't leak IRQs in mcf5206_mbar_realize()Peter Maydell1-6/+6
2020-12-08hw: add compat machines for 6.0Cornelia Huck7-6/+65
2020-12-08failover: Remove primary_dev memberJuan Quintela1-31/+24
2020-12-08failover: simplify failover_unplug_primaryJuan Quintela1-15/+10
2020-12-08failover: Caller of this two functions already have primary_devJuan Quintela1-13/+14
2020-12-08failover: We don't need to cache primary_device_id anymoreJuan Quintela1-10/+10
2020-12-08failover: split failover_find_primary_device_id()Juan Quintela1-16/+47
2020-12-08failover: remove failover_find_primary_device() error parameterJuan Quintela1-6/+3
2020-12-08failover: make sure that id always existJuan Quintela1-3/+0