For now, I want to do a test to make sure that what does VT-d protect, the kernel or the memory? So, I need some tools and suggestions. Does someone have ideas? Thanks a lot!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
VT-d is an IOMMU. It allows the bus interconnect to remap the “address space” of I/O devices. The big use case is mapping hardware devices into the I/O space of a virtual guest machine (i.e. one implemented using VT-x) such that the hardware accesses cannot “see” any memory owned by the host OS. In that sense it protects the the “kernel and the memory”. Beyond that you’ll need to ask a more specific question.