From 87521589aa6a677bad2b4a80b8fd3ad152c1c274 Mon Sep 17 00:00:00 2001 From: Daniel De Graaf Date: Sat, 28 Jan 2012 13:48:03 +0000 Subject: xen: allow global VIRQ handlers to be delegated to other domains This patch sends global VIRQs to a domain designated as the VIRQ handler instead of sending all global VIRQ events to dom0. This is required in order to run xenstored in a stubdom, because VIRQ_DOM_EXC must be sent to xenstored for domain destruction to work properly. This patch was inspired by the xenstored stubdomain patch series sent to xen-devel by Alex Zeffertt in 2009. Signed-off-by: Diego Ongaro Signed-off-by: Alex Zeffertt Signed-off-by: Daniel De Graaf Acked-by: Ian Campbell Committed-by: Keir Fraser --- tools/flask/policy/policy/flask/access_vectors | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/flask') diff --git a/tools/flask/policy/policy/flask/access_vectors b/tools/flask/policy/policy/flask/access_vectors index 644f2e1789..5901911d18 100644 --- a/tools/flask/policy/policy/flask/access_vectors +++ b/tools/flask/policy/policy/flask/access_vectors @@ -85,6 +85,7 @@ class domain getpodtarget setpodtarget set_misc_info + set_virq_handler } class hvm -- cgit v1.2.3