]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Move KVM fds into 'struct kvm'
authorPekka Enberg <penberg@cs.helsinki.fi>
Mon, 22 Mar 2010 21:30:10 +0000 (23:30 +0200)
committerPekka Enberg <penberg@cs.helsinki.fi>
Mon, 22 Mar 2010 21:30:10 +0000 (23:30 +0200)
commit15a4ac0255c59086df0880ae3414f41f8d390fc4
treec85b3175bf83f3dd10bdef8b54fbf69e317020c6
parent2ef623901b7c7bae01e37e3c2b55663e287e159c
Move KVM fds into 'struct kvm'

This patch introduces a 'struct kvm' and moves the KVM related file descriptors
into it so that we can introduce helper functions more easily.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
tools/kvm/kvm.c