Messages in this thread |  | | From | linmiaohe <> | Subject | Re: [PATCH v3 1/3] selftests: KVM: Replace get_gdt/idt_base() by get_gdt/idt() | Date | Wed, 5 Feb 2020 01:41:19 +0000 |
| |
Eric Auger <eric.auger@redhat.com> writes: > get_gdt_base() and get_idt_base() only return the base address of the descriptor tables. Soon we will need to get the size as well. > Change the prototype of those functions so that they return the whole desc_ptr struct instead of the address field. > > Signed-off-by: Eric Auger <eric.auger@redhat.com>
Looks good for me. Thanks. Reviewed-by: Miaohe Lin <linmiaohe@huawei.com >
|  |