On Mon, 2017-11-06 at 17:09 +0000, Jean-Philippe Brucker wrote: > Hi Gerd, > > This change deserves a comment, as it's not obvious what we're doing > here. > How about: > > """ > When using an external firmware on x86, kvmtool follows the legacy > BIOS > standard, by entering firmware at address 0xffff0 in 16bit real mode. This has nothing to do with the legacy bios standards. The cpu starts executing at 0xffff0 after reset, no matter what the firmware is. It's the same for uefi and coreboot. But, yes, mentioning the reset vector is reasonable, it you don't know that x86 detail it isn't obvious indeed. Sending v2 in a moment. cheers, Gerd