WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] qemu-dm performance

> >Deleting this function should result in a blank VGA screen for your HVM
> guest,
> 
> I not sure why but I'm not seeing this.  Here is what how I commented
> out vram_dirty (as shown in gdb):
> 
> 1563        for (y = 0; y < s->vram_size; y += TARGET_PAGE_SIZE){
> 1564            /*if (vram_dirty(s, y, TARGET_PAGE_SIZE))
> 1565                cpu_physical_memory_set_dirty(s->vram_offset + y);
> */
> 1566        }
It turns out that there was a bug a little later on which meant that
the dirty bits were never actually cleared.  Fixing this seems to have
fairly drastically reduced qemu overhead.  The fix is now present in
xen-unstable.

Thanks,

Steven.

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>