From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41989) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8gsy-0002tM-3r for qemu-devel@nongnu.org; Fri, 26 Jun 2015 23:34:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z8gsu-0007N9-U3 for qemu-devel@nongnu.org; Fri, 26 Jun 2015 23:34:32 -0400 Received: from mail-yk0-f169.google.com ([209.85.160.169]:33378) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8gsu-0007Mq-PW for qemu-devel@nongnu.org; Fri, 26 Jun 2015 23:34:28 -0400 Received: by ykdt186 with SMTP id t186so74718520ykd.0 for ; Fri, 26 Jun 2015 20:34:28 -0700 (PDT) MIME-Version: 1.0 Sender: peter.crosthwaite@petalogix.com In-Reply-To: References: Date: Fri, 26 Jun 2015 20:34:28 -0700 Message-ID: From: Peter Crosthwaite Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] QEMU to generate host binary List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ayaz Akram Cc: "qemu-devel@nongnu.org Developers" On Fri, Jun 26, 2015 at 12:33 PM, Ayaz Akram wrote: > Hello ! > Is anyone aware of an effort to produce an executable binary for host using > qemu. I mean is it possible that qemu generate a binary for whatever > application it is emulating, which can later be run directly on host? > I'm not sure what this binary would mean just yet. Are you extracting just the guest + its runtime state to a binary that picks up where the guest left off? Or are you including the machine emulator (i.e. QEMU itself) in this new binary to avoid having to load the guest it while picking up where left off? Regards, Peter > Thanks >