From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH 9/9] kvm tools: Remove static ioport allocations Date: Wed, 25 May 2011 16:43:12 +0200 Message-ID: <20110525144312.GD29179@elte.hu> References: <1306333427-26186-1-git-send-email-levinsasha928@gmail.com> <1306333427-26186-9-git-send-email-levinsasha928@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: penberg@kernel.org, john@jfloren.net, kvm@vger.kernel.org, asias.hejun@gmail.com, gorcunov@gmail.com, prasadjoshi124@gmail.com To: Sasha Levin Return-path: Received: from mx2.mail.elte.hu ([157.181.151.9]:37565 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756044Ab1EYOnS (ORCPT ); Wed, 25 May 2011 10:43:18 -0400 Content-Disposition: inline In-Reply-To: <1306333427-26186-9-git-send-email-levinsasha928@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: * Sasha Levin wrote: > 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 Btw., nice end result :-) Thanks, Ingo