2011-03-30 16:55:02

by Justin P. Mattock

[permalink] [raw]
Subject: [PATCH v2]arch:x86:kvm:i8254.h Remove base_addresss in kvm_pit since it is unused.

The patch below removes unsigned long base_addresss; in i8254.h
since it is unused.

Signed-off-by: Justin P. Mattock <[email protected]>

---
arch/x86/kvm/i8254.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/x86/kvm/i8254.h b/arch/x86/kvm/i8254.h
index 46d08ca..b681a9f 100644
--- a/arch/x86/kvm/i8254.h
+++ b/arch/x86/kvm/i8254.h
@@ -33,7 +33,6 @@ struct kvm_kpit_state {
};

struct kvm_pit {
- unsigned long base_addresss;
struct kvm_io_device dev;
struct kvm_io_device speaker_dev;
struct kvm *kvm;
--
1.7.4.1


2011-04-05 08:22:46

by Avi Kivity

[permalink] [raw]
Subject: Re: [PATCH v2]arch:x86:kvm:i8254.h Remove base_addresss in kvm_pit since it is unused.

On 03/30/2011 06:54 PM, Justin P. Mattock wrote:
> The patch below removes unsigned long base_addresss; in i8254.h
> since it is unused.
>

Applied, thanks.

--
error compiling committee.c: too many arguments to function

2011-04-05 15:39:05

by Justin P. Mattock

[permalink] [raw]
Subject: Re: [PATCH v2]arch:x86:kvm:i8254.h Remove base_addresss in kvm_pit since it is unused.

On Tue, 2011-04-05 at 11:22 +0300, Avi Kivity wrote:
> On 03/30/2011 06:54 PM, Justin P. Mattock wrote:
> > The patch below removes unsigned long base_addresss; in i8254.h
> > since it is unused.
> >
>
> Applied, thanks.
>

o.k. avi... your welcome, and thank you for being patient with me..
(I'm not the best at code, but am willing to learn and work at it to get
better).

Justin P. Mattock