]> Git Repo - qemu.git/commit
nvdimm acpi: introduce _FIT
authorXiao Guangrong <[email protected]>
Fri, 28 Oct 2016 16:35:39 +0000 (00:35 +0800)
committerMichael S. Tsirkin <[email protected]>
Tue, 1 Nov 2016 17:21:09 +0000 (19:21 +0200)
commit806864d9a8a6d5c4cee2ca9bd00474346143113b
tree36e08ba8c5e4fc63c581714770a6dd0df17c297e
parent75b0713e189a981e5bfd087d5f35705446bbb12a
nvdimm acpi: introduce _FIT

_FIT is required for hotplug support, guest will inquire the updated
device info from it if a hotplug event is received

As FIT buffer is not completely mapped into guest address space, so a
new function, Read FIT whose UUID is UUID
648B9CF2-CDA1-4312-8AD9-49C4AF32BD62, handle 0x10000, function index
is 0x1, is reserved by QEMU to read the piece of FIT buffer. The buffer
is concatenated before _FIT return

Refer to docs/specs/acpi-nvdimm.txt for detailed design

Signed-off-by: Xiao Guangrong <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
docs/specs/acpi_nvdimm.txt
hw/acpi/nvdimm.c
This page took 0.023867 seconds and 4 git commands to generate.