From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LiBeB-0000wV-TT for qemu-devel@nongnu.org; Fri, 13 Mar 2009 13:58:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LiBe6-0000nk-B7 for qemu-devel@nongnu.org; Fri, 13 Mar 2009 13:58:14 -0400 Received: from [199.232.76.173] (port=51784 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LiBe6-0000na-65 for qemu-devel@nongnu.org; Fri, 13 Mar 2009 13:58:10 -0400 Received: from mail-fx0-f161.google.com ([209.85.220.161]:57214) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LiBe5-000052-P7 for qemu-devel@nongnu.org; Fri, 13 Mar 2009 13:58:09 -0400 Received: by fxm5 with SMTP id 5so291651fxm.34 for ; Fri, 13 Mar 2009 10:58:08 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1236954043-91856-14-git-send-email-gingold@adacore.com> References: <1236954043-91856-1-git-send-email-gingold@adacore.com> <1236954043-91856-6-git-send-email-gingold@adacore.com> <1236954043-91856-7-git-send-email-gingold@adacore.com> <1236954043-91856-8-git-send-email-gingold@adacore.com> <1236954043-91856-9-git-send-email-gingold@adacore.com> <1236954043-91856-10-git-send-email-gingold@adacore.com> <1236954043-91856-11-git-send-email-gingold@adacore.com> <1236954043-91856-12-git-send-email-gingold@adacore.com> <1236954043-91856-13-git-send-email-gingold@adacore.com> <1236954043-91856-14-git-send-email-gingold@adacore.com> Date: Fri, 13 Mar 2009 19:58:08 +0200 Message-ID: Subject: Re: [Qemu-devel] [PATCH 13/24] Add target-alpha/machine.c with es40 machine emulation. From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 3/13/09, Tristan Gingold wrote: > The machine emulation is not yet complete, in particular vm save and load is > not yet implemented. > > Signed-off-by: Tristan Gingold > +/* Building the firmware for es40: > + > + The main part of the firmware is called SRM. You can get an original > + image from HP web site: > + > + ftp://ftp.hp.com/pub/alphaserver/firmware/current_platforms/v7.3_release/ES40_series/ES40/es40.zip > + > + Extract the archive and copy cl67srmrom.exe into a directory. > + > + Then start Qemu using es40-rombuild machine: > + > + $ qemu-system-alpha -M es40-rombuild -boot n -L . > + > + This builds the rom, writes es40.rom file and exits. Now you have it. > +*/ I'd put the ROM extraction program somewhere else, it's not related to machine emulation very much.