summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* target-i386: Use Common ShiftRows and InvShiftRows TablesTom Musta2014-06-161-19/+13
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-38/+19
* cpu/x86: correctly set errors in x86_cpu_parse_featurestrPaolo Bonzini2014-06-101-10/+7
* target-i386/translate.c: Remove unused tcg_gen_lshift()Peter Maydell2014-06-101-8/+0
* Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into stagingPeter Maydell2014-06-059-340/+242
|\
| * 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: introduce cpu_ldst.hPaolo Bonzini2014-06-056-20/+6
| * softmmu: commonize helper definitionsPaolo Bonzini2014-06-051-18/+0
* | Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell2014-06-059-55/+77
|\ \ | |/ |/|
| * kvm: Fix eax for cpuid leaf 0x40000000Jidong Xiao2014-06-041-1/+1
| * kvm: Enable -cpu option to hide KVMAlex Williamson2014-06-033-13/+17
| * 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-213-10/+29
| * target-i386: Fix vm86 mode regression introduced in fd460606fd6f.Kevin O'Connor2014-05-211-5/+6
* | tcg: Invert the inclusion of helper.hRichard Henderson2014-05-2811-16/+11
|/
* Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell2014-05-158-118/+134
|\
| * cpu: make CPU_INTERRUPT_RESET available on all targetsPaolo Bonzini2014-05-131-3/+4
| * target-i386: preserve FPU and MSR state on INITPaolo Bonzini2014-05-133-20/+35
| * target-i386: fix set of registers zeroed on resetPaolo Bonzini2014-05-132-7/+7
| * kvm: forward INIT signals coming from the chipsetPaolo Bonzini2014-05-133-11/+30
| * kvm: reset state from the CPU's reset methodPaolo Bonzini2014-05-133-2/+7
| * target-i386: the x86 CPL is stored in CS.selector - auto update hflags accord...Kevin O'Connor2014-05-133-32/+12
| * target-i386: set eflags prior to calling cpu_x86_load_seg_cache() in seg_help...Kevin O'Connor2014-05-131-19/+19
| * target-i386: set eflags and cr0 prior to calling cpu_x86_load_seg_cache() in ...Kevin O'Connor2014-05-131-17/+17
| * target-i386: set eflags prior to calling svm_load_seg_cache() in svm_helper.cKevin O'Connor2014-05-131-5/+2
| * target-i386: Remove unused data from local arrayStefan Weil2014-05-131-2/+1
* | target-i386: Preserve the Z bit for bt/bts/btr/btcRichard Henderson2014-05-121-9/+31
|/
* qom: Clean up fragile use of error_is_set() in set() methodsMarkus Armbruster2014-05-051-8/+16
* target-i386: reorder fields in cpu/msr_hyperv_hypercall subsectionPaolo Bonzini2014-04-051-1/+1
OpenPOWER on IntegriCloud