mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-22 21:47:22 +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
3b6fe5782d
commit
c53a04f56c
@ -301,7 +301,7 @@ struct acrn_vm_pci_msix_remap {
|
|||||||
#define SPACE_PLATFORM_COMM 10
|
#define SPACE_PLATFORM_COMM 10
|
||||||
#define SPACE_FFixedHW 0x7F
|
#define SPACE_FFixedHW 0x7F
|
||||||
|
|
||||||
struct acrn_register {
|
struct acpi_generic_address {
|
||||||
uint8_t space_id;
|
uint8_t space_id;
|
||||||
uint8_t bit_width;
|
uint8_t bit_width;
|
||||||
uint8_t bit_offset;
|
uint8_t bit_offset;
|
||||||
@ -310,7 +310,7 @@ struct acrn_register {
|
|||||||
} __attribute__((aligned(8)));
|
} __attribute__((aligned(8)));
|
||||||
|
|
||||||
struct cpu_cx_data {
|
struct cpu_cx_data {
|
||||||
struct acrn_register cx_reg;
|
struct acpi_generic_address cx_reg;
|
||||||
uint8_t type;
|
uint8_t type;
|
||||||
uint32_t latency;
|
uint32_t latency;
|
||||||
uint64_t power;
|
uint64_t power;
|
||||||
|
Loading…
Reference in New Issue
Block a user