summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-05qdev: Add test of qdev_prop_check_globalDon Slutz1-0/+4
2014-06-05qdev: Display warning about unused -globalDon Slutz5-0/+45
2014-06-05target-i386: cleanup x86_cpu_get_phys_page_debugPaolo Bonzini1-18/+17
2014-06-05target-i386: fix protection bits in the TLB for SMEPPaolo Bonzini1-1/+3
2014-06-05target-i386: support long addresses for 4MB pages (PSE-36)Paolo Bonzini2-5/+10
2014-06-05target-i386: raise page fault for reserved bits in large pagesPaolo Bonzini2-0/+3
2014-06-05target-i386: unify reserved bits and NX bit checkPaolo Bonzini1-12/+4
2014-06-05target-i386: simplify pte/vaddr calculationPaolo Bonzini1-8/+7
2014-06-05target-i386: raise page fault for reserved physical address bitsPaolo Bonzini2-12/+32
2014-06-05target-i386: test reserved PS bit on PML4EsPaolo Bonzini1-0/+3
2014-06-05target-i386: set correct error code for reserved bit accessPaolo Bonzini1-17/+9
2014-06-05target-i386: introduce support for 1 GB pagesPaolo Bonzini2-3/+8
2014-06-05target-i386: introduce do_check_protect labelPaolo Bonzini1-36/+38
2014-06-05target-i386: tweak handling of PG_NX_MASKPaolo Bonzini1-4/+4
2014-06-05target-i386: commonize checks for PAE and non-PAEPaolo Bonzini1-79/+41
2014-06-05target-i386: commonize checks for 4MB and 4KB pagesPaolo Bonzini1-77/+41
2014-06-05target-i386: commonize checks for 2MB and 4KB pagesPaolo Bonzini1-83/+44
2014-06-05target-i386: fix coding standards in x86_cpu_handle_mmu_faultPaolo Bonzini1-5/+9
2014-06-05target-i386: simplify SMAP handling in MMU_KSMAP_IDXPaolo Bonzini2-9/+5
2014-06-05target-i386: fix kernel accesses with SMAP and CPL = 3Paolo Bonzini3-8/+33
2014-06-05target-i386: move check_io helpers to seg_helper.cPaolo Bonzini2-42/+42
2014-06-05target-i386: rename KSMAP to KNOSMAPPaolo Bonzini2-7/+7
2014-06-05softmmu: move all load/store functions to cpu_ldst.hPaolo Bonzini6-376/+368
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini50-60/+84
2014-06-05target-arm: move arm_*_code to a separate filePaolo Bonzini5-22/+50
2014-06-05softmmu: move softmmu_template.h out of include/Paolo Bonzini2-8/+8
2014-06-05softmmu: commonize helper definitionsPaolo Bonzini18-220/+19
2014-06-05softmmu: move ALIGNED_ONLY to cpu.hPaolo Bonzini8-4/+5
2014-06-05softmmu: make do_unaligned_access a method of CPUPaolo Bonzini14-37/+63
2014-06-05softmmu: move definition of CPU_MMU_INDEX to inclusion site, drop ACCESS_TYPEPaolo Bonzini3-27/+16
2014-06-05softmmu: move MMUSUFFIX under SOFTMMU_CODE_ACCESSPaolo Bonzini1-9/+2
2014-06-05softmmu: start introducing SOFTMMU_CODE_ACCESS in softmmu_header.hPaolo Bonzini2-5/+5
2014-06-05hw: use ld_p/st_p instead of ld_raw/st_rawPaolo Bonzini10-253/+253
2014-06-05nseries: clean up coding stylePaolo Bonzini1-127/+145
2014-06-05cputlb: Fix regression with TCG interpreter (bug 1310324)Stefan Weil1-2/+4
2014-06-04TCG: Fix tcg_gen_extr_i64_tl for 32bitAlexander Graf1-1/+1
2014-06-04tcg: Remove TCG_TARGET_HAS_new_ldstRichard Henderson13-234/+28
2014-06-04tci: Convert to new ldst opcodesRichard Henderson3-193/+207
2014-06-04tcg-i386: Fix win64 qemu storeRichard Henderson1-1/+2
2014-06-04qemu-img: Document check exit codesMax Reitz2-4/+28
2014-06-04block: fix wrong order in live block migration setupchai wen1-2/+1
2014-06-04blockdev: acquire AioContext in block_set_io_throttleStefan Hajnoczi1-0/+6
2014-06-04throttle: add detach/attach test caseStefan Hajnoczi1-0/+24
2014-06-04throttle: add throttle_detach/attach_aio_context()Stefan Hajnoczi4-9/+60
2014-06-04dataplane: Support VIRTIO_BLK_T_SCSI_CMDFam Zheng1-8/+10
2014-06-04virtio-blk: Factor out virtio_blk_handle_scsi_req from virtio_blk_handle_scsiFam Zheng2-34/+44
2014-06-04virtio-blk: Allow config-wce in dataplaneFam Zheng2-7/+7
2014-06-04block: Move declaration of bdrv_get_aio_context to block.hFam Zheng2-7/+7
2014-06-04raw-posix: drop raw_get_aio_fd() since it is no longer usedStefan Hajnoczi2-43/+0
2014-06-04dataplane: implement async flushStefan Hajnoczi1-16/+27