aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-17pseries: Update SLOF firmware imageAlexey Kardashevskiy3-1/+1
2020-03-17ppc/spapr: Ignore common "ibm,nmi-interlock" Linux bugNicholas Piggin1-2/+12
2020-03-17ppc/spapr: Implement FWNMI System Reset deliveryNicholas Piggin1-2/+44
2020-03-17target/ppc: allow ppc_cpu_do_system_reset to take an alternate vectorNicholas Piggin3-3/+6
2020-03-17ppc/spapr: Allow FWNMI on TCGNicholas Piggin2-6/+2
2020-03-17ppc/spapr: Fix FWNMI machine check interrupt deliveryNicholas Piggin3-42/+57
2020-03-17ppc/spapr: Add FWNMI System Reset stateNicholas Piggin3-2/+17
2020-03-17ppc/spapr: Change FWNMI namesNicholas Piggin6-47/+55
2020-03-17ppc/spapr: Fix FWNMI machine check failure handlingNicholas Piggin1-3/+1
2020-03-17spapr: Rename DT functions to newer naming conventionDavid Gibson3-37/+33
2020-03-17spapr: Move creation of ibm,architecture-vec-5 propertyDavid Gibson1-79/+65
2020-03-17spapr: Move creation of ibm,dynamic-reconfiguration-memory dt nodeDavid Gibson1-255/+257
2020-03-17spapr/rtas: Reserve space for RTAS blob and logAlexey Kardashevskiy2-0/+2
2020-03-17pseries: Update SLOF firmware imageAlexey Kardashevskiy3-1/+1
2020-03-17ppc/spapr: Move GPRs setup to one placeAlexey Kardashevskiy4-4/+10
2020-03-17target/ppc: Fix rlwinm on ppc64Vitaly Chikunov1-9/+11
2020-03-17spapr/xive: use SPAPR_IRQ_IPI to define IPI ranges exposed to the guestCédric Le Goater1-2/+2
2020-03-17hw/scsi/spapr_vscsi: Convert debug fprintf() to trace eventPhilippe Mathieu-Daudé2-3/+2
2020-03-17hw/scsi/spapr_vscsi: Prevent buffer overflowPhilippe Mathieu-Daudé1-3/+10
2020-03-17hw/scsi/spapr_vscsi: Do not mix SRP IU size with DMA buffer sizePhilippe Mathieu-Daudé2-6/+5
2020-03-17hw/scsi/spapr_vscsi: Introduce req_iu() helperPhilippe Mathieu-Daudé1-16/+23
2020-03-17hw/scsi/spapr_vscsi: Simplify a bitPhilippe Mathieu-Daudé1-3/+3
2020-03-17hw/scsi/spapr_vscsi: Use SRP_MAX_IU_LEN instead of sizeof flexible arrayPhilippe Mathieu-Daudé1-3/+3
2020-03-17hw/scsi/viosrp: Add missing 'hw/scsi/srp.h' includePhilippe Mathieu-Daudé1-0/+2
2020-03-17spapr: Clean up RMA size calculationDavid Gibson1-24/+37
2020-03-17spapr: Don't clamp RMA to 16GiB on new machine typesDavid Gibson2-5/+9
2020-03-17spapr: Don't attempt to clamp RMA to VRMA constraintDavid Gibson3-22/+13
2020-03-17spapr,ppc: Simplify signature of kvmppc_rma_size()David Gibson3-9/+8
2020-03-17spapr: Don't use weird units for MIN_RMA_SLOFDavid Gibson1-4/+4
2020-03-17target/ppc: Don't store VRMA SLBE persistentlyDavid Gibson2-60/+35
2020-03-17target/ppc: Only calculate RMLS derived RMA limit on demandDavid Gibson2-4/+6
2020-03-17target/ppc: Correct RMLS tableDavid Gibson1-3/+4
2020-03-17target/ppc: Streamline calculation of RMA limit from LPCR[RMLS]David Gibson1-36/+27
2020-03-17target/ppc: Use class fields to simplify LPCR maskingDavid Gibson3-39/+34
2020-03-17target/ppc: Remove RMOR register from POWER9 & POWER10David Gibson1-2/+8
2020-03-17spapr, ppc: Remove VPM0/RMLS hacks for POWER9David Gibson2-17/+1
2020-03-17target/ppc: Introduce ppc_hash64_use_vrma() helperDavid Gibson1-22/+21
2020-03-17target/ppc: Correct handling of real mode accesses with vhyp on hash MMUDavid Gibson1-25/+35
2020-03-17ppc: Remove stub of PPC970 HID4 implementationDavid Gibson2-40/+9
2020-03-17ppc: Remove stub support for 32-bit hypervisor modeDavid Gibson2-17/+10
2020-03-17hw/ppc/pnv: Fix typo in commentPhilippe Mathieu-Daudé1-1/+1
2020-03-17spapr: Fix Coverity warning while validating nvdimm optionsShivaprasad G Bhat1-2/+5
2020-03-17ppc: Officially deprecate the CPU "compat" propertyGreg Kurz2-42/+9
2020-03-17spapr: Handle pending hot plug/unplug requests at CASGreg Kurz3-6/+19
2020-03-17pseries: Update SLOF firmware imageAlexey Kardashevskiy3-1/+1
2020-03-16Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200316-pull-request' ...Peter Maydell2-6/+6
2020-03-16Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200316-pull-request...Peter Maydell4-27/+39
2020-03-16stdvga+bochs-display: add dummy mmio handlerGerd Hoffmann2-6/+6
2020-03-16audio: add audiodev format=f32 option documentationVolker Rümelin1-2/+2
2020-03-16audio: fix saturation nonlinearity in clip_* functionsVolker Rümelin1-3/+2