X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=hw%2Fpci_regs.h;h=e8840964aca135c023dd2780bd36703197ea936b;hb=befeac45d4d9afb587eca9a27d975db4a7950960;hp=63e8956868f3a33a683df3dbce19ece2e0d2f4e9;hpb=35f754620615138aaae0ef72602f84c88fd8de0f;p=mirror_qemu.git diff --git a/hw/pci_regs.h b/hw/pci_regs.h index 63e8956868..e8840964ac 100644 --- a/hw/pci_regs.h +++ b/hw/pci_regs.h @@ -223,7 +223,7 @@ #define PCI_PM_CAP_PME_CLOCK 0x0008 /* PME clock required */ #define PCI_PM_CAP_RESERVED 0x0010 /* Reserved field */ #define PCI_PM_CAP_DSI 0x0020 /* Device specific initialization */ -#define PCI_PM_CAP_AUX_POWER 0x01C0 /* Auxilliary power support mask */ +#define PCI_PM_CAP_AUX_POWER 0x01C0 /* Auxiliary power support mask */ #define PCI_PM_CAP_D1 0x0200 /* D1 power state support */ #define PCI_PM_CAP_D2 0x0400 /* D2 power state support */ #define PCI_PM_CAP_PME 0x0800 /* PME pin supported */