public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH kvm-unit-tests v2 0/3] realmode: print to serial port
@ 2013-05-09 14:55 Paolo Bonzini
  2013-05-09 14:55 ` [PATCH kvm-unit-tests v2 1/3] realmode: restore DF at exit from exec_in_big_real_mode Paolo Bonzini
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Paolo Bonzini @ 2013-05-09 14:55 UTC (permalink / raw)
  To: kvm

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

 lib/x86/io.c   |  1 +
 x86/realmode.c | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 2 files changed, 68 insertions(+), 3 deletions(-)

-- 
1.8.1.4


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-05-09 15:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-09 14:55 [PATCH kvm-unit-tests v2 0/3] realmode: print to serial port Paolo Bonzini
2013-05-09 14:55 ` [PATCH kvm-unit-tests v2 1/3] realmode: restore DF at exit from exec_in_big_real_mode Paolo Bonzini
2013-05-09 14:55 ` [PATCH kvm-unit-tests v2 2/3] io: only initialize serial port once Paolo Bonzini
2013-05-09 14:55 ` [PATCH kvm-unit-tests v2 3/3] realmode: print to serial port Paolo Bonzini
2013-05-09 15:04 ` [PATCH kvm-unit-tests v2 0/3] " Gleb Natapov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox