# HG changeset patch
# User Dan Smith <danms(a)us.ibm.com>
# Date 1213805059 25200
# Node ID 5a98830e047c3b61be88c763325ecb9c9bc70370
# Parent 05ee6d4b3049b86ab74d1b8121716e2440769316
Add scheduling information to device_parsing structures
Signed-off-by: Dan Smith <danms(a)us.ibm.com>
diff -r 05ee6d4b3049 -r 5a98830e047c libxkutil/device_parsing.h
--- a/libxkutil/device_parsing.h Wed Jun 18 09:01:09 2008 -0700
+++ b/libxkutil/device_parsing.h Wed Jun 18 09:04:19 2008 -0700
@@ -51,6 +51,8 @@
struct vcpu_device {
uint64_t quantity;
+ uint32_t weight;
+ uint64_t limit;
};
struct emu_device {