mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
q35: Fix typo in constant DEFUALT -> DEFAULT.
Signed-off-by: Richard W.M. Jones <rjones@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
e600cdf3b4
commit
451f7846ec
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ typedef struct Q35PCIHost {
|
|||
#define MCH_HOST_BRIDGE_CONFIG_DATA 0xcfc
|
||||
|
||||
/* D0:F0 configuration space */
|
||||
#define MCH_HOST_BRIDGE_REVISION_DEFUALT 0x0
|
||||
#define MCH_HOST_BRIDGE_REVISION_DEFAULT 0x0
|
||||
|
||||
#define MCH_HOST_BRIDGE_PCIEXBAR 0x60 /* 64bit register */
|
||||
#define MCH_HOST_BRIDGE_PCIEXBAR_SIZE 8 /* 64bit register */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue