From: Amit S. <ami...@qu...> - 2007-11-08 06:41:23
|
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 <ami...@qu...> > > 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 > > 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. |