[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH 06/12] xen/hypfs: move per-node function pointers into a dedicated struct
On 26.10.2020 10:13, Juergen Gross wrote: > @@ -15,10 +29,7 @@ struct hypfs_entry { > unsigned int max_size; > const char *name; > struct list_head list; > - int (*read)(const struct hypfs_entry *entry, > - XEN_GUEST_HANDLE_PARAM(void) uaddr); > - int (*write)(struct hypfs_entry_leaf *leaf, > - XEN_GUEST_HANDLE_PARAM(void) uaddr, unsigned int ulen); > + struct hypfs_funcs *funcs; const (with all the cascade changes necessary)? Jan
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |