summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | spapr: Fix indexing of XICS irqsDavid Gibson2019-10-041-8/+8
| * | | spapr: Eliminate nr_irqs parameter to SpaprIrq::initDavid Gibson2019-10-042-12/+11Star
| * | | spapr: Clarify and fix handling of nr_irqsDavid Gibson2019-10-042-41/+31Star
| * | | spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helperDavid Gibson2019-10-044-8/+6Star
| * | | spapr: Fold spapr_phb_lsi_qirq() into its single callerDavid Gibson2019-10-042-8/+2Star
| * | | xics: Create sPAPR specific ICS subtypeDavid Gibson2019-10-043-6/+38
| * | | xics: Merge TYPE_ICS_BASE and TYPE_ICS_SIMPLE classesDavid Gibson2019-10-044-72/+36Star
| * | | xics: Eliminate reset hookDavid Gibson2019-10-042-34/+24Star
| * | | xics: Rename misleading ics_simple_*() functionsDavid Gibson2019-10-046-30/+29Star
| * | | xics: Eliminate 'reject', 'resend' and 'eoi' class hooksDavid Gibson2019-10-043-47/+15Star
| * | | xics: Minor fixes for XICSFabric interfaceDavid Gibson2019-10-041-5/+1Star
| * | | spapr/xive: skip partially initialized vCPUs in presenterCédric Le Goater2019-10-041-0/+8
| * | | target/ppc: use Vsr macros in BCD helpersMark Cave-Ayland2019-10-041-47/+25Star
| * | | 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
| * | | target/ppc: remove unnecessary if() around calls to set_dfp{64,128}() in DFP ...Mark Cave-Ayland2019-10-041-50/+10Star
| * | | target/ppc: use existing VsrD() macro to eliminate HI_IDX and LO_IDX from dfp...Mark Cave-Ayland2019-10-041-39/+31Star
| * | | target/ppc: change struct PPC_DFP decimal storage from uint64[2] to ppc_vsr_tMark Cave-Ayland2019-10-041-102/+108
| * | | target/ppc: introduce dfp_finalize_decimal{64,128}() helper functionsMark Cave-Ayland2019-10-041-19/+23
| * | | target/ppc: update {get,set}_dfp{64,128}() helper functions to read/write DFP...Mark Cave-Ayland2019-10-043-39/+44
| * | | target/ppc: introduce set_dfp{64,128}() helper functionsMark Cave-Ayland2019-10-041-42/+48
| * | | target/ppc: introduce get_dfp{64,128}() helper functionsMark Cave-Ayland2019-10-041-13/+39
| * | | pseries: Update SLOF firmware imageAlexey Kardashevskiy2019-10-043-1/+1
| * | | spapr: Stop providing RTAS blobAlexey Kardashevskiy2019-10-049-145/+4Star
| * | | 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-043-9/+6Star
| * | | ppc/kvm: Skip writing DPDES back when in run time stateAlexey Kardashevskiy2019-10-042-5/+9
| * | | ppc: Use FPSCR defines instead of constantsPaul A. Clarke2019-10-042-65/+65
| * | | ppc: Add support for 'mffsce' instructionPaul A. Clarke2019-10-042-0/+32
| * | | ppc: Add support for 'mffscrn','mffscrni' instructionsPaul A. Clarke2019-10-045-3/+84
| * | | 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-042-6/+8
| * | | hw/ppc/pnv_homer: add PowerNV homer device modelBalamuruhan S2019-10-045-0/+359
| * | | hw/ppc/pnv_occ: add sram device model for occ common areaBalamuruhan S2019-10-043-0/+89
| * | | hw/ppc/pnv_xscom: retrieve homer/occ base address from PBA BARsBalamuruhan S2019-10-042-4/+48
| * | | 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
| |/ /
* | | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-10-0438-244/+1038
|\ \ \ | |/ / |/| |
| * | target/i386/kvm: Silence warning from Valgrind about uninitialized bytesThomas Huth2019-10-041-2/+2
| * | target/i386: work around KVM_GET_MSRS bug for secondary execution controlsPaolo Bonzini2019-10-041-0/+17
| * | target/i386: add VMX featuresPaolo Bonzini2019-10-043-2/+394
| * | vmxcap: correct the name of the variablesPaolo Bonzini2019-10-041-7/+7
| * | target/i386: add VMX definitionsPaolo Bonzini2019-10-041-0/+130
| * | target/i386: expand feature words to 64 bitsPaolo Bonzini2019-10-044-37/+40