aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
2024-02-28target/i386: leave the A20 bit set in the final NPT walkPaolo Bonzini
2024-02-28target/i386: remove unnecessary/wrong application of the A20 maskPaolo Bonzini
2024-02-28target/i386: Fix physical address truncationPaolo Bonzini
2024-02-28target/i386: check validity of VMCB addressesPaolo Bonzini
2024-02-28target/i386: mask high bits of CR3 in 32-bit modePaolo Bonzini
2024-02-20target/i386: Generate an illegal opcode exception on cmp instructions with lo...Ziqiao Kong
2024-02-20i386/cpuid: Move leaf 7 to correct groupXiaoyao Li
2024-02-20i386/cpuid: Decrease cpuid_i when skipping CPUID leaf 1FXiaoyao Li
2024-02-20i386/cpu: Mask with XCR0/XSS mask for FEAT_XSAVE_XCR0_HI and FEAT_XSAVE_XSS_H...Xiaoyao Li
2024-02-20i386/cpu: Clear FEAT_XSAVE_XSS_LO/HI leafs when CPUID_EXT_XSAVE is not availableXiaoyao Li
2024-01-20target/i386: pcrel: store low bits of physical address in data[0]Paolo Bonzini
2024-01-20target/i386: fix incorrect EIP in PC-relative translation blocksguoguangyao
2024-01-20target/i386: Do not re-compute new pc with CF_PCRELRichard Henderson
2023-12-12target/i386: Fix 32-bit wrapping of pc/eip computationRichard Henderson
2023-12-06i386/sev: Avoid SEV-ES crash due to missing MSR_EFER_LMA bitMichael Roth
2023-11-17target/i386/cpu: Improve error message for property "vendor"Markus Armbruster
2023-11-08Merge tag 'misc-cpus-20231107' of https://github.com/philmd/qemu into stagingStefan Hajnoczi
2023-11-07hw/cpu: Update the comments of nr_cores and nr_diesZhao Liu
2023-11-07system/cpus: Fix CPUState.nr_cores' calculationZhuocheng Ding
2023-11-07target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé
2023-11-07target/i386/monitor: synchronize cpu state for lapic infoDongli Zhang
2023-11-07target/i386/kvm: Correct comment in kvm_cpu_realize()Philippe Mathieu-Daudé
2023-11-07target/i386/hvf: Rename 'X86CPU *x86_cpu' variable as 'cpu'Philippe Mathieu-Daudé
2023-11-07target/i386/hvf: Rename 'CPUState *cpu' variable as 'cs'Philippe Mathieu-Daudé
2023-11-07target/i386/hvf: Use CPUState typedefPhilippe Mathieu-Daudé
2023-11-07target/i386/hvf: Use env_archcpu() in simulate_[rdmsr/wrmsr]()Philippe Mathieu-Daudé
2023-11-07target/i386/hvf: Use x86_cpu in simulate_[rdmsr|wrmsr]()Philippe Mathieu-Daudé
2023-11-07target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'Philippe Mathieu-Daudé
2023-11-07target: Unify QOM stylePhilippe Mathieu-Daudé
2023-11-07hw/xen: add support for Xen primary console in emulated modeDavid Woodhouse
2023-11-07i386/xen: advertise XEN_HVM_CPUID_UPCALL_VECTOR in CPUIDDavid Woodhouse
2023-11-07i386/xen: Ignore VCPU_SSHOTTMR_future flag in set_singleshot_timer()David Woodhouse
2023-11-06hw/xen: select kernel mode for per-vCPU event channel upcall vectorDavid Woodhouse
2023-11-06i386/xen: fix per-vCPU upcall vector for Xen emulationDavid Woodhouse
2023-11-06i386/xen: Don't advertise XENFEAT_supervisor_mode_kernelDavid Woodhouse
2023-10-25kvm: i8254: require KVM_CAP_PIT2 and KVM_CAP_PIT_STATE2Paolo Bonzini
2023-10-25kvm: i386: require KVM_CAP_SET_IDENTITY_MAP_ADDRPaolo Bonzini
2023-10-25kvm: i386: require KVM_CAP_ADJUST_CLOCKPaolo Bonzini
2023-10-25kvm: i386: require KVM_CAP_MCEPaolo Bonzini
2023-10-25kvm: i386: require KVM_CAP_SET_VCPU_EVENTS and KVM_CAP_X86_ROBUST_SINGLESTEPPaolo Bonzini
2023-10-25kvm: i386: require KVM_CAP_XSAVEPaolo Bonzini
2023-10-25kvm: i386: require KVM_CAP_DEBUGREGSPaolo Bonzini
2023-10-25kvm: i386: move KVM_CAP_IRQ_ROUTING detection to kvm_arch_required_capabilitiesPaolo Bonzini
2023-10-25kvm: require KVM_CAP_SIGNAL_MSIPaolo Bonzini
2023-10-25target/i386: check CPUID_PAE to determine 36 bit processor address spaceAni Sinha
2023-10-25target/i386: validate VEX.W for AVX instructionsPaolo Bonzini
2023-10-25target/i386: group common checks in the decoding phasePaolo Bonzini
2023-10-25target/i386: implement SHA instructionsPaolo Bonzini
2023-10-22target/i386: Use tcg_gen_ext_tlRichard Henderson
2023-10-22target/i386: Use i128 for 128 and 256-bit loads and storesRichard Henderson