aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-05target-i386: raise page fault for reserved bits in large pagesPaolo Bonzini
2014-06-05target-i386: unify reserved bits and NX bit checkPaolo Bonzini
2014-06-05target-i386: simplify pte/vaddr calculationPaolo Bonzini
2014-06-05target-i386: raise page fault for reserved physical address bitsPaolo Bonzini
2014-06-05target-i386: test reserved PS bit on PML4EsPaolo Bonzini
2014-06-05target-i386: set correct error code for reserved bit accessPaolo Bonzini
2014-06-05target-i386: introduce support for 1 GB pagesPaolo Bonzini
2014-06-05target-i386: introduce do_check_protect labelPaolo Bonzini
2014-06-05target-i386: tweak handling of PG_NX_MASKPaolo Bonzini
2014-06-05target-i386: commonize checks for PAE and non-PAEPaolo Bonzini
2014-06-05target-i386: commonize checks for 4MB and 4KB pagesPaolo Bonzini
2014-06-05target-i386: commonize checks for 2MB and 4KB pagesPaolo Bonzini
2014-06-05target-i386: fix coding standards in x86_cpu_handle_mmu_faultPaolo Bonzini
2014-06-05target-i386: simplify SMAP handling in MMU_KSMAP_IDXPaolo Bonzini
2014-06-05target-i386: fix kernel accesses with SMAP and CPL = 3Paolo Bonzini
2014-06-05target-i386: move check_io helpers to seg_helper.cPaolo Bonzini
2014-06-05target-i386: rename KSMAP to KNOSMAPPaolo Bonzini
2014-06-05softmmu: move all load/store functions to cpu_ldst.hPaolo Bonzini
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini
2014-06-05target-arm: move arm_*_code to a separate filePaolo Bonzini
2014-06-05softmmu: move softmmu_template.h out of include/Paolo Bonzini
2014-06-05softmmu: commonize helper definitionsPaolo Bonzini
2014-06-05softmmu: move ALIGNED_ONLY to cpu.hPaolo Bonzini
2014-06-05softmmu: make do_unaligned_access a method of CPUPaolo Bonzini
2014-06-05softmmu: move definition of CPU_MMU_INDEX to inclusion site, drop ACCESS_TYPEPaolo Bonzini
2014-06-05softmmu: move MMUSUFFIX under SOFTMMU_CODE_ACCESSPaolo Bonzini
2014-06-05softmmu: start introducing SOFTMMU_CODE_ACCESS in softmmu_header.hPaolo Bonzini
2014-06-05hw: use ld_p/st_p instead of ld_raw/st_rawPaolo Bonzini
2014-06-05nseries: clean up coding stylePaolo Bonzini
2014-06-05cputlb: Fix regression with TCG interpreter (bug 1310324)Stefan Weil
2014-06-04TCG: Fix tcg_gen_extr_i64_tl for 32bitAlexander Graf
2014-06-04tcg: Remove TCG_TARGET_HAS_new_ldstRichard Henderson
2014-06-04tci: Convert to new ldst opcodesRichard Henderson
2014-06-04tcg-i386: Fix win64 qemu storeRichard Henderson
2014-06-04qemu-img: Document check exit codesMax Reitz
2014-06-04block: fix wrong order in live block migration setupchai wen
2014-06-04blockdev: acquire AioContext in block_set_io_throttleStefan Hajnoczi
2014-06-04throttle: add detach/attach test caseStefan Hajnoczi
2014-06-04throttle: add throttle_detach/attach_aio_context()Stefan Hajnoczi
2014-06-04dataplane: Support VIRTIO_BLK_T_SCSI_CMDFam Zheng
2014-06-04virtio-blk: Factor out virtio_blk_handle_scsi_req from virtio_blk_handle_scsiFam Zheng
2014-06-04virtio-blk: Allow config-wce in dataplaneFam Zheng
2014-06-04block: Move declaration of bdrv_get_aio_context to block.hFam Zheng
2014-06-04raw-posix: drop raw_get_aio_fd() since it is no longer usedStefan Hajnoczi
2014-06-04dataplane: implement async flushStefan Hajnoczi
2014-06-04dataplane: delete IOQueue since it is no longer usedStefan Hajnoczi
2014-06-04dataplane: use the QEMU block layer for I/OStefan Hajnoczi
2014-06-04vmdk: implement .bdrv_detach/attach_aio_context()Stefan Hajnoczi
2014-06-04ssh: use BlockDriverState's AioContextStefan Hajnoczi
2014-06-04sheepdog: implement .bdrv_detach/attach_aio_context()Stefan Hajnoczi