Displaying 10 results from an estimated 10 matches for "vram_size_mb".
2012 Apr 17
0
Save/restore error with xen-unstable and qemu upstream
...=1
vncunused=1
vnclisten="0.0.0.0"
keymap="it"
#spice=1
#spicehost="0.0.0.0"
#spiceport=6000
#spicedisable_ticketing=1
on_poweroff="destroy"
on_reboot="restart"
on_crash="destroy"
stdvga=1
#device_model_args=["-vga qxl -global qxl-vga.vram_size_mb=16"]
#videoram=128
#device_model_args=["-vga qxl"]
-------------------------
xl -v save XP /mnt/vm/save/XP
Saving to /mnt/vm/save/XP new xl format (info 0x0/0x0/1173)
xc: detail: type fail: page 1015 mfn 000feff7
xc: detail: delta 24187ms, dom0 53%, target 0%, sent 359Mb/s, dirtied...
2013 Jan 17
4
[PATCH v4] tools/libxl: Improve videoram setting
2014 Jun 10
0
Re: [PATCH v16] libxl: Add qxl vga interface support for upstream qemu
...; case LIBXL_VGA_INTERFACE_TYPE_NONE:
> break;
> + case LIBXL_VGA_INTERFACE_TYPE_QXL:
> + /* QXL have 2 ram regions, ram and vram */
> + flexarray_append_pair(dm_args, "-device",
> + GCSPRINTF("qxl-vga,vram_size_mb=%"PRIu64",ram_size_mb=%"PRIu64,
> + (b_info->video_memkb/2/1024), (b_info->video_memkb/2/1024) ) );
> + break;
> }
>
> if (b_info->u.hvm.boot) {
> diff --git a/tools/libxl/libxl_types.idl b/tools/libxl/libxl_...
2015 Mar 12
2
Tapdisk processes being left behind when hvm domu's migrate/shutdown
...4 0.4 0.7 323208 15040 ? SLsl 11:06 0:00 /usr/lib/xen/bin/qemu-system-i386 -xen-domid 3 -chardev socket,id=libxl-cmd,path=/var/run/xen/qmp-libxl-3,server,nowait -mon chardev=libxl-cmd,mode=control -nodefaults -name nathanwin--incoming -vnc 127.0.0.1:0,to=99 -device cirrus-vga -global vga.vram_size_mb=8 -boot order=cda -smp 2,maxcpus=2 -device rtl8139,id=nic0,netdev=net0,mac=00:16:3d:01:03:e0 -netdev type=tap,id=net0,ifname=vif3.0-emu,script=no,downscript=no -incoming fd:13 -machine xenfv -m 4088 -drive file=/dev/xen/blktap-2/tapdev2,if=ide,index=0,media=disk,format=raw,cache=writeback
gtc-v...
2013 Jul 05
3
[PATCH] libxl: Add qxl vga interface support for upstream qemu
...YPE_QXL:
+ /* QXL have 2 ram regions, ram and vram */
+ flexarray_vappend(dm_args, "-vga", "qxl", NULL);
+ if (b_info->video_memkb) {
+ flexarray_vappend(dm_args, "-global",
+ GCSPRINTF("qxl-vga.vram_size_mb=%lu",
+ (b_info->video_memkb/2/1024)), "-global",
+ GCSPRINTF("qxl-vga.ram_size_mb=%lu",
+ (b_info->video_memkb/2/1024)), NULL);
}
if (b_info->u.hvm.boot) {
diff --git a/tools/libxl/libxl_...
2015 Feb 01
4
Bug#776742: xen-utils-common: no support for VGA Passthrough
Package: xen-utils-common
Version: 4.4.1-6
Severity: normal
Dear Maintainer,
(There appear to be several reports on the BTS with concerns relating to
this report. Some unarchiving/merging may be necessary. Reassignment may
be needed as well since I'm not sure which package this problem would
fall under. Ultimately decided to file with xen-utils-common with 'xl'
being the frontend
2013 Nov 27
20
[PATCH v2] Handle xen_platform_pci=0 case
Hi,
Here is a little patch that attempt to fix the issue regarding
xen_platform_pci=0 not been handled.
There is one patch left from the previous version. The patch that was adding
qemu_machine_override have been removed as it is unnecessary. If someone wants
to change the -machine, it can always add it to device_model_args_hvm, as QEMU
appear to use the last one.
Regards,
Anthony PERARD (1):
2013 Jul 14
1
Cannot VGA Passthrough Intel HD Graphics 4600 IGD
...g: libxl_dm.c:1208:libxl__spawn_local_dm: isa-fdc.driveA=
libxl: debug: libxl_dm.c:1208:libxl__spawn_local_dm: -vga
libxl: debug: libxl_dm.c:1208:libxl__spawn_local_dm: cirrus
libxl: debug: libxl_dm.c:1208:libxl__spawn_local_dm: -global
libxl: debug: libxl_dm.c:1208:libxl__spawn_local_dm: vga.vram_size_mb=8
libxl: debug: libxl_dm.c:1208:libxl__spawn_local_dm: -boot
libxl: debug: libxl_dm.c:1208:libxl__spawn_local_dm: order=dc
libxl: debug: libxl_dm.c:1208:libxl__spawn_local_dm: -usb
libxl: debug: libxl_dm.c:1208:libxl__spawn_local_dm: -usbdevice
libxl: debug: libxl_dm.c:1208:libxl__spawn_loc...
2013 Sep 24
7
Qxl problem with xen domU, is xen spice and/or qemu bugs?
...nt
libxl: debug: libxl_dm.c:1282:libxl__spawn_local_dm: -device
libxl: debug: libxl_dm.c:1282:libxl__spawn_local_dm:
virtserialport,chardev=vdagent,name=com.redhat.spice.0
libxl: debug: libxl_dm.c:1282:libxl__spawn_local_dm: -device
libxl: debug: libxl_dm.c:1282:libxl__spawn_local_dm:
qxl-vga,vram_size_mb=64,ram_size_mb=64
libxl: debug: libxl_dm.c:1282:libxl__spawn_local_dm: -boot
libxl: debug: libxl_dm.c:1282:libxl__spawn_local_dm: order=c
libxl: debug: libxl_dm.c:1282:libxl__spawn_local_dm: -smp
libxl: debug: libxl_dm.c:1282:libxl__spawn_local_dm: 2,maxcpus=2
libxl: debug: libxl_dm.c:1282:...
2013 Sep 17
10
RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
*RESEND* due to exceeding the mailinglists limit for attachment size.
Hi,
I''m trying to get secondary vga-passthrough on a HVM guest to work with a AMD HD6570 and the native kernel radeon driver and kernel modesetting.
So the guest still gets the emulated stdvga or cirrus device(used in my case here) as primary/boot vga adapter.
- When i don''t passthrough the radeon card, the