/* * flds is an instruction that the KVM instruction emulator is known not to * support. This can be used in guest code along with a mechanism to force * KVM to emulate the instruction (e.g. by providing an MMIO address) to * exercise emulation failures.
*/ staticinlinevoid flds(uint64_t address)
{
__asm__ __volatile__(FLDS_MEM_EAX :: "a"(address));
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.