Displaying 2 results from an estimated 2 matches for "acc408d667e1".
2011 Nov 29
18
[PATCH 0 of 6] Add support for a VM generation ID virtual device (v2)
The following is a revised patch series to add support for a
VM generation ID virtual device for HVM guests.
The basic requirements of this device are as follows:
- It must be exposed somewhere in ACPI namespace with a _CID of
"VM_Gen_Counter".
- It must also include a _DDN of "VM_Gen_Counter".
- It must contain a _HID object but no particular value is
required.
- It must
2011 Nov 29
0
[PATCH] Fix hvmloader xenbus segment array length
# HG changeset patch
# User Paul Durrant <paul.durrant@citrix.com>
# Date 1322574403 0
# Node ID 51692288a6e84c941f9e5049c73b7246bab97f70
# Parent e1e952982cf1d7a0c38a7822a8b5e78ba04b5ba5
Fix hvmloader xenbus segment array length.
c/s acc408d667e1 had this one too short for handling a write. This
incremental patch rectifies the problem.
Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
diff -r e1e952982cf1 -r 51692288a6e8 tools/firmware/hvmloader/xenbus.c
--- a/tools/firmware/hvmloader/xenbus.c Tue Nov 29 13:41:54 2011 +0000
+++...