mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
vringh: 64 bit features
Pass u64 everywhere. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
8dc32b292d
commit
b97a8a9006
2 changed files with 4 additions and 4 deletions
|
@ -105,7 +105,7 @@ struct vringh_kiov {
|
|||
#define VRINGH_IOV_ALLOCATED 0x8000000
|
||||
|
||||
/* Helpers for userspace vrings. */
|
||||
int vringh_init_user(struct vringh *vrh, u32 features,
|
||||
int vringh_init_user(struct vringh *vrh, u64 features,
|
||||
unsigned int num, bool weak_barriers,
|
||||
struct vring_desc __user *desc,
|
||||
struct vring_avail __user *avail,
|
||||
|
@ -167,7 +167,7 @@ bool vringh_notify_enable_user(struct vringh *vrh);
|
|||
void vringh_notify_disable_user(struct vringh *vrh);
|
||||
|
||||
/* Helpers for kernelspace vrings. */
|
||||
int vringh_init_kern(struct vringh *vrh, u32 features,
|
||||
int vringh_init_kern(struct vringh *vrh, u64 features,
|
||||
unsigned int num, bool weak_barriers,
|
||||
struct vring_desc *desc,
|
||||
struct vring_avail *avail,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue