aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2019-10-04spapr: Eliminate nr_irqs parameter to SpaprIrq::initDavid Gibson1-11/+10
2019-10-04spapr: Clarify and fix handling of nr_irqsDavid Gibson1-34/+19
2019-10-04spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helperDavid Gibson3-6/+3
2019-10-04spapr: Fold spapr_phb_lsi_qirq() into its single callerDavid Gibson1-1/+2
2019-10-04xics: Create sPAPR specific ICS subtypeDavid Gibson2-5/+35
2019-10-04xics: Merge TYPE_ICS_BASE and TYPE_ICS_SIMPLE classesDavid Gibson3-62/+30
2019-10-04xics: Eliminate reset hookDavid Gibson1-33/+24
2019-10-04xics: Rename misleading ics_simple_*() functionsDavid Gibson5-27/+26
2019-10-04xics: Eliminate 'reject', 'resend' and 'eoi' class hooksDavid Gibson2-43/+15
2019-10-04spapr/xive: skip partially initialized vCPUs in presenterCédric Le Goater1-0/+8
2019-10-04spapr: Render full FDT on ibm,client-architecture-supportAlexey Kardashevskiy1-79/+9
2019-10-04spapr-pci: Stop providing assigned-addressesAlexey Kardashevskiy1-35/+7
2019-10-04spapr: Stop providing RTAS blobAlexey Kardashevskiy2-71/+2
2019-10-04spapr: Do not put empty properties for -kernel/-initrd/-appendAlexey Kardashevskiy1-5/+10
2019-10-04spapr: Skip leading zeroes from memory@ DT node namesAlexey Kardashevskiy1-1/+1
2019-10-04spapr: Fixes a leak in CASAlexey Kardashevskiy1-0/+1
2019-10-04spapr: Move handling of special NVLink numa node from reset to initDavid Gibson1-10/+11
2019-10-04spapr: Simplify handling of pre ISA 3.0 guest workaround handlingDavid Gibson2-8/+5
2019-10-04spapr/irq: Only claim VALID interrupts at the KVM levelCédric Le Goater2-3/+45
2019-10-04spapr/irq: Introduce an ics_irq_free() helperCédric Le Goater1-6/+3
2019-10-04hw/ppc/pnv_homer: add PowerNV homer device modelBalamuruhan S3-0/+303
2019-10-04hw/ppc/pnv_occ: add sram device model for occ common areaBalamuruhan S2-0/+86
2019-10-04hw/ppc/pnv_xscom: retrieve homer/occ base address from PBA BARsBalamuruhan S1-4/+30
2019-10-04spapr: Report kvm_irqchip_in_kernel() in 'info pic'Greg Kurz1-0/+4
2019-10-04hw/ppc/pnv: fix checkpatch.pl coding style warningsBalamuruhan S1-17/+32
2019-10-04spapr-tpm-proxy: Drop misleading checkGreg Kurz1-1/+1
2019-10-04ppc/pnv: fix "bmc" node name in DTCédric Le Goater1-4/+1
2019-10-04pseries: do not allow memory-less/cpu-less NUMA nodeLaurent Vivier1-0/+33
2019-10-01hw/core/loader: Fix possible crash in rom_copy()Thomas Huth1-1/+1
2019-10-01hw/m68k/next-cube: Avoid static RTC variables and introduce control registerThomas Huth1-33/+40
2019-09-30s390: do not call memory_region_allocate_system_memory() multiple timesIgor Mammedov1-27/+3
2019-09-30s390x: sclp: Report insufficient SCCB lengthClaudio Imbrenda1-0/+12
2019-09-30s390x: sclp: fix error handling for oversize control blocksJanosch Frank1-2/+1
2019-09-30s390x: sclp: boundary checkJanosch Frank1-0/+5
2019-09-30s390x: sclp: refactor invalid command checkJanosch Frank2-4/+16
2019-09-30s390: PCI: fix IOMMU region initMatthew Rosato1-1/+6
2019-09-30Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190927'...Peter Maydell1-5/+7
2019-09-27hw/arm/boot: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-5/+5
2019-09-27hw/arm/boot.c: Set NSACR.{CP11,CP10} for NS kernel bootsPeter Maydell1-0/+2
2019-09-27Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190925' into stagingPeter Maydell1-1/+0
2019-09-25cputlb: Remove cpu->mem_io_vaddrRichard Henderson1-1/+0
2019-09-25vhost: Fix memory region section comparisonDr. David Alan Gilbert1-2/+7
2019-09-24xen-bus: only set the xen device frontend state if it is missingMark Syms1-16/+31
2019-09-24xen-block: treat XenbusStateUnknown the same as XenbusStateClosedPaul Durrant1-0/+1
2019-09-24xen: perform XenDevice clean-up in XenBus watch handlerPaul Durrant2-25/+71
2019-09-24xen: introduce separate XenWatchList for XenDevice objectsPaul Durrant2-14/+60
2019-09-24xen / notify: introduce a new XenWatchList abstractionPaul Durrant2-44/+78
2019-09-24xen-bus: check whether the frontend is active during device reset...Paul Durrant1-1/+1
2019-09-23Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20190923' into s...Peter Maydell2-7/+0
2019-09-23Merge remote-tracking branch 'remotes/cminyard/tags/ipmi-for-release-2019-09-...Peter Maydell19-850/+1703