Re: [PATCH 4/4] Add VMware memory balloon driver

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Avi Kivity
Date: Saturday, March 20, 2010 - 6:10 am

On 03/19/2010 10:47 PM, Dmitry Torokhov wrote:

This is a little wierd since it's specific to the balloon driver.  The 
virtio design is to make transport and device orthogonal so we could 
mix'n'match any driver with any transport, but this will only work with 
the balloon driver.  It's also 640 lines while the original balloon 
driver is ~300.  Some of that is because you're emulating a queue that 
doesn't really exist, IIUC.

So while I'd love to see other hypervisors adopt virtio, I think in this 
case it makes more sense to have your own balloon driver.

-- 
Do not meddle in the internals of kernels, for they are subtle and quick to panic.

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC/PATCH 0/4] VMware balloon driver over virtio, Dmitry Torokhov, (Fri Mar 19, 1:46 pm)
[PATCH 2/4] virtio-balloon: implement balloon reset, Dmitry Torokhov, (Fri Mar 19, 1:46 pm)
[PATCH 3/4] x86: export vmware_platform() symbol, Dmitry Torokhov, (Fri Mar 19, 1:46 pm)
[PATCH 4/4] Add VMware memory balloon driver, Dmitry Torokhov, (Fri Mar 19, 1:47 pm)
Re: [PATCH 4/4] Add VMware memory balloon driver, Avi Kivity, (Sat Mar 20, 6:10 am)
Re: [PATCH 4/4] Add VMware memory balloon driver, Dmitry Torokhov, (Sat Mar 20, 12:54 pm)
Re: [PATCH 4/4] Add VMware memory balloon driver, Avi Kivity, (Sun Mar 21, 2:19 am)