From 145aae39987b2736ed829bf5ffccaa09b37605fe Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 26 Jul 2016 16:18:53 +0100 Subject: [hyperv] Use instance UUID in device name The Windows drivers for VMBus devices are enumerated using the instance UUID rather than the channel number. Include the instance UUID within the iPXE device name to allow an iPXE network device to be more easily associated with the corresponding Windows network device when debugging. Signed-off-by: Michael Brown --- src/include/ipxe/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/ipxe') diff --git a/src/include/ipxe/device.h b/src/include/ipxe/device.h index d81417e8e..d4ba001b0 100644 --- a/src/include/ipxe/device.h +++ b/src/include/ipxe/device.h @@ -72,7 +72,7 @@ struct device_description { /** A hardware device */ struct device { /** Name */ - char name[32]; + char name[40]; /** Driver name */ const char *driver_name; /** Device description */ -- cgit v1.2.3-55-g7522