Re: virtio: Add memory statistics reporting to the balloon driver (V4)

2009-12-01 Thread Adam Litke
Thanks Rusty. Acked-by: Adam Litke On Tue, 2009-12-01 at 12:54 +1030, Rusty Russell wrote: > On Tue, 1 Dec 2009 02:44:15 am Adam Litke wrote: > > Changes since V3: > > OK, I applied this. And here's the fixes I applied afterwards (to save YA > round trip: please ack and I'll fold them together

Re: virtio: Add memory statistics reporting to the balloon driver (V4)

2009-12-01 Thread Avi Kivity
On 11/30/2009 06:14 PM, Adam Litke wrote: > Changes since V3: > - Do not do endian conversions as they will be done in the host > - Report stats that reference a quantity of memory in bytes > - Minor coding style updates > > Changes since V2: > - Increase stat field size to 64 bits > - Re

Re: virtio: Add memory statistics reporting to the balloon driver (V4)

2009-12-01 Thread Adam Litke
On Tue, 2009-12-01 at 16:56 +0200, Avi Kivity wrote: > What about a spec update? Did that happen and I just missed it? Yes it did. I forgot to update this patch leader note with the link: http://ozlabs.org/~rusty/virtio-spec/virtio-spec-0.8.2.pdf -- Thanks, Adam _

Re: virtio: Add memory statistics reporting to the balloon driver (V4)

2009-12-01 Thread Avi Kivity
On 12/01/2009 05:05 PM, Adam Litke wrote: > On Tue, 2009-12-01 at 16:56 +0200, Avi Kivity wrote: > >> What about a spec update? Did that happen and I just missed it? >> > Yes it did. I forgot to update this patch leader note with the link: > http://ozlabs.org/~rusty/virtio-spec/virtio-s

Re: [PATCH 12/28] virtio: console: Buffer data that comes in from the host

2009-12-01 Thread Rusty Russell
On Sat, 28 Nov 2009 05:20:35 pm Amit Shah wrote: > The console could be flooded with data from the host; handle > this situation by buffering the data. All this complexity makes me really wonder if we should just have the host say the max # ports it will ever use, and just do this really dumbly.