From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean Guyader Subject: [PATCH 2/4] xen: virq, remove VIRQ_XC_RESERVED Date: Thu, 20 Sep 2012 10:47:04 +0100 Message-ID: <1348134426-25320-3-git-send-email-jean.guyader@citrix.com> References: <1348134426-25320-1-git-send-email-jean.guyader@citrix.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------true" Return-path: In-Reply-To: <1348134426-25320-1-git-send-email-jean.guyader@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: tim@xen.org, Jean Guyader , JBeulich@suse.com List-Id: xen-devel@lists.xenproject.org --------------true Content-Type: text/plain; charset="UTF-8"; format=fixed Content-Transfer-Encoding: quoted-printable VIRQ_XC_RESERVED was reserved for V4V but we have switched to event channels so this place holder is no longer required. Signed-off-by: Jean Guyader --- xen/include/public/xen.h | 1 - 1 file changed, 1 deletion(-) --------------true Content-Type: text/x-patch; name="0002-xen-virq-remove-VIRQ_XC_RESERVED.patch" Content-Disposition: attachment; filename="0002-xen-virq-remove-VIRQ_XC_RESERVED.patch" Content-Transfer-Encoding: quoted-printable diff --git a/xen/include/public/xen.h b/xen/include/public/xen.h index 361398b..8def420 100644 --- a/xen/include/public/xen.h +++ b/xen/include/public/xen.h @@ -155,7 +155,6 @@ DEFINE_XEN_GUEST_HANDLE(xen_pfn_t); #define VIRQ_CON_RING 8 /* G. (DOM0) Bytes received on console = */ #define VIRQ_PCPU_STATE 9 /* G. (DOM0) PCPU state changed = */ #define VIRQ_MEM_EVENT 10 /* G. (DOM0) A memory event has occured = */ -#define VIRQ_XC_RESERVED 11 /* G. Reserved for XenClient = */ #define VIRQ_ENOMEM 12 /* G. (DOM0) Low on heap memory */ =20 /* Architecture-specific VIRQ definitions. */ --------------true Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel --------------true--