From e3e47446174532e4bc5ab21afac9cd64df63401d Mon Sep 17 00:00:00 2001 From: Paul Durrant Date: Mon, 1 Oct 2012 20:06:31 +0100 Subject: [PATCH] Register Linux PV-on-HVM drivers product number. This is already in use despite never being registereed. See XEN_IOPORT_LINUX_PRODNUM in include/xen/platform_pci.h Signed-off-by: Paul Durrant Acked-by: Ian Jackson Committed-by: Keir Fraser --- xen/include/public/hvm/pvdrivers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/include/public/hvm/pvdrivers.h b/xen/include/public/hvm/pvdrivers.h index 0471ebc3f4..4c6b705fbf 100644 --- a/xen/include/public/hvm/pvdrivers.h +++ b/xen/include/public/hvm/pvdrivers.h @@ -41,6 +41,7 @@ #define PVDRIVERS_PRODUCT_LIST(EACH) \ EACH("xensource-windows", 0x0001) /* Citrix */ \ EACH("gplpv-windows", 0x0002) /* James Harper */ \ + EACH("linux", 0x0003) \ EACH("experimental", 0xffff) #endif /* _XEN_PUBLIC_PVDRIVERS_H_ */ -- 2.30.2