|
|
0a122b |
From eef2b7f5dd51a0b27cb291fccb995f1e3630b11f Mon Sep 17 00:00:00 2001
|
|
|
0a122b |
From: Laszlo Ersek <lersek@redhat.com>
|
|
|
0a122b |
Date: Thu, 21 Nov 2013 16:27:17 +0100
|
|
|
0a122b |
Subject: [PATCH 07/14] introduce RFQDN_REDHAT (RHEL 6->7 fwd)
|
|
|
0a122b |
|
|
|
0a122b |
RH-Author: Laszlo Ersek <lersek@redhat.com>
|
|
|
0a122b |
Message-id: <1385051239-3677-2-git-send-email-lersek@redhat.com>
|
|
|
0a122b |
Patchwork-id: 55836
|
|
|
0a122b |
O-Subject: [RHEL-7.0 qemu-kvm PATCH 1/3] introduce RFQDN_REDHAT (RHEL 6->7 fwd)
|
|
|
0a122b |
Bugzilla: 971933
|
|
|
0a122b |
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
|
|
|
0a122b |
RH-Acked-by: Jiri Denemark <jdenemar@redhat.com>
|
|
|
0a122b |
RH-Acked-by: Luiz Capitulino <lcapitulino@redhat.com>
|
|
|
0a122b |
|
|
|
0a122b |
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=971933
|
|
|
0a122b |
|
|
|
0a122b |
This forward ports the final effect of RHEL-6 commit
|
|
|
0a122b |
|
|
|
0a122b |
commit 8d99c4ad4d9fa53768bfbca8606457f8179f4404
|
|
|
0a122b |
Author: Luiz Capitulino <lcapitulino@redhat.com>
|
|
|
0a122b |
Date: Fri May 14 22:49:19 2010 -0300
|
|
|
0a122b |
|
|
|
0a122b |
Monitor: Make RFQDN_REDHAT public
|
|
|
0a122b |
|
|
|
0a122b |
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
|
|
|
0a122b |
---
|
|
|
0a122b |
include/monitor/monitor.h | 3 +++
|
|
|
0a122b |
1 file changed, 3 insertions(+)
|
|
|
0a122b |
|
|
|
0a122b |
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
0a122b |
---
|
|
|
0a122b |
include/monitor/monitor.h | 3 +++
|
|
|
0a122b |
1 files changed, 3 insertions(+), 0 deletions(-)
|
|
|
0a122b |
|
|
|
0a122b |
diff --git a/include/monitor/monitor.h b/include/monitor/monitor.h
|
|
|
0a122b |
index 10fa0e3..dcce609 100644
|
|
|
0a122b |
--- a/include/monitor/monitor.h
|
|
|
0a122b |
+++ b/include/monitor/monitor.h
|
|
|
0a122b |
@@ -19,6 +19,9 @@ extern Monitor *default_mon;
|
|
|
0a122b |
/* flags for monitor commands */
|
|
|
0a122b |
#define MONITOR_CMD_ASYNC 0x0001
|
|
|
0a122b |
|
|
|
0a122b |
+/* Red Hat Monitor's prefix (reversed fully qualified domain) */
|
|
|
0a122b |
+#define RFQDN_REDHAT "__com.redhat_"
|
|
|
0a122b |
+
|
|
|
0a122b |
/* QMP events */
|
|
|
0a122b |
typedef enum MonitorEvent {
|
|
|
0a122b |
QEVENT_SHUTDOWN,
|
|
|
0a122b |
--
|
|
|
0a122b |
1.7.1
|
|
|
0a122b |
|