On Thu, 2012-09-13 at 18:28 +0100, Andres Lagar-Cavilla wrote:
* Add placeholder in array of grant table error descriptions for
unrelated error code we jump over.
Why not just define it, it's listed here:
http://xenbits.xen.org/docs/unstable/hypercall/include,public,grant_table.h.html#Enum_grant_status
I notice the specific wording of the error msg is different here too.
It'd probably be best to use the same wording as the Xen definition, so
all OSes end up with the same name for the same condition (else bug
reports will be confusing).
Ian.