From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sasha Levin Subject: [PATCH 9/9] kvm tools: Remove static ioport allocations Date: Wed, 25 May 2011 17:23:47 +0300 Message-ID: <1306333427-26186-9-git-send-email-levinsasha928@gmail.com> References: <1306333427-26186-1-git-send-email-levinsasha928@gmail.com> Cc: john@jfloren.net, kvm@vger.kernel.org, mingo@elte.hu, asias.hejun@gmail.com, gorcunov@gmail.com, prasadjoshi124@gmail.com, Sasha Levin To: penberg@kernel.org Return-path: Received: from mail-ww0-f42.google.com ([74.125.82.42]:61737 "EHLO mail-ww0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753119Ab1EYOYi (ORCPT ); Wed, 25 May 2011 10:24:38 -0400 Received: by wwk4 with SMTP id 4so3501158wwk.1 for ; Wed, 25 May 2011 07:24:36 -0700 (PDT) In-Reply-To: <1306333427-26186-1-git-send-email-levinsasha928@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: Signed-off-by: Sasha Levin --- tools/kvm/include/kvm/ioport.h | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/tools/kvm/include/kvm/ioport.h b/tools/kvm/include/kvm/ioport.h index 709e18e..cc57cdd 100644 --- a/tools/kvm/include/kvm/ioport.h +++ b/tools/kvm/include/kvm/ioport.h @@ -10,15 +10,6 @@ #define IOPORT_START 0x6200 #define IOPORT_SIZE 0x400 -#define IOPORT_VESA 0xa200 -#define IOPORT_VESA_SIZE 256 -#define IOPORT_VIRTIO_P9 0xb200 /* Virtio 9P device */ -#define IOPORT_VIRTIO_P9_SIZE 256 -#define IOPORT_VIRTIO_CONSOLE 0xd200 /* Virtio console device */ -#define IOPORT_VIRTIO_CONSOLE_SIZE 256 -#define IOPORT_VIRTIO_NET 0xe200 /* Virtio network device */ -#define IOPORT_VIRTIO_NET_SIZE 256 - struct kvm; struct ioport_operations { -- 1.7.5.rc3