|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH V2 3/5] libxl: Specify the target ram size to Qem
On Mon, 13 Dec 2010, Ian Campbell wrote:
> On Mon, 2010-12-13 at 13:15 +0000, anthony.perard@xxxxxxxxxx wrote:
> >
> > + dm_info->target_ram = b_info->target_memkb / 1024;
> > dm_info->videoram = b_info->video_memkb / 1024;
>
> Both of these end up rounding down, is that desirable?
They are both multiplied by 1024 from the config file before they are
stored in the b_info->*_memkb variables. So have them rounding down or
up will not change anything.
--
Anthony PERARD
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|