|
[PATCH] microcode: Enable microcode update from SOS.
Can we bypass the uCode update process for VM0? Why we need to intercept? Thx Eddie
Can we bypass the uCode update process for VM0? Why we need to intercept? Thx Eddie
|
By
Eddie Dong
· #2
·
|
|
[PATCH] microcode: Enable microcode update from SOS.
That is stranger... We use identical mapping for VM0, right? Anyway, it is ok to leave as it is. BTW, why: It clears bit 63. The rest is fine to me. Thx Eddie
That is stranger... We use identical mapping for VM0, right? Anyway, it is ok to leave as it is. BTW, why: It clears bit 63. The rest is fine to me. Thx Eddie
|
By
Eddie Dong
· #4
·
|
|
[PATCH] microcode: Enable microcode update from SOS.
Not sure if clear bit 63 is an architectural requirement or not. + Kevin.
Not sure if clear bit 63 is an architectural requirement or not. + Kevin.
|
By
Eddie Dong
· #6
·
|
|
[PATCH] microcode: Enable microcode update from SOS.
BTW, when upload the uCode, should we check the guest uCode version with physical uCode version before doing real uCode upload? This can save time, and helps the real time behavior..
BTW, when upload the uCode, should we check the guest uCode version with physical uCode version before doing real uCode upload? This can save time, and helps the real time behavior..
|
By
Eddie Dong
· #7
·
|
|
[PATCH] microcode: Enable microcode update from SOS.
OK
By
Eddie Dong
· #10
·
|
|
[PATCH v2] microcode: Enable microcode update from SOS.
Acked by <Eddie.dong@...> Leave to Anthony...
Acked by <Eddie.dong@...> Leave to Anthony...
|
By
Eddie Dong
· #20
·
|
|
[PATCH 1/2] Add CHECK and CHECK_RET macro
Hi Like: I felt we have so many error check code now, and it becomes a little over-complicated. May be we can do: 1) Add dump_context in ASSERT. But no need to introduce another one (CHECK) 2) We need
Hi Like: I felt we have so many error check code now, and it becomes a little over-complicated. May be we can do: 1) Add dump_context in ASSERT. But no need to introduce another one (CHECK) 2) We need
|
By
Eddie Dong
· #22
·
|
|
[PATCH v2] microcode: Enable microcode update from SOS.
SOS will have all CPUS at boot time, so this is not a problem. Enabling uCode update is good to me. BIOS update could be, but OS update is also useful. The only issue to me is that why we cannot rely
SOS will have all CPUS at boot time, so this is not a problem. Enabling uCode update is good to me. BIOS update could be, but OS update is also useful. The only issue to me is that why we cannot rely
|
By
Eddie Dong
· #23
·
|
|
[PATCH v2] microcode: Enable microcode update from SOS.
BTW, we are generating a VM environment, with no assumption of what SOS it may be. For native usage, Intel CPU provides the capability for OSes to update uCode, we are going to support too. Thx Eddie
BTW, we are generating a VM environment, with no assumption of what SOS it may be. For native usage, Intel CPU provides the capability for OSes to update uCode, we are going to support too. Thx Eddie
|
By
Eddie Dong
· #25
·
|
|
[PATCH v2] microcode: Enable microcode update from SOS.
Make sence..
By
Eddie Dong
· #26
·
|
|
[PATCH v2] microcode: Enable microcode update from SOS.
OK, that explains... It is an VMX limitation... Thanks! Eddie
OK, that explains... It is an VMX limitation... Thanks! Eddie
|
By
Eddie Dong
· #28
·
|
|
[PATCH v2] microcode: Enable microcode update from SOS.
I think we want to let SOS own all the PCPU at boot time, and then offline the cores not necessary... Thx Eddie
I think we want to let SOS own all the PCPU at boot time, and then offline the cores not necessary... Thx Eddie
|
By
Eddie Dong
· #38
·
|
|
[PATCH v2] microcode: Enable microcode update from SOS.
This is fine. The SOS knows the cores are offlined already, so the user should not trigger update at that point.
This is fine. The SOS knows the cores are offlined already, so the user should not trigger update at that point.
|
By
Eddie Dong
· #40
·
|
|
[PATCH ] add invalidate TLB after update MMU entry
What is the purpose of rename mmu_invept to invalidate_ept? BTW, one the major concept is that: when we remove an mapping or change a mapping (no matter HV host MMU mapping or EPT mapping), we should
What is the purpose of rename mmu_invept to invalidate_ept? BTW, one the major concept is that: when we remove an mapping or change a mapping (no matter HV host MMU mapping or EPT mapping), we should
|
By
Eddie Dong
· #66
·
|
|
[PATCH:ptdev] ptdev: fix bug when update ptdev entry
OK, if we position it as an temp solution, I am fine. Please prepare a PR.
OK, if we position it as an temp solution, I am fine. Please prepare a PR.
|
By
Eddie Dong
· #67
·
|
|
[PATCH v3] hv: microcode: Enable microcode update from SOS.
Acked. Please submit a PR or update it..
Acked. Please submit a PR or update it..
|
By
Eddie Dong
· #68
·
|
|
[PATCH] to support firmware & ramdisk as multiboot mods
Please update the PR then...
Please update the PR then...
|
By
Eddie Dong
· #83
·
|
|
[PATCH:uefi<updated commit msg>] uefi: init vlapic according to native lapic
This is a kind of current solution, which is dirty. I am not sure if we still need to keep it. Can we remove it? Anyway it won't work smoothly, we prefer to see an obvious Failure rather than a possib
This is a kind of current solution, which is dirty. I am not sure if we still need to keep it. Can we remove it? Anyway it won't work smoothly, we prefer to see an obvious Failure rather than a possib
|
By
Eddie Dong
· #95
·
|
|
[PATCH] multiboot.c: change the sos kernel load address
I can merge this patch for now, but this solution is temporary only. We need to find a way following the convention of EFI boot flow/address location etc... Move this to platform specific header files
I can merge this patch for now, but this solution is temporary only. We need to find a way following the convention of EFI boot flow/address location etc... Move this to platform specific header files
|
By
Eddie Dong
· #97
·
|
|
[PATCH] vm load: fix bug in loading kernel
Please run check patch for style issues.
Please run check patch for style issues.
|
By
Eddie Dong
· #99
·
|