|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v5] tools/libxl: Improve videoram setting
Il 06/02/2013 16:29, fantonifabio@xxxxxxxxxx ha scritto: From: Fabio Fantoni <fabio.fantoni@xxxxxxxxxx> - If videoram setting is less than 8 mb shows error and exit. - Added videoram setting for qemu upstream with cirrus (added in qemu 1.3). - Updated xl.cfg man. Signed-off-by: Fabio Fantoni <fabio.fantoni@xxxxxxxxxx> --- docs/man/xl.cfg.pod.5 | 14 +++++--------- tools/libxl/libxl_create.c | 4 ++++ tools/libxl/libxl_dm.c | 6 ++++++ 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5 index caba162..9c5cdcd 100644 --- a/docs/man/xl.cfg.pod.5 +++ b/docs/man/xl.cfg.pod.5 @@ -974,19 +974,15 @@ in the B<VFB_SPEC_STRING> for configuring virtual frame buffer devicesSets the amount of RAM which the emulated video card will contain,which in turn limits the resolutions and bit depths which will be -available. This option is only available when using the B<stdvga> -option (see below). +available. The default amount of video ram for stdvga is 8MB which is sufficient -for e.g. 1600x1200 at 32bpp. +for e.g. 1600x1200 at 32bpp and videoram option is currently working +only when using the qemu-xen-traditional device-model.When using the emulated Cirrus graphics card (B<stdvga=0>)the amount of video ram is fixed at 4MB which is sufficient -for 1024x768 at 32 bpp. - -videoram option is currently only available when using the -qemu-xen-traditional device-model. Upstream qemu-xen device-model -currently does not support changing the amount of video memory for the -emulated graphics device. +for 1024x768 at 32 bpp and videoram option is currently working +only when using the upstream qemu-xen device-model.=item B<stdvga=BOOLEAN> diff --git a/tools/libxl/libxl_create.c b/tools/libxl/libxl_create.c This time should be correct, sent with "git send-mail".Tested also with older qemu (qemu-upstream-4.2-testing.git that have qemu 1.1), videoram setting with cirrus does not give error. I think is good to backport this patch also on 4.2.x to prevent setting of videoram < 8 mb and support cirrus memory setting if qemu is >=1.3 (some distro or user probably will have xen 4.2.x with qemu>=1.3). _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |