summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into stagingPeter Maydell2014-06-0585-1332/+1138
|\
| * target-i386: cleanup x86_cpu_get_phys_page_debugPaolo Bonzini2014-06-051-18/+17
| * target-i386: fix protection bits in the TLB for SMEPPaolo Bonzini2014-06-051-1/+3
| * target-i386: support long addresses for 4MB pages (PSE-36)Paolo Bonzini2014-06-052-5/+10
| * target-i386: raise page fault for reserved bits in large pagesPaolo Bonzini2014-06-052-0/+3
| * target-i386: unify reserved bits and NX bit checkPaolo Bonzini2014-06-051-12/+4
| * target-i386: simplify pte/vaddr calculationPaolo Bonzini2014-06-051-8/+7
| * target-i386: raise page fault for reserved physical address bitsPaolo Bonzini2014-06-052-12/+32
| * target-i386: test reserved PS bit on PML4EsPaolo Bonzini2014-06-051-0/+3
| * target-i386: set correct error code for reserved bit accessPaolo Bonzini2014-06-051-17/+9
| * target-i386: introduce support for 1 GB pagesPaolo Bonzini2014-06-052-3/+8
| * target-i386: introduce do_check_protect labelPaolo Bonzini2014-06-051-36/+38
| * target-i386: tweak handling of PG_NX_MASKPaolo Bonzini2014-06-051-4/+4
| * target-i386: commonize checks for PAE and non-PAEPaolo Bonzini2014-06-051-79/+41
| * target-i386: commonize checks for 4MB and 4KB pagesPaolo Bonzini2014-06-051-77/+41
| * target-i386: commonize checks for 2MB and 4KB pagesPaolo Bonzini2014-06-051-83/+44
| * target-i386: fix coding standards in x86_cpu_handle_mmu_faultPaolo Bonzini2014-06-051-5/+9
| * target-i386: simplify SMAP handling in MMU_KSMAP_IDXPaolo Bonzini2014-06-052-9/+5
| * target-i386: fix kernel accesses with SMAP and CPL = 3Paolo Bonzini2014-06-053-8/+33
| * target-i386: move check_io helpers to seg_helper.cPaolo Bonzini2014-06-052-42/+42
| * target-i386: rename KSMAP to KNOSMAPPaolo Bonzini2014-06-052-7/+7
| * softmmu: move all load/store functions to cpu_ldst.hPaolo Bonzini2014-06-056-376/+368
| * softmmu: introduce cpu_ldst.hPaolo Bonzini2014-06-0550-60/+84
| * target-arm: move arm_*_code to a separate filePaolo Bonzini2014-06-055-22/+50
| * softmmu: move softmmu_template.h out of include/Paolo Bonzini2014-06-052-8/+8
| * softmmu: commonize helper definitionsPaolo Bonzini2014-06-0518-220/+19
| * softmmu: move ALIGNED_ONLY to cpu.hPaolo Bonzini2014-06-058-4/+5
| * softmmu: make do_unaligned_access a method of CPUPaolo Bonzini2014-06-0514-37/+63
| * softmmu: move definition of CPU_MMU_INDEX to inclusion site, drop ACCESS_TYPEPaolo Bonzini2014-06-053-27/+16
| * softmmu: move MMUSUFFIX under SOFTMMU_CODE_ACCESSPaolo Bonzini2014-06-051-9/+2
| * softmmu: start introducing SOFTMMU_CODE_ACCESS in softmmu_header.hPaolo Bonzini2014-06-052-5/+5
| * hw: use ld_p/st_p instead of ld_raw/st_rawPaolo Bonzini2014-06-0510-253/+253
| * nseries: clean up coding stylePaolo Bonzini2014-06-051-127/+145
| * cputlb: Fix regression with TCG interpreter (bug 1310324)Stefan Weil2014-06-051-2/+4
* | Merge remote-tracking branch 'remotes/rth/tcg-next' into stagingPeter Maydell2014-06-0517-428/+237
|\ \
| * | TCG: Fix tcg_gen_extr_i64_tl for 32bitAlexander Graf2014-06-041-1/+1
| * | tcg: Remove TCG_TARGET_HAS_new_ldstRichard Henderson2014-06-0413-234/+28
| * | tci: Convert to new ldst opcodesRichard Henderson2014-06-043-193/+207
| * | tcg-i386: Fix win64 qemu storeRichard Henderson2014-06-041-1/+2
| |/
* | Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell2014-06-0514-77/+175
|\ \
| * | kvm: Fix eax for cpuid leaf 0x40000000Jidong Xiao2014-06-041-1/+1
| * | kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calculationMarcelo Tosatti2014-06-031-0/+4
| * | kvm: Enable -cpu option to hide KVMAlex Williamson2014-06-033-13/+17
| * | kvm: Ensure negative return value on kvm_init() error handling pathEduardo Habkost2014-05-301-1/+3
| * | target-i386: set CC_OP to CC_OP_EFLAGS in cpu_load_eflagsPaolo Bonzini2014-05-214-7/+4
| * | target-i386: get CPL from SS.DPLPaolo Bonzini2014-05-213-6/+12
| * | target-i386: rework CPL checks during task switch, preparing for next patchPaolo Bonzini2014-05-211-14/+9
| * | target-i386: fix segment flags for SMM and VM86 modePaolo Bonzini2014-05-215-12/+31
| * | target-i386: Fix vm86 mode regression introduced in fd460606fd6f.Kevin O'Connor2014-05-211-5/+6
| * | kvm_stat: allow choosing between tracepoints and old statsPaolo Bonzini2014-05-211-19/+41
OpenPOWER on IntegriCloud