From: Ian Jackson Date: Wed, 31 Dec 2008 16:18:01 +0000 (+0000) Subject: magic ioport 0x10 protocol - give owner names X-Git-Tag: t.master-before-merge~37 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d48a83712ff3799142ac3029921b2b89e45a63d5;p=qemu-xen-3.4-testing.git magic ioport 0x10 protocol - give owner names Product IDs should have named owners to discourage reuse and identify who is supposed to be using them. Signed-off-by: Ian Jackson --- diff --git a/xenstore.c b/xenstore.c index 12d01243..83aad864 100644 --- a/xenstore.c +++ b/xenstore.c @@ -800,9 +800,9 @@ xenstore_pv_driver_build_blacklisted(uint16_t product_nr, * During development, you may use the product ID 0xffff to * indicate a driver which is yet to be released. */ - case 1: product = "xensource-windows"; break; - case 2: product = "gplpv-windows"; break; - case 0xffff: product = "experimental"; break; + case 1: product = "xensource-windows"; break; /* Citrix */ + case 2: product = "gplpv-windows"; break; /* James Harper */ + case 0xffff: product = "experimental"; break; default: /* Don't know what product this is -> we can't blacklist * it. */