[PATCH] hv: Change the guest ID value
[Posted July 18, 2012 by corbet]
From: |
| Matthew Garrett <mjg-AT-redhat.com> |
To: |
| kys-AT-microsoft.com |
Subject: |
| [PATCH] hv: Change the guest ID value |
Date: |
| Fri, 13 Jul 2012 11:27:03 -0400 |
Message-ID: |
| <1342193223-18193-1-git-send-email-mjg@redhat.com> |
Cc: |
| linux-kernel-AT-vger.kernel.org, pbonzini-AT-redhat.com,
Matthew Garrett <mjg-AT-redhat.com> |
Archive‑link: | |
Article |
If I have to explain this I'm going to be very sad.
Signed-off-by: Matthew Garrett <mjg@redhat.com>
---
drivers/hv/hyperv_vmbus.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/hv/hyperv_vmbus.h b/drivers/hv/hyperv_vmbus.h
index b9426a6..77e48b0 100644
--- a/drivers/hv/hyperv_vmbus.h
+++ b/drivers/hv/hyperv_vmbus.h
@@ -411,7 +411,7 @@ enum {
#define HV_PRESENT_BIT 0x80000000
#define HV_LINUX_GUEST_ID_LO 0x00000000
-#define HV_LINUX_GUEST_ID_HI 0xB16B00B5
+#define HV_LINUX_GUEST_ID_HI 0x0DEFACED
#define HV_LINUX_GUEST_ID (((u64)HV_LINUX_GUEST_ID_HI << 32) | \
HV_LINUX_GUEST_ID_LO)
--
1.7.10.4