commit | 133de9021d2988f3fbdad84c2d26484c7a757526 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Mon Feb 12 00:54:44 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Feb 12 09:48:40 2007 -0800 |
tree | dc56020026f28b91d2304aa355c8b6cf859a7223 | |
parent | 47e627bc8c9a70392d2049e6af5bd55fae61fe53 [diff] |
[PATCH] KVM: Add a global list of all virtual machines This will allow us to iterate over all vcpus and see which cpus they are running on. [akpm@osdl.org: use standard (ugly) initialisers] Signed-off-by: Avi Kivity <avi@qumranet.com> Cc: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>