User Details
- User Since
- Jun 21 2022, 7:17 PM (161 w, 3 d)
Yesterday
Wed, Jul 23
Use calloc
Fix incorrect compare
Expose op_type
Tue, Jul 22
Mon, Jul 21
Fix comment
Refactor emulate inst and add OUTS instruction decode support
Formatting
Remove unnecessary malloc and reorder man page
Sun, Jul 20
I will do all modification after my mentors (LiWen and markj) comments together.
Sat, Jul 19
I try to make it works on my AMD 7000 series Framework laptop. However, it seems that this laptop has neither this table nor the original properties table.
Fix indents
Print information of the efi_memory_descriptor
Thanks! I will do some format check before I add my mentor. BTW, should we print efi_memory_descriptor in efitable.c? I am not sure what is the original purpose of the properties table even after reviewing the commit message and log.
Fri, Jul 18
Thu, Jul 17
Fixes kernel panic
Wed, Jul 16
Tue, Jul 15
Fixes segmentation override
Using vmm_decode_instruction
You are right, the string can be with rep prefix. At the same time, I think we can decode the prefix only because all of other informations is contained inside the vmexit info.
Fix false return after drunk too much
I have tested on the tethering network and shows no problem. Also, your patch is definitely better. Thus, I close the patch.
Minor updates
Minor fixes
Minor fixes
Modify commit msg
Can this patch be MFCed to 14? If not, it will makes all hot-plug detection unable to work.
Sat, Jul 12
Tested on AMD Opteron(tm) Processor 6136.
formatting
Minor fixes
LGTM. I am thinking of modify the code to match all devices directly like class == SERIAL && subclass == USB since it makes sense. However, it is unrelated to this patch, please go ahead.
Fri, Jul 11
Fix version tag
Move comment
use KASSERT
Thu, Jul 10
Wed, Jul 9
Add missing parentheses in return
Move the initialization of the options to allow override by the set_option
Fix author name.
One thing is that https://reviews.freebsd.org/D50359 is needed to compile. I think it is MFCed to 14 but may needs to wait another release?
Tue, Jul 8
Fix whitespace
Minor fixes