User Details
User Details
- User Since
- Aug 19 2024, 4:18 PM (7 w, 3 d)
Mon, Sep 23
Mon, Sep 23
rosenfeld_grumpf.hope-2000.org updated the diff for D46562: bhyve: don't crash when guest writes TPM int_enable register.
Updated commit message.
Thu, Sep 19
Thu, Sep 19
rosenfeld_grumpf.hope-2000.org added a comment to D46562: bhyve: don't crash when guest writes TPM int_enable register.
Do I need a more elaborate commit message here, too?
rosenfeld_grumpf.hope-2000.org added a comment to D46564: bhyve: TPM CRB: pass actual TPM request length to backend execute_cmd().
Sep 9 2024
Sep 9 2024
rosenfeld_grumpf.hope-2000.org added a comment to D46559: reboot: powering off and rebooting at the same time doesn't make sense.
"-cp" is already illegal, see the check on line 303 and 304, so nothing changes in that regard. Also, "-r cannot be used with -c, -d, -n, or -p" already. I also see no "-h" option, so no "-ch" either, or am I missing anything here?
rosenfeld_grumpf.hope-2000.org updated the diff for D46564: bhyve: TPM CRB: pass actual TPM request length to backend execute_cmd().
Add more elaborate commit message. Remove the extra empty line.
rosenfeld_grumpf.hope-2000.org added inline comments to D46562: bhyve: don't crash when guest writes TPM int_enable register.
Sep 6 2024
Sep 6 2024
rosenfeld_grumpf.hope-2000.org updated the diff for D46373: bhyve: TPM 2.0 emulation with swtpm.
Fix manpage as suggested by Corvin.
No longer get the cmd length from the request header as the CRB emulation should pass the correct length instead.
rosenfeld_grumpf.hope-2000.org added a comment to D46562: bhyve: don't crash when guest writes TPM int_enable register.
Even FreeBSD's own TPM driver writes the INT_ENABLE register during attach, writing 0 to make sure interrupts are off. bhyve really shouldn't crash the VM when that happens.
Aug 21 2024
Aug 21 2024
rosenfeld_grumpf.hope-2000.org added inline comments to D46373: bhyve: TPM 2.0 emulation with swtpm.
rosenfeld_grumpf.hope-2000.org updated the diff for D46373: bhyve: TPM 2.0 emulation with swtpm.
Document the swtpm backend in bhyve.8 and bhyve_config.5.
Aug 20 2024
Aug 20 2024
rosenfeld_grumpf.hope-2000.org added inline comments to D46373: bhyve: TPM 2.0 emulation with swtpm.
rosenfeld_grumpf.hope-2000.org updated the summary of D46373: bhyve: TPM 2.0 emulation with swtpm.