
23 Jun
2008
23 Jun
'08
9:10 p.m.
# HG changeset patch # User Dan Smith <danms@us.ibm.com> # Date 1214248235 25200 # Node ID f9ee6cb959cf8c5c63b61219763d0d9f3c494f26 # Parent f1e816b33b5e914523b064b19b27cb8fc61ebfcd Add scheduling information to device_parsing structures Signed-off-by: Dan Smith <danms@us.ibm.com> diff -r f1e816b33b5e -r f9ee6cb959cf libxkutil/device_parsing.h --- a/libxkutil/device_parsing.h Mon Jun 23 12:10:35 2008 -0700 +++ b/libxkutil/device_parsing.h Mon Jun 23 12:10:35 2008 -0700 @@ -51,6 +51,8 @@ struct vcpu_device { uint64_t quantity; + uint32_t weight; + uint64_t limit; }; struct emu_device {