]> Git Repo - qemu.git/commit
hw/i386/vmport: Add support for CMD_GETBIOSUUID
authorLiran Alon <[email protected]>
Thu, 12 Mar 2020 16:54:24 +0000 (18:54 +0200)
committerPaolo Bonzini <[email protected]>
Wed, 10 Jun 2020 16:09:47 +0000 (12:09 -0400)
commitaaacf1c15a225ffeb1ff066b78e211594b3a5053
treef2237701b60861cbad3ee3b96f6d6154604e3d9b
parentdcd938f032d3cca5d33d9faaca591b498d40debe
hw/i386/vmport: Add support for CMD_GETBIOSUUID

This is VMware documented functionallity that some guests rely on.
Returns the BIOS UUID of the current virtual machine.

Note that we also introduce a new compatability flag "x-cmds-v2" to
make sure to expose new VMPort commands only to new machine-types.
This flag will also be used by the following patches that will introduce
additional VMPort commands.

Reviewed-by: Nikita Leshenko <[email protected]>
Signed-off-by: Liran Alon <[email protected]>
Message-Id: <20200312165431[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
hw/core/machine.c
hw/i386/vmport.c
include/hw/i386/vmport.h
This page took 0.025485 seconds and 4 git commands to generate.