mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
hw/xen: Implement GNTTABOP_query_size
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk> Reviewed-by: Paul Durrant <paul@xen.org>
This commit is contained in:
parent
28b7ae94a2
commit
b46f9745b1
3 changed files with 36 additions and 1 deletions
|
@ -17,7 +17,9 @@ int xen_gnttab_map_page(uint64_t idx, uint64_t gfn);
|
|||
|
||||
struct gnttab_set_version;
|
||||
struct gnttab_get_version;
|
||||
struct gnttab_query_size;
|
||||
int xen_gnttab_set_version_op(struct gnttab_set_version *set);
|
||||
int xen_gnttab_get_version_op(struct gnttab_get_version *get);
|
||||
int xen_gnttab_query_size_op(struct gnttab_query_size *size);
|
||||
|
||||
#endif /* QEMU_XEN_GNTTAB_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue