search for: uuid_to_string

Displaying 3 results from an estimated 3 matches for "uuid_to_string".

2006 Aug 22
0
[PATCH] [HVM] Make serial number in SMBIOS table equal to UUID
...ersion_str = 3; - p->serial_number_str = 0; + p->serial_number_str = 4; memcpy(p->uuid, uuid, 16); @@ -395,6 +398,9 @@ smbios_type_1_init(void *start, const ch start += strlen("HVM domU") + 1; strcpy((char *)start, xen_version); start += strlen(xen_version) + 1; + uuid_to_string(uuid_str, uuid); + strcpy((char *)start, uuid_str); + start += strlen(uuid_str) + 1; *((uint8_t *)start) = 0; return start+1; diff -r 6a8204e4619d -r f3a3ee53050e tools/firmware/hvmloader/util.c --- a/tools/firmware/hvmloader/util.c Mon Aug 21 13:36:05 2006 +0100 +++ b/tools/firmware/hv...
2018 Oct 10
0
[ANNOUNCE] libSM 1.2.3
Alan Coopersmith (1): Stop compiling empty sm_auth.c stub Emil Velikov (1): autogen.sh: use quoted string variables Fab (1): Fix callbacks signatures in libSM documentation Jon TURNEY (1): Include unistd.h for getpid() Matthieu Herrb (3): Fix uuid_to_string(3) type Get rid of strcpy() in the HAVE_UUID_CREATE case libSM 1.2.3 Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish Tobias Stoeckmann (1): Fixed out ouf boundary accesses. git...
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