aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-21main-loop: Fix GSource leak in qio_task_thread_worker()Alberto Garcia1-0/+1
2019-08-21memory: Fix up memory_region_{add|del}_coalescingPeter Xu1-19/+17
2019-08-21memory: Remove has_coalesced_range counterPeter Xu1-14/+0
2019-08-21memory: Split zones when do coalesced_io_del()Peter Xu1-14/+35
2019-08-21memory: Refactor memory_region_clear_coalescingPeter Xu1-5/+5
2019-08-21minikconf: don't print CONFIG_FOO=n linesMarc-André Lureau1-2/+2
2019-08-21configure: remove AUTOCONF_HOSTMarc-André Lureau1-5/+0
2019-08-21tests: add module loading testMarc-André Lureau5-0/+89
2019-08-21module: return success on module loadMarc-André Lureau2-4/+12
2019-08-21module: use g_hash_table_add()Marc-André Lureau1-2/+1
2019-08-21configure: define CONFIG_TOOLS herePaolo Bonzini2-3/+5
2019-08-21qemu-ga: clean up TOOLS variablePaolo Bonzini2-3/+3
2019-08-21Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190821' into...Peter Maydell47-610/+1416
2019-08-21Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell70-502/+661
2019-08-21ppc: Fix emulated single to double denormalized conversionsPaul A. Clarke1-4/+13
2019-08-21ppc: Fix emulated INFINITY and NAN conversionsPaul A. Clarke1-4/+11
2019-08-21ppc: conform to processor User's Manual for xscvdpspnPaul A. Clarke1-1/+5
2019-08-21ppc: Add support for 'mffsl' instructionPaul A. Clarke5-8/+42
2019-08-21target/ppc: Add Directed Privileged Door-bell Exception State (DPDES) SPRAlexey Kardashevskiy2-0/+15
2019-08-21spapr/xive: Mask the EAS when allocating an IRQCédric Le Goater1-1/+4
2019-08-21spapr: Implement better workaround in spapr-vty devicePaul Mackerras1-18/+12
2019-08-21spapr/irq: Drop spapr_irq_msi_reset()Greg Kurz3-10/+2
2019-08-21spapr/pci: Free MSIs during resetGreg Kurz1-0/+2
2019-08-21spapr/pci: Consolidate de-allocation of MSIsGreg Kurz1-9/+15
2019-08-21ppc: remove idle_timer logicShivaprasad G Bhat1-70/+5
2019-08-21spapr: Implement ibm,suspend-meNicholas Piggin3-1/+41
2019-08-21i386: use machine class ->wakeup methodNicholas Piggin2-2/+8
2019-08-21machine: Add wakeup method to MachineClassNicholas Piggin2-1/+18
2019-08-21ppc/xive: Improve 'info pic' supportCédric Le Goater5-12/+57
2019-08-21ppc/xive: Provide silent escalation supportCédric Le Goater2-0/+10
2019-08-21ppc/xive: Provide unconditional escalation supportCédric Le Goater2-9/+37
2019-08-21ppc/xive: Provide escalation supportCédric Le Goater1-0/+16
2019-08-21ppc/xive: Provide backlog supportCédric Le Goater1-29/+48
2019-08-21ppc/xive: Implement TM_PULL_OS_CTX special commandCédric Le Goater1-1/+14
2019-08-21ppc/xive: use an abstract type for XiveNotifierCédric Le Goater1-4/+2
2019-08-21pseries: Update SLOF firmware imageAlexey Kardashevskiy3-1/+1
2019-08-21spapr: initial implementation for H_TPM_COMM/spapr-tpm-proxyMichael Roth7-1/+270
2019-08-21docs/specs: initial spec summary for Ultravisor-related hcallsMichael Roth1-0/+76
2019-08-21spapr: Implement H_JOINNicholas Piggin2-13/+62
2019-08-21spapr: Implement H_CONFERNicholas Piggin1-0/+67
2019-08-21spapr: Implement H_PRODNicholas Piggin3-0/+34
2019-08-21spapr: Implement dispatch tracking for tcgNicholas Piggin5-5/+86
2019-08-21ppc: fix leak in h_client_architecture_supportShivaprasad G Bhat1-0/+2
2019-08-21ppc: fix memory leak in spapr_dt_drc()Shivaprasad G Bhat1-2/+5
2019-08-21ppc: fix memory leak in spapr_caps_add_propertiesShivaprasad G Bhat1-1/+3
2019-08-21target/ppc: Optimize emulation of vclzw instructionStefan Brankovic3-5/+27
2019-08-21target/ppc: Optimize emulation of vclzd instructionStefan Brankovic3-5/+27
2019-08-21target/ppc: Optimize emulation of vgbbd instructionStefan Brankovic3-278/+76
2019-08-21target/ppc: move opcode decode tables to PowerPCCPUAlex Bennée3-14/+13
2019-08-21target/ppc: Optimize emulation of vsl and vsr instructionsStefan Brankovic3-39/+99