[SeaBIOS] [RFC PATCH v4 19/30] Implement "info memory-total" and "query-memory-total"

2012-12-18 Thread Vasilis Liaskovitis
Returns total physical memory available to guest in bytes, including hotplugged memory. Note that the number reported here may be different from what the guest sees e.g. if the guest has not logically onlined hotplugged memory. This functionality is provided independently of a balloon device, sinc

Re: [SeaBIOS] [RFC PATCH v4 19/30] Implement "info memory-total" and "query-memory-total"

2012-12-19 Thread Blue Swirl
On Tue, Dec 18, 2012 at 12:41 PM, Vasilis Liaskovitis wrote: > Returns total physical memory available to guest in bytes, including > hotplugged > memory. Note that the number reported here may be different from what the > guest > sees e.g. if the guest has not logically onlined hotplugged memor

Re: [SeaBIOS] [RFC PATCH v4 19/30] Implement "info memory-total" and "query-memory-total"

2013-01-04 Thread Eric Blake
On 12/18/2012 05:41 AM, Vasilis Liaskovitis wrote: > Returns total physical memory available to guest in bytes, including > hotplugged > memory. Note that the number reported here may be different from what the > guest > sees e.g. if the guest has not logically onlined hotplugged memory. > > Thi

Re: [SeaBIOS] [RFC PATCH v4 19/30] Implement "info memory-total" and "query-memory-total"

2013-01-10 Thread Vasilis Liaskovitis
On Fri, Jan 04, 2013 at 09:21:08AM -0700, Eric Blake wrote: > On 12/18/2012 05:41 AM, Vasilis Liaskovitis wrote: > > Returns total physical memory available to guest in bytes, including > > hotplugged > > memory. Note that the number reported here may be different from what the > > guest > > sees