summaryrefslogtreecommitdiff
path: root/CodingStyle
AgeCommit message (Expand)AuthorFilesLines
2013-05-10docs: minor: fix mentioning of Documentation/Daniel Borkmann1-1/+1
2013-04-11docs: move some of them to the root directoryDaniel Borkmann1-0/+833
mmit-info'> authorVitaly Kuznetsov <vkuznets@redhat.com>2016-07-29 11:06:48 +0200 committerDavid Vrabel <david.vrabel@citrix.com>2016-08-24 18:17:27 +0100 commit55467dea2967259f21f4f854fc99d39cc5fea60e (patch) tree0747b575c667aecfc3baf90d91764d659bc4565b parent9a035a40f7f3f6708b79224b86c5777a3334f7ea (diff)
xen: change the type of xen_vcpu_id to uint32_t
We pass xen_vcpu_id mapping information to hypercalls which require uint32_t type so it would be cleaner to have it as uint32_t. The initializer to -1 can be dropped as we always do the mapping before using it and we never check the 'not set' value anyway. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Diffstat