125755 Commits (238449947d54e321133385d7bbe8e98916aa4147)
 

Author SHA1 Message Date
Zide Chen e105745d20 i386/cpu: Add APX migration support 4 months ago
Zhao Liu 103b49bc64 i386/monitor: Support EGPRs in hmp_print 4 months ago
Zhao Liu 1d5d97583d i386/cpu-dump: Dump entended GPRs for APX supported guest 4 months ago
Zhao Liu f46e5073a8 i386/gdbstub: Add APX support for gdbstub 4 months ago
Zide Chen 1b1cf88937 i386/cpu: Cache EGPRs in CPUX86State 4 months ago
Zhao Liu bb9f99e9ba i386/machine: Use VMSTATE_UINTTL_SUB_ARRAY for vmstate of CPUX86State.regs 4 months ago
Zide Chen 91bc4d8107 i386/cpu: Add APX EGPRs into xsave area 4 months ago
Chenyi Qiang 12ef9d4ed3 i386/tdx: Add CET SHSTK/IBT into the supported CPUID by XFAM 4 months ago
Zhao Liu 133e89cca3 i386/tdx: Fix missing spaces in tdx_xfam_deps[] 4 months ago
Zhao Liu 5cb89cad7f i386/cpu: Enable cet-ss & cet-ibt for supported CPU models 4 months ago
Yang Weijiang 2f25476ae7 i386/cpu: Advertise CET related flags in feature words 4 months ago
Zhao Liu 54db912495 i386/cpu: Mark cet-u & cet-s xstates as migratable 4 months ago
Yang Weijiang 93608c99bd i386/machine: Add vmstate for cet-shstk and cet-ibt 4 months ago
Xin Li (Intel) a5b163fa22 i386/cpu: Migrate MSR_IA32_PL0_SSP for FRED and CET-SHSTK 4 months ago
Yang Weijiang b775eff300 i386/kvm: Add save/restore support for KVM_REG_GUEST_SSP 4 months ago
Yang Weijiang b6f85c5e45 i386/kvm: Add save/restore support for CET MSRs 4 months ago
Xin Li (Intel) 0fa1025904 i386/cpu: Save/restore SSP0 MSR for FRED 4 months ago
Zhao Liu ad88fb1bd5 i386/cpu: Add CET support in CR4 4 months ago
Yang Weijiang e46dcef1d0 i386/cpu: Enable xsave support for CET states 4 months ago
Zhao Liu 54fed32ec1 i386/cpu: Add missing migratable xsave features 4 months ago
Chao Gao 95a945c61d i386/cpu: Fix supervisor xstate initialization 4 months ago
Zhao Liu 6f2f0f76d0 i386/cpu: Drop pmu check in CPUID 0x1C encoding 4 months ago
Zhao Liu 7fa4830317 i386/cpu: Reorganize dependency check for arch lbr state 4 months ago
Zhao Liu d88caf0954 i386/cpu: Use x86_ext_save_areas[] for CPUID.0XD subleaves 4 months ago
Zhao Liu 9a15846f56 i386/cpu: Add avx10 dependency for Opmask/ZMM_Hi256/Hi16_ZMM 4 months ago
Zhao Liu bf9a8bdbc1 i386/cpu: Make ExtSaveArea store an array of dependencies 4 months ago
Zhao Liu d625b216a6 i386/cpu: Reorganize arch lbr structure definitions 4 months ago
Zhao Liu 44d536df3f i386/cpu: Clean up arch lbr xsave struct and comment 4 months ago
Zhao Liu d14e7ab950 i386/cpu: Clean up indent style of x86_ext_save_areas[] 4 months ago
Dr. David Alan Gilbert 806108519c qemu-options.hx: Document -M as -machine alias 4 months ago
Paolo Bonzini 3d508e096b tracetool: add Rust DTrace/SystemTap SDT support 5 months ago
Stefan Hajnoczi cd9fe9265c subprojects: add probe crate 5 months ago
Paolo Bonzini 4536693a72 rust/hpet: change wrap_flag to a bool 4 months ago
Zhao Liu 0448840adb rust/hpet: Apply Migratable<> wrapper and ToMigrationState 5 months ago
Paolo Bonzini 9947bf9351 rust: migration: implement ToMigrationState for Timer 5 months ago
Paolo Bonzini 709beed426 rust: timer: add bindings to timer_mod_ns and timer_expire_time_ns 5 months ago
Paolo Bonzini 6660b5a1a8 rust/hpet: move hpet_offset to HPETRegisters 4 months ago
Paolo Bonzini 56dbc824a2 rust/hpet: remove BqlRefCell around HPETTimer 4 months ago
Paolo Bonzini ef43216317 rust/hpet: move hidden registers to HPETTimerRegisters 4 months ago
Zhao Liu aef4e4637d rust/hpet: Borrow BqlRefCell<HPETRegisters> at top level 4 months ago
Zhao Liu 4e6223c727 rust/hpet: Maintain HPETTimerRegisters in HPETRegisters 4 months ago
Zhao Liu d25964880f rust/hpet: Pass &BqlRefCell<HPETRegisters> as argument during MMIO access 5 months ago
Zhao Liu b7d1deefc3 rust/hpet: Explicitly initialize complex fields in init() 5 months ago
Zhao Liu e3b5a1190a rust/hpet: Borrow HPETState.regs once in HPETState::post_load() 5 months ago
Zhao Liu 2abee243d6 rust/hpet: Make global register accessors as methods of HPETRegisters 5 months ago
Zhao Liu 8375fbaf48 rust/hpet: Abstract HPETRegisters struct 5 months ago
Zhao Liu 9259f47dc9 rust/hpet: Make timer register accessors as methods of HPETTimerRegisters 5 months ago
Zhao Liu 349b931e61 rust/hpet: Abstract HPETTimerRegisters struct 5 months ago
Zhao Liu 335395270f rust/hpet: Rename decoded "reg" enumeration to "target" 5 months ago
Zhao Liu 4a104f9451 rust/hpet: Rename HPETRegister to DecodedRegister 5 months ago