From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vadim Rozenfeld Subject: [RFC PATCH 2/7] [hyper-v] add hyper-v placeholders. Date: Sun, 9 Oct 2011 20:52:50 +0200 Message-ID: <1318186375-27672-3-git-send-email-vrozenfe@redhat.com> References: <1318186375-27672-1-git-send-email-vrozenfe@redhat.com> Cc: Avi Kivity , Vadim Rozenfeld To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:55919 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751591Ab1JISxI (ORCPT ); Sun, 9 Oct 2011 14:53:08 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p99Ir8hI021834 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 9 Oct 2011 14:53:08 -0400 In-Reply-To: <1318186375-27672-1-git-send-email-vrozenfe@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: --- hyperv.c | 3 +++ hyperv.h | 10 ++++++++++ 2 files changed, 13 insertions(+), 0 deletions(-) create mode 100644 hyperv.c create mode 100644 hyperv.h diff --git a/hyperv.c b/hyperv.c new file mode 100644 index 0000000..968ce89 --- /dev/null +++ b/hyperv.c @@ -0,0 +1,3 @@ +#include "hyperv.h" +#include "qemu-common.h" + diff --git a/hyperv.h b/hyperv.h new file mode 100644 index 0000000..a15ba90 --- /dev/null +++ b/hyperv.h @@ -0,0 +1,10 @@ +#ifndef QEMU_HW_HYPERV_H +#define QEMU_HW_HYPERV_H 1 +/* + * public hyper-v header + */ + +#include + +#endif /* QEMU_HW_HYPERV_H */ + -- 1.7.4.4