aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-02ivshmem: use a single eventfd callback, get rid of CharDriverMarc-André Lureau1-37/+18
2016-02-02ivshmem: generalize ivshmem_setup_interruptsMarc-André Lureau1-11/+12
2016-02-02ivshmem-test: test both msi & irq casesMarc-André Lureau1-16/+37
2016-02-02libqos: remove some leaksMarc-André Lureau1-0/+2
2016-02-02ivshmem-test: leak fixesMarc-André Lureau1-11/+17
2016-02-02ivshmem: remove redundant assignment, fix crash with msi=offMarc-André Lureau1-3/+0
2016-02-02ivshmem: no need for opaque argumentMarc-André Lureau1-2/+2
2016-02-02nvme: generate OpenFirmware device path in the "bootorder" fw_cfg fileLaszlo Ersek1-36/+4
2016-02-02Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160201' into...Peter Maydell26-451/+771
2016-02-01crypto: register properties against the class instead of objectDaniel P. Berrange4-72/+66
2016-02-01crypto: fix description of @errp parameter initializationDaniel P. Berrange3-14/+14
2016-02-01target-ppc: mcrfs should always update FEX/VX and only clear exception bitsJames Clarke2-4/+23
2016-01-30target-ppc: Make every FPSCR_ macro have a corresponding FP_ macroJames Clarke1-9/+22
2016-01-30target-ppc: Allow more page sizes for POWER7 & POWER8 in TCGDavid Gibson2-0/+34
2016-01-30target-ppc: Helper to determine page size information from hpte aloneDavid Gibson3-19/+44
2016-01-30target-ppc: Add new TLB invalidate by HPTE call for hash64 MMUsDavid Gibson3-42/+19
2016-01-30target-ppc: Split 44x tlbiva from ppc_tlb_invalidate_one()David Gibson3-5/+12
2016-01-30target-ppc: Remove unused mmu models from ppc_tlb_invalidate_oneDavid Gibson1-44/+2
2016-01-30target-ppc: Use actual page size encodings from HPTEDavid Gibson1-3/+60
2016-01-30target-ppc: Rework SLB page size lookupDavid Gibson3-39/+56
2016-01-30target-ppc: Rework ppc_store_slbDavid Gibson4-22/+21
2016-01-30target-ppc: Convert mmu-hash{32,64}.[ch] from CPUPPCState to PowerPCCPUDavid Gibson7-109/+136
2016-01-30target-ppc: Remove unused kvmppc_read_segment_page_sizes() stubDavid Gibson1-5/+0
2016-01-30uninorth.c: add support for UniNorth kMacRISCPCIAddressSelect (0x48) registerProgrammingkid1-0/+9
2016-01-30cuda.c: return error for unknown commandsAlyssa Milburn1-0/+5
2016-01-30pseries: Allow TCG h_enter to work with hotplugged memoryDavid Gibson1-2/+17
2016-01-30target-ppc: gdbstub: Add VSX supportAnton Blanchard3-3/+71
2016-01-30target-ppc: gdbstub: fix spe registers for little-endian guestsGreg Kurz1-1/+10
2016-01-30target-ppc: gdbstub: fix altivec registers for little-endian guestsGreg Kurz1-2/+10
2016-01-30target-ppc: gdbstub: introduce avr_need_swap()Greg Kurz1-14/+23
2016-01-30target-ppc: gdbstub: fix float registers for little-endian guestsGreg Kurz1-0/+4
2016-01-30target-ppc: rename and export maybe_bswap_register()Greg Kurz2-5/+6
2016-01-30target-ppc: kvm: fix floating point registers sync on little-endian hostsGreg Kurz1-0/+12
2016-01-30pseries: Clean up error reporting in htab migration functionsDavid Gibson1-6/+6
2016-01-30pseries: Clean up error reporting in ppc_spapr_init()David Gibson1-11/+12
2016-01-30pseries: Clean up error handling in xics_system_init()David Gibson1-3/+3
2016-01-30pseries: Clean up error handling in spapr_rtas_register()David Gibson1-9/+3
2016-01-30pseries: Clean up error handling in spapr_vga_init()David Gibson1-5/+5
2016-01-30pseries: Clean up error handling in spapr_validate_node_memory()David Gibson1-15/+22
2016-01-30pseries: Clean up error handling of spapr_cpu_init()David Gibson1-4/+11
2016-01-30ppc: Clean up error handling in ppc_set_compat()David Gibson4-15/+14
2016-01-30spapr: Don't create ibm,dynamic-reconfiguration-memory w/o DR LMBsBharata B Rao1-1/+8
2016-01-30spapr: Remove abuse of rtas_ld() in h_client_architecture_supportDavid Gibson1-7/+7
2016-01-30spapr: Remove rtas_st_buffer_direct()David Gibson2-15/+10
2016-01-30spapr: Small fixes to rtas_ibm_get_system_parameter, remove rtas_st_bufferDavid Gibson2-23/+26
2016-01-30cuda: add missing fields to VMStateDescriptionMark Cave-Ayland1-2/+5
2016-01-30mac_dbdma: add DBDMA controller state to VMStateDescriptionMark Cave-Ayland1-4/+36
2016-01-30macio: add dma_active to VMStateDescriptionMark Cave-Ayland1-1/+2
2016-01-30macio: use the existing IDEDMA aiocb to hold the active DMA aiocbMark Cave-Ayland2-9/+12
2016-01-30target-ppc: use cpu_write_xer() helper in cpu_post_loadMark Cave-Ayland1-1/+1