From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47196) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xr5fE-0000ob-QJ for qemu-devel@nongnu.org; Wed, 19 Nov 2014 08:51:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xr5fD-0001bJ-Or for qemu-devel@nongnu.org; Wed, 19 Nov 2014 08:51:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40011) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xr5fD-0001ao-IN for qemu-devel@nongnu.org; Wed, 19 Nov 2014 08:51:19 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sAJDpIkc017129 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 19 Nov 2014 08:51:18 -0500 Message-ID: <546CA051.4050803@redhat.com> Date: Wed, 19 Nov 2014 14:51:13 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1416254843-16859-1-git-send-email-mst@redhat.com> <1416254843-16859-3-git-send-email-mst@redhat.com> <546AE14E.7060606@redhat.com> <20141118074904.GA19745@redhat.com> <87y4r7o8dh.fsf@elfo.elfo> <20141119093320.GA26119@redhat.com> <87d28jo5yp.fsf@elfo.elfo> <20141119102136.GC26395@redhat.com> <878uj7o4ec.fsf@elfo.elfo> <20141119132851.GA27435@redhat.com> <87vbmbmhaj.fsf@elfo.elfo> In-Reply-To: <87vbmbmhaj.fsf@elfo.elfo> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/5] exec: qemu_ram_alloc_device, qemu_ram_resize List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: quintela@redhat.com, "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org, dgilbert@redhat.com On 19/11/2014 14:49, Juan Quintela wrote: >> > Real hardware lets users update firmware and so should virtual hardware. > But you can hibernate your laptop, update the firmware, and reboot? > Where the change can be anyting, like moving from traditional BIOS to > UEFI? Wait wait wait. I totally cannot follow. What would be the equivalent in QEMU? Paolo