commit | 9eb829ced8c6f2e43a3a644ddf1279ffeee38a33 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Wed Jul 18 13:05:58 2007 +1000 |
committer | Avi Kivity <avi@qumranet.com> | Sat Oct 13 10:18:18 2007 +0200 |
tree | ea8360405de41110dd0063a9838447c5a7ab2632 | |
parent | 66aee91aaab8f998d28a61ed7733be17ad8e6d8f [diff] |
KVM: Trivial: Use standard BITMAP macros, open-code userspace-exposed header Creating one's own BITMAP macro seems suboptimal: if we use manual arithmetic in the one place exposed to userspace, we can use standard macros elsewhere. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Avi Kivity <avi@qumranet.com>