commit | 3077c4513c46f66537c1205acc464e49c9847dc0 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Mon Jul 30 16:41:57 2007 +1000 |
committer | Avi Kivity <avi@qumranet.com> | Sat Oct 13 10:18:21 2007 +0200 |
tree | c259f223d6815528d357b338c4915783ebc8c8ac | |
parent | 8b9cf98cc7ea7354d6d4cbc4ffdb18a26a1129d3 [diff] |
KVM: Remove three magic numbers There are several places where hardcoded numbers are used in place of the easily-available constant, which is poor form. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Avi Kivity <avi@qumranet.com>