Re: [PATCH 1/3] Extend virtio config routines to support ballooning

2008-08-29 Thread Avi Kivity
Anthony Liguori wrote: This patch updates the virtio device methods to provide hooks for setting and getting the config. This is needed for ballooning since the balloon driver uses config changes to signal changes in the balloon amount. We also add a method to signal that we have changed the co

[PATCH 1/3] Extend virtio config routines to support ballooning

2008-08-28 Thread Anthony Liguori
This patch updates the virtio device methods to provide hooks for setting and getting the config. This is needed for ballooning since the balloon driver uses config changes to signal changes in the balloon amount. We also add a method to signal that we have changed the config. Signed-off-by: Ant