From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKAKP-0002nP-Hy for qemu-devel@nongnu.org; Mon, 04 Jul 2016 16:18:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bKAKL-0005Zb-B5 for qemu-devel@nongnu.org; Mon, 04 Jul 2016 16:18:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKAKL-0005ZS-5S for qemu-devel@nongnu.org; Mon, 04 Jul 2016 16:18:45 -0400 Message-ID: <1467663522.15123.205.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 04 Jul 2016 22:18:42 +0200 In-Reply-To: <20160704172854.GA10520@morn.lan> References: <1467370471-20554-1-git-send-email-kraxel@redhat.com> <1467370471-20554-2-git-send-email-kraxel@redhat.com> <20160701154732.GA11200@morn.lan> <1467620195.15123.133.camel@redhat.com> <7c1baeab-b8b0-93d1-a9a2-054dfd92ece0@redhat.com> <1467636384.15123.177.camel@redhat.com> <20160704152648.GA2039@morn.lan> <20160704160006.GA4549@morn.lan> <20160704172854.GA10520@morn.lan> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [RFC PATCH 1/2] serial console, output List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor Cc: Paolo Bonzini , seabios@seabios.org, qemu-devel@nongnu.org Hi, > I found what I was looking for though - it was in the sgabios > design.txt file instead of the revision history: > So, if I read the above correctly, it was lilo that inspired the > "feature". Anyway, something to keep in mind. Oh. lilo. Interesting. I didn't expect http://www.qemu-advent-calendar.org/#day-1 becomes a useful testcase some day ;) > BTW, lots of good info in the rest of design.txt. Guess I should have a closer look at it. thanks for the pointer, Gerd