mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-22 05:30:24 +00:00
HV: rename acrn_register to acpi_generic_address
The name of acrn_register is too generic, rename to acpi_generic_address which is more common. Signed-off-by: Victor Sun <victor.sun@intel.com> Acked-by: Kevin Tian <kevin.tian@intel.com>
This commit is contained in:
parent
dfcf4f30a0
commit
beb24f893c
@ -301,7 +301,7 @@ struct acrn_vm_pci_msix_remap {
|
||||
#define SPACE_PLATFORM_COMM 10
|
||||
#define SPACE_FFixedHW 0x7F
|
||||
|
||||
struct acrn_register {
|
||||
struct acpi_generic_address {
|
||||
uint8_t space_id;
|
||||
uint8_t bit_width;
|
||||
uint8_t bit_offset;
|
||||
@ -310,7 +310,7 @@ struct acrn_register {
|
||||
} __attribute__((aligned(8)));
|
||||
|
||||
struct cpu_cx_data {
|
||||
struct acrn_register cx_reg;
|
||||
struct acpi_generic_address cx_reg;
|
||||
uint8_t type;
|
||||
uint32_t latency;
|
||||
uint64_t power;
|
||||
|
Loading…
Reference in New Issue
Block a user