[Qemu-devel] Re: [SeaBIOS] [PATCH] smbios: avoid counting io hole as ram

2010-05-10 Thread Alex Williamson
On Mon, 2010-05-10 at 23:05 +0200, Sebastian Herbszt wrote: > Kevin O'Connor wrote: > > On Fri, May 07, 2010 at 01:38:55PM -0600, Alex Williamson wrote: > >> Avoid counting the io hole as part of ram, a vm started with 4G > >> should report 4G in smbios, not 4.5G. > >> > >> Signed-off-by: Alex Wil

[Qemu-devel] Re: [SeaBIOS] [PATCH] smbios: avoid counting io hole as ram

2010-05-10 Thread Sebastian Herbszt
Kevin O'Connor wrote: On Fri, May 07, 2010 at 01:38:55PM -0600, Alex Williamson wrote: Avoid counting the io hole as part of ram, a vm started with 4G should report 4G in smbios, not 4.5G. Signed-off-by: Alex Williamson Looks okay to me. If there are no other comments, I'll commit in the ne

[Qemu-devel] Re: [SeaBIOS] [PATCH] smbios: avoid counting io hole as ram

2010-05-09 Thread Gleb Natapov
On Sun, May 09, 2010 at 11:03:37PM -0400, Kevin O'Connor wrote: > On Fri, May 07, 2010 at 01:38:55PM -0600, Alex Williamson wrote: > > Avoid counting the io hole as part of ram, a vm started with 4G > > should report 4G in smbios, not 4.5G. > > > > Signed-off-by: Alex Williamson > > Looks okay t

[Qemu-devel] Re: [SeaBIOS] [PATCH] smbios: avoid counting io hole as ram

2010-05-09 Thread Kevin O'Connor
On Fri, May 07, 2010 at 01:38:55PM -0600, Alex Williamson wrote: > Avoid counting the io hole as part of ram, a vm started with 4G > should report 4G in smbios, not 4.5G. > > Signed-off-by: Alex Williamson Looks okay to me. If there are no other comments, I'll commit in the next couple of days.