aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-18Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180117' int...Peter Maydell19-101/+609
2018-01-18cocoa.m: Fix scroll wheel supportJohn Arbuckle1-8/+19
2018-01-17target-ppc: Fix booke206 tlbwe TLB instructionLuc MICHEL1-5/+27
2018-01-17target/ppc: add support for POWER9 HILECédric Le Goater2-1/+2
2018-01-17ppc/pnv: change initrd addressCédric Le Goater1-1/+1
2018-01-17ppc/pnv: fix XSCOM core addressing on POWER9Cédric Le Goater5-21/+37
2018-01-17ppc/pnv: introduce pnv*_is_power9() helpersCédric Le Goater2-5/+13
2018-01-17ppc/pnv: change core mask for POWER9Cédric Le Goater2-3/+3
2018-01-17ppc/pnv: use POWER9 DD2 processorCédric Le Goater2-2/+2
2018-01-17tests/boot-serial-test: fix powernv supportCédric Le Goater1-1/+1
2018-01-17ppc/pnv: Update skiboot firmware imageCédric Le Goater2-0/+0
2018-01-17spapr: Adjust default VSMT value for better migration compatibilityDavid Gibson1-3/+8
2018-01-17spapr: Allow some cases where we can't set VSMT mode in the kernelDavid Gibson1-7/+19
2018-01-17target/ppc: Clarify compat mode max_threads valueDavid Gibson3-11/+20
2018-01-17ppc: Change Power9 compat table to support at most 8 threads/coreJose Ricardo Ziviani1-1/+8
2018-01-17spapr: Remove unnecessary 'options' field from sPAPRCapabilityInfoDavid Gibson1-5/+1
2018-01-17hw/ppc/spapr_caps: Rework spapr_caps to use uint8 internal representationSuraj Jitindar Singh3-187/+225
2018-01-17spapr: Handle Decimal Floating Point (DFP) as an optional capabilityDavid Gibson3-3/+25
2018-01-17spapr: Handle VMX/VSX presence as an spapr capability flagDavid Gibson3-9/+39
2018-01-17target/ppc: Clean up probing of VMX, VSX and DFP availability on KVMDavid Gibson2-23/+6
2018-01-17spapr: Validate capabilities on migrationDavid Gibson3-3/+105
2018-01-17spapr: Treat Hardware Transactional Memory (HTM) as an optional capabilityDavid Gibson3-6/+41
2018-01-17spapr: Capabilities infrastructureDavid Gibson4-1/+220
2018-01-17target/ppc: Yet another fix for KVM-HV HPTE accessorsAlexey Kardashevskiy1-4/+7
2018-01-16Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180116' into stagingPeter Maydell2-76/+124
2018-01-16tcg/ppc: Allow a 32-bit offset to the constant poolRichard Henderson1-28/+39
2018-01-16tcg/ppc: Support tlb offsets larger than 64kRichard Henderson1-9/+8
2018-01-16tcg/arm: Support tlb offsets larger than 64kRichard Henderson1-13/+17
2018-01-16tcg/arm: Fix double-word comparisonsRichard Henderson1-26/+60
2018-01-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell90-415/+900
2018-01-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180116'...Peter Maydell14-167/+362
2018-01-16scripts/analyse-locks-simpletrace.py: script to analyse lock timesAlex Bennée1-0/+99
2018-01-16util/qemu-thread-*: add qemu_lock, locked and unlock trace eventsAlex Bennée4-25/+62
2018-01-16cpu: flush TB cache when loading VMStatePavel Dovgalyuk1-0/+7
2018-01-16block/iscsi: fix initialization of iTask in iscsi_co_get_block_statusPeter Lieven1-1/+2
2018-01-16find_ram_offset: Align ram_addr_t allocation on long boundariesDr. David Alan Gilbert1-0/+4
2018-01-16find_ram_offset: Add comments and tracingDr. David Alan Gilbert2-7/+26
2018-01-16cpu_physical_memory_sync_dirty_bitmap: Another alignment fixDr. David Alan Gilbert1-2/+3
2018-01-16checkpatch: Enforce proper do/while (0) styleEric Blake1-0/+5
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake34-42/+42
2018-01-16tests: Avoid 'do/while(false); ' in vhost-user-bridgeEric Blake1-2/+4
2018-01-16chardev: Clean up previous patch indentationEric Blake1-34/+32
2018-01-16chardev: Use goto/label instead of do/break/while(0)Eric Blake1-3/+10
2018-01-16mips: Tweak location of ';' in macrosEric Blake1-16/+18
2018-01-16net: Drop unusual use of do { } while (0);Eric Blake1-10/+10
2018-01-16irq: fix memory leaklinzhecheng1-0/+1
2018-01-16cpus: unify qemu_*_wait_io_eventPaolo Bonzini1-32/+17
2018-01-16icount: fixed saving/restoring of icount warp timersPavel Dovgalyuk1-19/+66
2018-01-16scripts/qemu-gdb/timers.py: new helper to dump timer stateAlex Bennée2-1/+56
2018-01-16scripts/qemu-gdb: add simple tcg lock status helperAlex Bennée2-1/+48