sync with OpenBSD -current
This commit is contained in:
parent
4544ef4a2e
commit
06882d626f
49 changed files with 1832 additions and 835 deletions
|
@ -209,7 +209,7 @@ struct amd_sriov_msg_pf2vf_info {
|
|||
uint32_t pcie_atomic_ops_support_flags;
|
||||
/* reserved */
|
||||
uint32_t reserved[256 - AMD_SRIOV_MSG_PF2VF_INFO_FILLED_SIZE];
|
||||
};
|
||||
} __packed;
|
||||
|
||||
struct amd_sriov_msg_vf2pf_info_header {
|
||||
/* the total structure size in byte */
|
||||
|
@ -267,7 +267,7 @@ struct amd_sriov_msg_vf2pf_info {
|
|||
|
||||
/* reserved */
|
||||
uint32_t reserved[256 - AMD_SRIOV_MSG_VF2PF_INFO_FILLED_SIZE];
|
||||
};
|
||||
} __packed;
|
||||
|
||||
/* mailbox message send from guest to host */
|
||||
enum amd_sriov_mailbox_request_message {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue