On 02/24/2011 11:48 PM, Anthony Liguori wrote:
Use the serial port for printf() and use the Bochs bios exit port if the testdev port isn't available. This unconditionally switches to use the serial port but tries to use the testdev exit port since that lets you pass an exit status.
The only issue I can see is that the serial port is much slower than the testdev port (since we can use rep outsb there). That only matters for access.flat in full output mode (not default). So please keep the old code under #if 0 so we can easily switch back to it.
-- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html