commit | 2ca73ed004ed817ea887e28bf9ed97e58a652519 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Wed Jun 05 09:37:24 2013 +0200 |
committer | Kevin O'Connor <kevin@koconnor.net> | Wed Jun 12 21:42:15 2013 -0400 |
tree | 03145aa655eb228ce4bc53f1911a5181e98ee678 | |
parent | b98a4b1dae7885097873c5f16ac3fe0ad6543155 [diff] |
config: allow DEBUG_IO for !QEMU Make DEBUG_IO depend on QEMU_HARDWARE instead of QEMU, so it can be enabled for seabios builds running indirectly (coreboot, csm) on qemu. Add runtime check for PF_QEMU to debug port console to make sure we don't poke on random ports on physical hardware. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>