summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-05Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into stagingPeter Maydell85-1332/+1138
2014-06-05Merge remote-tracking branch 'remotes/rth/tcg-next' into stagingPeter Maydell17-428/+237
2014-06-05Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell14-77/+175
2014-06-05Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-10' into stagingPeter Maydell6-68/+176
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-04kvm: Fix eax for cpuid leaf 0x40000000Jidong Xiao1-1/+1
2014-06-04docs/multiseat.txt: add note about spiceGerd Hoffmann1-0/+8
2014-06-04docs/multiseat.txt: gtk joined the partyGerd Hoffmann1-3/+13
2014-06-04docs/multiseat.txt: use autoseatGerd Hoffmann1-23/+31
2014-06-04input/vnc: use kbd delays in press_keyGerd Hoffmann1-0/+2
2014-06-04input/curses: add kbd delay between keydown and keyup eventsGerd Hoffmann1-0/+10
2014-06-04input: use kbd delays for send_key monitor commandGerd Hoffmann1-39/+6
2014-06-04input: add support for kbd delaysGerd Hoffmann2-3/+106
2014-06-03kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calculationMarcelo Tosatti1-0/+4