* [RESEND] [PATCH] kvm: remove useless function define from file arch/x86/kvm/irq.h
@ 2011-03-04 10:22 Duan Jiong
0 siblings, 0 replies; 3+ messages in thread
From: Duan Jiong @ 2011-03-04 10:22 UTC (permalink / raw)
To: avi, kvm, Wei Yongjun
Just remove useless function define kvm_pic_clear_isr_ack() and
pit_has_pending_timer()
Signed-off-by: Duan Jiong<djduanjiong@gmail.com>
---
arch/x86/kvm/irq.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/arch/x86/kvm/irq.h b/arch/x86/kvm/irq.h
index ba910d1..15df9b5 100644
--- a/arch/x86/kvm/irq.h
+++ b/arch/x86/kvm/irq.h
@@ -75,7 +75,6 @@ struct kvm_pic *kvm_create_pic(struct kvm *kvm);
void kvm_destroy_pic(struct kvm *kvm);
int kvm_pic_read_irq(struct kvm *kvm);
void kvm_pic_update_irq(struct kvm_pic *s);
-void kvm_pic_clear_isr_ack(struct kvm *kvm);
static inline struct kvm_pic *pic_irqchip(struct kvm *kvm)
{
@@ -101,6 +100,5 @@ void __kvm_migrate_pit_timer(struct kvm_vcpu *vcpu);
void __kvm_migrate_timers(struct kvm_vcpu *vcpu);
int pit_has_pending_timer(struct kvm_vcpu *vcpu);
-int apic_has_pending_timer(struct kvm_vcpu *vcpu);
#endif
--
1.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [RESEND][PATCH] kvm: remove useless function define from file arch/x86/kvm/irq.h
@ 2011-04-11 4:56 Duan Jiong
2011-04-17 9:35 ` Avi Kivity
0 siblings, 1 reply; 3+ messages in thread
From: Duan Jiong @ 2011-04-11 4:56 UTC (permalink / raw)
To: Wei Yongjun, avi, kvm
Just remove useless function define kvm_pic_clear_isr_ack() and
pit_has_pending_timer()
Signed-off-by:Duan Jiong<djduanjiong@gmail.com>
---
arch/x86/kvm/irq.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/arch/x86/kvm/irq.h b/arch/x86/kvm/irq.h
index ba910d1..53e2d08 100644
--- a/arch/x86/kvm/irq.h
+++ b/arch/x86/kvm/irq.h
@@ -75,7 +75,6 @@ struct kvm_pic *kvm_create_pic(struct kvm *kvm);
void kvm_destroy_pic(struct kvm *kvm);
int kvm_pic_read_irq(struct kvm *kvm);
void kvm_pic_update_irq(struct kvm_pic *s);
-void kvm_pic_clear_isr_ack(struct kvm *kvm);
static inline struct kvm_pic *pic_irqchip(struct kvm *kvm)
{
@@ -100,7 +99,6 @@ void __kvm_migrate_apic_timer(struct kvm_vcpu *vcpu);
void __kvm_migrate_pit_timer(struct kvm_vcpu *vcpu);
void __kvm_migrate_timers(struct kvm_vcpu *vcpu);
-int pit_has_pending_timer(struct kvm_vcpu *vcpu);
int apic_has_pending_timer(struct kvm_vcpu *vcpu);
#endif
--
1.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [RESEND][PATCH] kvm: remove useless function define from file arch/x86/kvm/irq.h
2011-04-11 4:56 [RESEND][PATCH] kvm: remove useless function define from file arch/x86/kvm/irq.h Duan Jiong
@ 2011-04-17 9:35 ` Avi Kivity
0 siblings, 0 replies; 3+ messages in thread
From: Avi Kivity @ 2011-04-17 9:35 UTC (permalink / raw)
To: Duan Jiong; +Cc: Wei Yongjun, kvm
On 04/11/2011 07:56 AM, Duan Jiong wrote:
> Just remove useless function define kvm_pic_clear_isr_ack() and
> pit_has_pending_timer()
>
Applied, thanks.
--
error compiling committee.c: too many arguments to function
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-04-17 9:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-11 4:56 [RESEND][PATCH] kvm: remove useless function define from file arch/x86/kvm/irq.h Duan Jiong
2011-04-17 9:35 ` Avi Kivity
-- strict thread matches above, loose matches on Subject: below --
2011-03-04 10:22 [RESEND] [PATCH] " Duan Jiong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).