From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xvb2Y-0006iZ-Mc for qemu-devel@nongnu.org; Mon, 01 Dec 2014 19:10:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xvb2R-000257-6h for qemu-devel@nongnu.org; Mon, 01 Dec 2014 19:10:02 -0500 Received: from plane.gmane.org ([80.91.229.3]:41809) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xvb2Q-00024v-W5 for qemu-devel@nongnu.org; Mon, 01 Dec 2014 19:09:55 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Xvb2I-0001AN-Cc for qemu-devel@nongnu.org; Tue, 02 Dec 2014 01:09:46 +0100 Received: from modemcable112.235-178-173.mc.videotron.ca ([173.178.235.112]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Dec 2014 01:09:46 +0100 Received: from jenia.ivlev by modemcable112.235-178-173.mc.videotron.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Dec 2014 01:09:46 +0100 From: jenia.ivlev@gmail.com (jenia.ivlev) Date: Mon, 01 Dec 2014 07:10:19 -0500 Message-ID: <87h9xfsh90.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] how to allocate more video memory to qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello. How do I allocate a specific amount of video memory to a qemu machine? My OS is GNU/Linux Arch. I'm running qemu using i7 and asus hero7. I want to run the game Civilization 5 (windows), but when I run it, it crushes silently. I went to see how much video memory windows can see. It turns out to be 4M. I want to allocate maybe 256M or something like that to it. How do I do that? Thanks for you time and help in advance.