diff mbox

[9/9] kvm tools: Remove static ioport allocations

Message ID 1306333427-26186-9-git-send-email-levinsasha928@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Sasha Levin May 25, 2011, 2:23 p.m. UTC
Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
---
 tools/kvm/include/kvm/ioport.h |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

Comments

Ingo Molnar May 25, 2011, 2:43 p.m. UTC | #1
* Sasha Levin <levinsasha928@gmail.com> wrote:

> Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
> ---
>  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
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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 {