summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* virtio-blk: schedule virtio_notify_config to run on main contextSergio Lopez2019-10-081-1/+15
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20191004' into...Peter Maydell2019-10-0724-653/+893
|\
| * ppc/pnv: Remove the XICSFabric Interface from the POWER9 machineCédric Le Goater2019-10-041-17/+14Star
| * spapr: Eliminate SpaprIrq::init hookDavid Gibson2019-10-041-69/+61Star
| * spapr: Add return value to spapr_irq_check()David Gibson2019-10-041-8/+7Star
| * spapr: Use less cryptic representation of which irq backends are supportedDavid Gibson2019-10-043-10/+23
| * xive: Improve irq claim/free pathDavid Gibson2019-10-043-21/+18Star
| * spapr, xics, xive: Better use of assert()s on irq claim/free pathsDavid Gibson2019-10-042-14/+12Star
| * spapr: Handle freeing of multiple irqs in frontend onlyDavid Gibson2019-10-041-15/+12Star
| * spapr: Remove unhelpful tracepoints from spapr_irq_free_xics()David Gibson2019-10-042-8/+0Star
| * spapr: Eliminate SpaprIrq:get_nodename methodDavid Gibson2019-10-042-23/+4Star
| * spapr: Simplify spapr_qirq() handlingDavid Gibson2019-10-041-35/+19Star
| * spapr: Fix indexing of XICS irqsDavid Gibson2019-10-041-8/+8
| * spapr: Eliminate nr_irqs parameter to SpaprIrq::initDavid Gibson2019-10-041-11/+10Star
| * spapr: Clarify and fix handling of nr_irqsDavid Gibson2019-10-041-34/+19Star
| * spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helperDavid Gibson2019-10-043-6/+3Star
| * spapr: Fold spapr_phb_lsi_qirq() into its single callerDavid Gibson2019-10-041-1/+2
| * xics: Create sPAPR specific ICS subtypeDavid Gibson2019-10-042-5/+35
| * xics: Merge TYPE_ICS_BASE and TYPE_ICS_SIMPLE classesDavid Gibson2019-10-043-62/+30Star
| * xics: Eliminate reset hookDavid Gibson2019-10-041-33/+24Star
| * xics: Rename misleading ics_simple_*() functionsDavid Gibson2019-10-045-27/+26Star
| * xics: Eliminate 'reject', 'resend' and 'eoi' class hooksDavid Gibson2019-10-042-43/+15Star
| * spapr/xive: skip partially initialized vCPUs in presenterCédric Le Goater2019-10-041-0/+8
| * spapr: Render full FDT on ibm,client-architecture-supportAlexey Kardashevskiy2019-10-041-79/+9Star
| * spapr-pci: Stop providing assigned-addressesAlexey Kardashevskiy2019-10-041-35/+7Star
| * spapr: Stop providing RTAS blobAlexey Kardashevskiy2019-10-042-71/+2Star
| * spapr: Do not put empty properties for -kernel/-initrd/-appendAlexey Kardashevskiy2019-10-041-5/+10
| * spapr: Skip leading zeroes from memory@ DT node namesAlexey Kardashevskiy2019-10-041-1/+1
| * spapr: Fixes a leak in CASAlexey Kardashevskiy2019-10-041-0/+1
| * spapr: Move handling of special NVLink numa node from reset to initDavid Gibson2019-10-041-10/+11
| * spapr: Simplify handling of pre ISA 3.0 guest workaround handlingDavid Gibson2019-10-042-8/+5Star
| * spapr/irq: Only claim VALID interrupts at the KVM levelCédric Le Goater2019-10-042-3/+45
| * spapr/irq: Introduce an ics_irq_free() helperCédric Le Goater2019-10-041-6/+3Star
| * hw/ppc/pnv_homer: add PowerNV homer device modelBalamuruhan S2019-10-043-0/+303
| * hw/ppc/pnv_occ: add sram device model for occ common areaBalamuruhan S2019-10-042-0/+86
| * hw/ppc/pnv_xscom: retrieve homer/occ base address from PBA BARsBalamuruhan S2019-10-041-4/+30
| * spapr: Report kvm_irqchip_in_kernel() in 'info pic'Greg Kurz2019-10-041-0/+4
| * hw/ppc/pnv: fix checkpatch.pl coding style warningsBalamuruhan S2019-10-041-17/+32
| * spapr-tpm-proxy: Drop misleading checkGreg Kurz2019-10-041-1/+1
| * ppc/pnv: fix "bmc" node name in DTCédric Le Goater2019-10-041-4/+1Star
| * pseries: do not allow memory-less/cpu-less NUMA nodeLaurent Vivier2019-10-041-0/+33
* | memory: allow memory_region_register_iommu_notifier() to failEric Auger2019-10-046-25/+44
* | vfio: Turn the container error into an Error handleEric Auger2019-10-042-16/+31
* | lm32: do not leak memory on object_new/object_unrefPaolo Bonzini2019-10-042-8/+8
* | mips: fix memory leaks in board initializationPaolo Bonzini2019-10-042-0/+3
* | hppa: fix leak from g_strdup_printfPaolo Bonzini2019-10-042-1/+4
* | mcf5208: fix leak from qemu_allocate_irqsPaolo Bonzini2019-10-041-0/+2
* | microblaze: fix leak of fdevice tree blobPaolo Bonzini2019-10-041-0/+1
* | ide: fix leak from qemu_allocate_irqsPaolo Bonzini2019-10-041-0/+1
* | hw/isa: Introduce a CONFIG_ISA_SUPERIO switch for isa-superio.cThomas Huth2019-10-043-4/+9
|/