From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50662) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zr6Dq-0005gR-HN for qemu-devel@nongnu.org; Tue, 27 Oct 2015 11:31:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zr6Dk-00006I-M7 for qemu-devel@nongnu.org; Tue, 27 Oct 2015 11:31:38 -0400 Received: from smtp.aimale.com ([166.78.138.199]:50615) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zr6Dk-00006D-Fn for qemu-devel@nongnu.org; Tue, 27 Oct 2015 11:31:32 -0400 References: <56250035.40805@aimale.com> <87twpkqyow.fsf@blackfin.pond.sub.org> <20151022191203.GC3736@thinpad.lan.raisama.net> <56293F99.1060109@aimale.com> <20151022214719.GD3736@thinpad.lan.raisama.net> <56295A60.1040901@aimale.com> <20151023185504.GI3736@thinpad.lan.raisama.net> <562A85C9.6050309@aimale.com> <87ziz60zeg.fsf@blackfin.pond.sub.org> <562E64C0.1080509@aimale.com> <20151026175217.GC4180@thinpad.lan.raisama.net> <562F8796.4070503@aimale.com> <87wpu84arz.fsf@blackfin.pond.sub.org> <562F95C5.2020006@aimale.com> From: Valerio Aimale Message-ID: <562F98D1.8060506@aimale.com> Date: Tue, 27 Oct 2015 09:31:29 -0600 MIME-Version: 1.0 In-Reply-To: <562F95C5.2020006@aimale.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] QEMU patch to allow VM introspection via libvmi List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: lcapitulino@redhat.com, Eduardo Habkost , qemu-devel@nongnu.org On 10/27/15 9:18 AM, Valerio Aimale wrote: > > > I did not try to mmap'ing to a file on a RAMdisk. Without physical > disk I/O, the VM might run faster. > > I did try with the file on a ramdisk $ sudo mount -o size=3G -t tmpfs none /ramdisk $ /usr/local/bin/qemu-system-x86_64 -name Windows10 -S -machine pc-i440fx-2.4,accel=kvm,usb=off [...] -mem-prealloc -mem-path /ramdisk with that, the speed of the VM is acceptable. It will not take your breath away, but it is reasonable.