qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Question about default floppy and stdvga memory


From: Fabio Fantoni
Subject: Re: [Qemu-devel] Question about default floppy and stdvga memory
Date: Mon, 11 Feb 2013 11:50:55 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2

Il 04/02/2013 10:41, Fabio Fantoni ha scritto:
I tried to disable "default floppy" without use -nodefaults option that disable other things.
I didn't found other parameters to do that in docs and code for now.
Can someone tell me if there is another way to disable default floppy only?

About stdvga, I found that memory is configurable from docs/spec/standard-vga:
   Framebuffer memory, 16 MB in size (by default).
   Size is tunable via vga_mem_mb property.

vga_mem_mb seems wrong in doc, I didn't found it in the code with grep so I tried to use -global vga.vram_size_mb, that (looking at code) seems the correct one.
By default xen reserve 8 mb of videoram but stdvga default is 16 mb.
Tried out a domU with Xen, if the memory required from vga is more than memory reserved by xen it should give an error (like qxl and cirrus), but with stdvga I cannot get any error at all. I know that in xen there are changes and/or bugfix (probably in hvmloader) to have the emulated vgas full working with qemu upstream but probably stdvga has something to fix and/or improve also on qemu part.

Can someone tell me if memory setting of stdvga is working?
Is correct to have no errors from xen even if it reserves only 8 mb by default and this size is not setted on qemu with -global?

I tried stdvga on qemu 1.4 with xen and now the default memory of 16 mb is effectively working, It seems it was a qemu 1.3 bug. vga.vram_size_mb still seems to be not working, I don't know if it is a qemu problem or just xen (probably about hvmloader, the same problem as with qxl).


Attachment: smime.p7s
Description: Firma crittografica S/MIME


reply via email to

[Prev in Thread] Current Thread [Next in Thread]