Bug 180375

Summary: VMX guest auto-balloon doesn't take into account video memory
Product: [Fedora] Fedora Reporter: Jeremy Katz <katzj>
Component: xenAssignee: Jeremy Katz <katzj>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: katzj
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-09-05 17:48:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 179629    

Description Jeremy Katz 2006-02-07 18:43:03 UTC
VMX guests don't cause dom0 to auto-balloon as paravirt guests do.  Probably
just needs some logic brought over to the vmx builder

Comment 1 Jeremy Katz 2006-02-07 20:31:20 UTC
Hrmm, it's all common code. 
tools/python/xen/xend/XendDomainInfo.py:initDomain() is where the balloon call
occurs and then it's followed almost directly by the memory_increase_reservation.  

Comment 2 Jeremy Katz 2006-02-07 22:56:42 UTC
Urk, this is caused by the device model requesting more memory to store the
video RAM in.  Bad hack committed to CVS so that we account for that when
ballooning at domain creation, but it needs a better solution for
upstream/long-term.  Filed upstream as
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=521

Comment 5 Jeremy Katz 2006-09-05 17:48:51 UTC
A nice fix for this went upstream earlier today