mirror of
https://github.com/ipxe/ipxe
synced 2026-02-06 21:29:29 +03:00
[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 <mcb30@ipxe.org>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user