aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-29spapr/irq: introduce a spapr_irq_init_device() helperCédric Le Goater4-40/+78
2019-05-29spapr: check for the activation of the KVM IRQ deviceCédric Le Goater2-1/+63
2019-05-29spapr: introduce routines to delete the KVM IRQ deviceCédric Le Goater4-0/+109
2019-05-29sysbus: add a sysbus_mmio_unmap() helperCédric Le Goater2-0/+11
2019-05-29spapr/xive: activate KVM supportCédric Le Goater1-9/+0
2019-05-29spapr/xive: add migration support for KVMCédric Le Goater6-2/+140
2019-05-29spapr/xive: introduce a VM state change handlerCédric Le Goater2-1/+96
2019-05-29spapr/xive: add state synchronization with KVMCédric Le Goater5-7/+119
2019-05-29spapr/xive: add hcall support when under KVMCédric Le Goater3-8/+294
2019-05-29spapr/xive: add KVM supportCédric Le Goater10-10/+344
2019-05-29spapr: Print out extra hints when CAS negotiation of interrupt mode failsGreg Kurz1-2/+4
2019-05-29spapr: Fix phb_placement backwards compatibilityDavid Gibson1-13/+15
2019-05-29target/ppc: Use vector variable shifts for VSL, VSR, VSRARichard Henderson3-61/+12
2019-05-29spapr: Add forgotten capability to migration streamDavid Gibson3-0/+3
2019-05-29target/ppc: Set PSSCR_EC on cpu halt to prevent spurious wakeupSuraj Jitindar Singh2-1/+7
2019-05-29spapr/xive: Sanity checks of OV5 during CASGreg Kurz1-0/+24
2019-05-29target/ppc: Fix xvabs[sd]p, xvnabs[sd]p, xvneg[sd]p, xvcpsgn[sd]pAnton Blanchard1-2/+2
2019-05-29target/ppc: Optimise VSX_LOAD_SCALAR_DS and VSX_VECTOR_LOAD_STOREAnton Blanchard1-10/+58
2019-05-29Fix typo on "info pic" monitor cmd output for xiveSatheesh Rajendran1-1/+1
2019-05-29spapr/xive: print out the EQ page address in the monitorCédric Le Goater1-2/+3
2019-05-29spapr/xive: fix EQ page addresses above 64GBCédric Le Goater3-8/+10
2019-05-29spapr/xive: EQ page should be naturally alignedCédric Le Goater1-0/+6
2019-05-29target/ppc: Fix xxspltibAnton Blanchard1-4/+4
2019-05-29target/ppc: Fix vsum2swsAnton Blanchard1-1/+1
2019-05-29target/ppc: Fix vslv and vsrvAnton Blanchard1-7/+7
2019-05-29target/ppc: Fix xxbrq, xxbrwAnton Blanchard1-2/+2
2019-05-29target/ppc: Fix xvxsigdpAnton Blanchard1-1/+1
2019-05-29target/ppc: Add ibm,purr and ibm,spurr device-tree propertiesSuraj Jitindar Singh1-1/+4
2019-05-29hw/ppc/40p: use 1900 as a base yearArtyom Tarasenko1-1/+3
2019-05-29hw/ppc/40p: Move the MC146818 RTC to the board where it belongsPhilippe Mathieu-Daudé2-4/+3
2019-05-29hw/ppc/prep: use TYPE_MC146818_RTC instead of a hardcoded stringPhilippe Mathieu-Daudé1-1/+1
2019-05-29target/ppc/kvm: Fix trace typoBoxuan Li2-2/+2
2019-05-29configure: Use quotes around uses of $CPU_CFLAGSRichard Henderson1-8/+8
2019-05-29configure: Distinguish ppc64 and ppc64le hostsRichard Henderson1-10/+23
2019-05-29tests: Fix up docker cross builds for ppc64 (BE) targetsDavid Gibson3-0/+15
2019-05-28iotests: test external snapshot with bitmap copyingVladimir Sementsov-Ogievskiy3-0/+105
2019-05-28qapi: support external bitmaps in block-dirty-bitmap-mergeVladimir Sementsov-Ogievskiy3-23/+58
2019-05-28migration/dirty-bitmaps: change bitmap enumeration methodJohn Snow1-10/+4
2019-05-28blockdev: loosen restrictions on drive-backup source nodeJohn Snow2-2/+7
2019-05-28qcow2-bitmap: initialize bitmap directory alignmentAndrey Shinkevich1-1/+1
2019-05-28qcow2: skip writing zero buffers to empty COW areasAnton Nefedov7-4/+106
2019-05-28qemu-img: rebase: Reuse in-chain BlockDriverStateSam Eiderman1-10/+23
2019-05-28qemu-img: rebase: Reduce reads on in-chain rebaseSam Eiderman1-1/+24
2019-05-28qemu-img: rebase: Reuse parent BlockDriverStateSam Eiderman1-20/+9
2019-05-28block: Make bdrv_root_attach_child() unref child_bs on failureAlberto Garcia4-16/+20
2019-05-28block: Use bdrv_unref_child() for all children in bdrv_close()Alberto Garcia3-20/+3
2019-05-28block/backup: refactor: split out backup_calculate_cluster_sizeVladimir Sementsov-Ogievskiy1-30/+52
2019-05-28block/backup: unify different modes code pathVladimir Sementsov-Ogievskiy1-33/+10
2019-05-28block/backup: refactor and tolerate unallocated cluster skippingVladimir Sementsov-Ogievskiy1-37/+23
2019-05-28block/backup: move to copy_bitmap with granularityVladimir Sementsov-Ogievskiy1-25/+23