aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-05cputlb: remove useless arguments to tlb_unprotect_code_phys, renamePaolo Bonzini3-5/+3
2015-06-05translate-all: remove unnecessary argument to tb_invalidate_phys_rangePaolo Bonzini4-9/+7
2015-06-05exec: move functions to translate-all.hPaolo Bonzini4-5/+11
2015-06-05exec: use memory_region_get_dirty_log_mask to optimize dirty trackingPaolo Bonzini1-40/+19
2015-06-05ram_addr: tweaks to xen_modified_memoryPaolo Bonzini2-2/+4
2015-06-05kvm: remove special handling of DIRTY_MEMORY_MIGRATION in the dirty log maskPaolo Bonzini1-54/+2
2015-06-05memory: include DIRTY_MEMORY_MIGRATION in the dirty log maskPaolo Bonzini1-2/+18
2015-06-05kvm: accept non-mapped memory in kvm_dirty_pages_log_changePaolo Bonzini1-5/+3
2015-06-05memory: track DIRTY_MEMORY_CODE in mr->dirty_log_maskPaolo Bonzini2-2/+6
2015-06-05ui/console: remove dpy_gfx_update_dirtyPaolo Bonzini2-65/+0
2015-06-05framebuffer: check memory_region_is_loggingPaolo Bonzini1-0/+4
2015-06-05memory: prepare for multiple bits in the dirty log maskPaolo Bonzini5-19/+44
2015-06-05memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini7-8/+27
2015-06-05display: add memory_region_sync_dirty_bitmap callsPaolo Bonzini4-0/+5
2015-06-05display: enable DIRTY_MEMORY_VGA tracking explicitlyPaolo Bonzini5-7/+17
2015-06-05g364fb: remove pointless call to memory_region_set_coalescingPaolo Bonzini1-1/+0
2015-06-05memory: the only dirty memory flag for users is DIRTY_MEMORY_VGAPaolo Bonzini2-2/+2
2015-06-05Makefile.target: set master BUILD_DIRPeter Crosthwaite1-0/+2
2015-06-05exec: optimize phys_page_set_levelPaolo Bonzini1-14/+10
2015-06-05qemu-nbd: Switch to qemu_set_fd_handlerFam Zheng1-4/+17
2015-06-05ppc: add helpful message when KVM fails to start VCPULaurent Vivier1-0/+8
2015-06-05Move parallel_hds_isa_init to hw/isa/isa-bus.cMiroslav Rezanina2-25/+26
2015-06-05Merge remote-tracking branch 'remotes/agraf/tags/signed-s390-for-upstream' in...Peter Maydell13-168/+597
2015-06-04macio: remove remainder_len DBDMA_io propertyMark Cave-Ayland2-14/+0
2015-06-04macio: update comment/constants to reflect the new codeMark Cave-Ayland1-33/+13
2015-06-04macio: switch pmac_dma_write() over to new offset/len implementationMark Cave-Ayland2-64/+55
2015-06-04macio: switch pmac_dma_read() over to new offset/len implementationMark Cave-Ayland1-62/+40
2015-06-05target-s390x: Only access allocated storage keysAlexander Graf1-1/+1
2015-06-05target-s390x: fix MVC instruction when areas overlapAurelien Jarno1-3/+4
2015-06-05target-s390x: use softmmu functions for mvcp/mvcsAurelien Jarno1-33/+20
2015-06-05target-s390x: support non current ASC in s390_cpu_handle_mmu_faultAurelien Jarno1-1/+1
2015-06-05target-s390x: add a cpu_mmu_idx_to_asc functionAurelien Jarno1-3/+22
2015-06-05target-s390x: implement high-word facilityAurelien Jarno2-0/+98
2015-06-05target-s390x: implement load-and-trap facilityAurelien Jarno2-9/+81
2015-06-05target-s390x: implement miscellaneous-instruction-extensions facilityAurelien Jarno2-0/+4
2015-06-05target-s390x: implement LPDFR and LNDFR instructionsAurelien Jarno1-0/+2
2015-06-05target-s390x: implement TRANSLATE EXTENDED instructionAurelien Jarno4-0/+51
2015-06-05target-s390x: implement TRANSLATE AND TEST instructionAurelien Jarno4-0/+37
2015-06-05target-s390x: implement LOAD FP INTEGER instructionsAurelien Jarno4-0/+63
2015-06-05target-s390x: move SET DFP ROUNDING MODE to the correct facilityAurelien Jarno1-1/+1
2015-06-05target-s390x: move STORE CLOCK FAST to the correct facilityAurelien Jarno1-1/+1
2015-06-05target-s390x: change CHRL and CGHRL format to RIL-bAurelien Jarno1-2/+2
2015-06-05target-s390x: fix CLGIT instructionAurelien Jarno1-1/+1
2015-06-05target-s390x: fix exception for invalid operation codeAurelien Jarno1-1/+1
2015-06-05target-s390x: implement LAY and LAEY instructionsAurelien Jarno2-0/+38
2015-06-05target-s390x: move a few instructions to the correct facilityAurelien Jarno1-4/+4
2015-06-05target-s390x: detect tininess before rounding for FP operationsAurelien Jarno1-0/+8
2015-06-05target-s390x: silence NaNs for LOAD LENGTHENED and LOAD ROUNDEDAurelien Jarno1-6/+6
2015-06-05target-s390x: define default NaN valuesAurelien Jarno1-2/+6
2015-06-05target-s390x: fix MMU index computationAurelien Jarno1-4/+11