Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Tim Deegan <tim@xen.org>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
DUMMY(nr_irqs_gsi);
/* Other */
-DUMMY(send_timer_event);
DUMMY(share_xen_page_with_privileged_guests);
#include <xen/softirq.h>
#include <xen/time.h>
#include <xen/sched.h>
+#include <xen/event.h>
#include <asm/system.h>
/*
isb();
}
+/* VCPU PV timers. */
+void send_timer_event(struct vcpu *v)
+{
+ send_guest_vcpu_virq(v, VIRQ_TIMER);
+}
+
/* VCPU PV clock. */
void update_vcpu_system_time(struct vcpu *v)
{