125757 Commits (12e50722e444d8b69c93f90be3f555c9b2ffc699)
 

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