From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mwd4C-0001Gn-Nd for qemu-devel@nongnu.org; Sat, 10 Oct 2009 10:37:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mwd48-0001At-0d for qemu-devel@nongnu.org; Sat, 10 Oct 2009 10:37:04 -0400 Received: from [199.232.76.173] (port=51683 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mwd47-0001Am-Tv for qemu-devel@nongnu.org; Sat, 10 Oct 2009 10:36:59 -0400 Received: from kuber.nabble.com ([216.139.236.158]:53079) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mwd47-0007xy-J5 for qemu-devel@nongnu.org; Sat, 10 Oct 2009 10:36:59 -0400 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Mwd45-00040c-FL for qemu-devel@nongnu.org; Sat, 10 Oct 2009 07:36:57 -0700 Message-ID: <25834748.post@talk.nabble.com> Date: Sat, 10 Oct 2009 07:36:57 -0700 (PDT) From: TeLeMan Subject: Re: [Qemu-devel] Windows host broken In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org rom_add_file in loader.c: "fd = open(rom->path, O_RDONLY);" should be "fd = open(rom->path, O_RDONLY|O_BINARY);" malc-4 wrote: > > > By 45a50b1668822c23afc2a89f724654e176518bc4, symptoms VM starts but the > screen stays black. > > -- > mailto:av1474@comtv.ru > > > > -- View this message in context: http://www.nabble.com/Windows-host-broken-tp25833538p25834748.html Sent from the QEMU - Dev mailing list archive at Nabble.com.