From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [PATCH kvm-unit-tests v2 0/3] realmode: print to serial port Date: Thu, 9 May 2013 18:04:09 +0300 Message-ID: <20130509150409.GB10830@redhat.com> References: <1368111305-9076-1-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Paolo Bonzini Return-path: Received: from mx1.redhat.com ([209.132.183.28]:41404 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752821Ab3EIPEL (ORCPT ); Thu, 9 May 2013 11:04:11 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r49F4B6o024988 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 9 May 2013 11:04:11 -0400 Content-Disposition: inline In-Reply-To: <1368111305-9076-1-git-send-email-pbonzini@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, May 09, 2013 at 04:55:02PM +0200, Paolo Bonzini wrote: > The realmode test is compiled in 16-bit mode, hence it uses a > cut-and-pasted version of the mini C library and is still printing > to the old debug port at 0xf1. Use the serial port instead. > > v1->v2: set serial_inited, both in the original and the copied code [Gleb] > > Paolo Bonzini (3): > realmode: restore DF at exit from exec_in_big_real_mode > io: only initialize serial port once > realmode: print to serial port > Applied, thanks. > lib/x86/io.c | 1 + > x86/realmode.c | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--- > 2 files changed, 68 insertions(+), 3 deletions(-) > > -- > 1.8.1.4 > > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Gleb.