]> git.karo-electronics.de Git - karo-tx-linux.git/log
karo-tx-linux.git
14 years agoInitialize KVM some more
Pekka Enberg [Tue, 23 Mar 2010 05:38:07 +0000 (07:38 +0200)]
Initialize KVM some more

This patch adds some more KVM initialization code. Doesn't work yet, though.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
14 years agoClean up KVM initialization
Pekka Enberg [Mon, 22 Mar 2010 21:39:40 +0000 (23:39 +0200)]
Clean up KVM initialization

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
14 years agoCheck for KVM_CAP_USER_MEMORY
Pekka Enberg [Mon, 22 Mar 2010 21:34:02 +0000 (23:34 +0200)]
Check for KVM_CAP_USER_MEMORY

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
14 years agoMove KVM fds into 'struct kvm'
Pekka Enberg [Mon, 22 Mar 2010 21:30:10 +0000 (23:30 +0200)]
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>
14 years agoCreate a VM using ioctl(KVM_CREATE_VM)
Pekka Enberg [Mon, 22 Mar 2010 21:12:14 +0000 (23:12 +0200)]
Create a VM using ioctl(KVM_CREATE_VM)

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
14 years agoAdd .gitignore file
Pekka Enberg [Mon, 22 Mar 2010 21:06:27 +0000 (23:06 +0200)]
Add .gitignore file

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
14 years agoCheck for KVM_API_VERSION at init
Pekka Enberg [Mon, 22 Mar 2010 21:05:28 +0000 (23:05 +0200)]
Check for KVM_API_VERSION at init

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
14 years agoInitial commit
Pekka Enberg [Mon, 22 Mar 2010 19:25:28 +0000 (21:25 +0200)]
Initial commit

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>