Re: [kvm-devel] [PATCH] Add accessor for kvm-vm_fd

2007-11-07 Thread Amit Shah
With the declaration in libkvm.h this time: From 8313b87bcab415746e6eed86ac3f5b6c562b9764 Mon Sep 17 00:00:00 2001 From: Amit Shah [EMAIL PROTECTED] Date: Thu, 8 Nov 2007 00:13:07 +0530 Subject: [PATCH] Add accessor for kvm-vm_fd Introduce kvm_get_vm_fd to get the VM FD Signed-off-by: Amit Shah

Re: [kvm-devel] [PATCH] Add accessor for kvm-vm_fd

2007-11-07 Thread Avi Kivity
Amit Shah wrote: Introduce kvm_get_vm_fd to get the VM FD What, so you can issue ioctls like there's no tomorrow? Add function wrappers for your ioctls instead. Hmm. this might not be needed now since the kvm_context moved to a .h file. It was a static in a .c earlier.

Re: [kvm-devel] [PATCH] Add accessor for kvm-vm_fd

2007-11-07 Thread Amit Shah
On Thursday 08 November 2007 11:56:24 Avi Kivity wrote: Amit Shah wrote: With the declaration in libkvm.h this time: From 8313b87bcab415746e6eed86ac3f5b6c562b9764 Mon Sep 17 00:00:00 2001 From: Amit Shah [EMAIL PROTECTED] Date: Thu, 8 Nov 2007 00:13:07 +0530 Subject: [PATCH] Add

Re: [kvm-devel] [PATCH] Add accessor for kvm-vm_fd

2007-11-07 Thread Avi Kivity
Amit Shah wrote: With the declaration in libkvm.h this time: From 8313b87bcab415746e6eed86ac3f5b6c562b9764 Mon Sep 17 00:00:00 2001 From: Amit Shah [EMAIL PROTECTED] Date: Thu, 8 Nov 2007 00:13:07 +0530 Subject: [PATCH] Add accessor for kvm-vm_fd Introduce kvm_get_vm_fd to get the VM FD