mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-08 20:29:40 +00:00
HV: add main vcpu API comments for document
This patch adds comments to the main public functions of vCPU in the hypervisor. The comments are in doxygen-style for document generation. Tracked-On: #1595 Signed-off-by: Minggui Cao <minggui.cao@intel.com>
This commit is contained in:
committed by
David Kinder
parent
277c9330a2
commit
c885011457
@@ -280,6 +280,9 @@ struct acrn_descriptor_ptr {
|
||||
uint16_t reserved[3]; /* align struct size to 64bit */
|
||||
} __attribute__((packed));
|
||||
|
||||
/**
|
||||
* @brief registers info for vcpu.
|
||||
*/
|
||||
struct acrn_vcpu_regs {
|
||||
struct acrn_gp_regs gprs;
|
||||
struct acrn_descriptor_ptr gdt;
|
||||
|
Reference in New Issue
Block a user