aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-16audio: change mixing engine float range to [-1.f, 1.f]Volker Rümelin2-11/+10
2020-03-16audio: consistency changesVolker Rümelin1-1/+1
2020-03-16audio: change naming scheme of FLOAT_CONV macrosVolker Rümelin1-11/+11
2020-03-16qapi/audio: add documentation for AudioFormatVolker Rümelin1-0/+14
2020-03-13Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200313a'...Peter Maydell7-43/+135
2020-03-13migration: recognize COLO as part of activating processzhanghailiang1-0/+1
2020-03-13ram/colo: only record bitmap of dirty pages in COLO stagezhanghailiang1-4/+5
2020-03-13COLO: Optimize memory back-up processzhanghailiang3-17/+53
2020-03-13migration/throttle: Add throttle-trig-thres migration parameterKeqian Zhu4-23/+76
2020-03-13configure: Improve zstd testJuan Quintela1-1/+2
2020-03-12Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200312'...Peter Maydell57-74/+5787
2020-03-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell17-57/+262
2020-03-12target/arm: kvm: Inject events at the last stage of syncBeata Michalska2-10/+20
2020-03-12hw/arm/virt: kvm: allow gicv3 by default if v2 cannot workEric Auger1-1/+16
2020-03-12hw/arm/virt: kvm: Restructure finalize_gic_version()Eric Auger1-20/+66
2020-03-12target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmapEric Auger3-8/+20
2020-03-12hw/arm/virt: Introduce finalize_gic_version()Eric Auger2-21/+34
2020-03-12hw/arm/virt: Introduce VirtGICType enum typeEric Auger2-17/+24