Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329167
b: refs/heads/master
c: e58f5b5
h: refs/heads/master
i:
  329165: 7b8bd69
  329163: f031e24
  329159: 37018bb
  329151: 6064570
v: v3
  • Loading branch information
Ian Campbell authored and Konrad Rzeszutek Wilk committed Sep 14, 2012
1 parent 340bda9 commit 2d6896b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 98104c3480e568d9c145adbc7dc56c9d4d170e30
refs/heads/master: e58f5b55113b8fd4eb8eb43f5508d87e4862f280
8 changes: 6 additions & 2 deletions trunk/include/xen/interface/grant_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,9 @@ DEFINE_GUEST_HANDLE_STRUCT(gnttab_get_version);
#define GNTST_no_device_space (-7) /* Out of space in I/O MMU. */
#define GNTST_permission_denied (-8) /* Not enough privilege for operation. */
#define GNTST_bad_page (-9) /* Specified page was invalid for op. */
#define GNTST_bad_copy_arg (-10) /* copy arguments cross page boundary */
#define GNTST_bad_copy_arg (-10) /* copy arguments cross page boundary. */
#define GNTST_address_too_big (-11) /* transfer page address too large. */
#define GNTST_eagain (-12) /* Operation not done; try again. */

#define GNTTABOP_error_msgs { \
"okay", \
Expand All @@ -532,7 +534,9 @@ DEFINE_GUEST_HANDLE_STRUCT(gnttab_get_version);
"no spare translation slot in the I/O MMU", \
"permission denied", \
"bad page", \
"copy arguments cross page boundary" \
"copy arguments cross page boundary", \
"page address size too large", \
"operation not done; try again" \
}

#endif /* __XEN_PUBLIC_GRANT_TABLE_H__ */

0 comments on commit 2d6896b

Please sign in to comment.