feat(interrupts): increment queue size
Increase the size of the buffer for virtual interrupts.
Signed-off-by: J-Alves <joao.alves@arm.com>
Change-Id: Ib4e48e5a6731c904e6f2a7ccb8defdf47b366309
diff --git a/inc/hf/vcpu.h b/inc/hf/vcpu.h
index 6f02cb2..7d16b6a 100644
--- a/inc/hf/vcpu.h
+++ b/inc/hf/vcpu.h
@@ -23,7 +23,7 @@
#define NS_ACTION_SIGNALED 2
/** Maximum number of pending virtual interrupts in the queue per vCPU. */
-#define VINT_QUEUE_MAX 5
+#define VINT_QUEUE_MAX 10
enum vcpu_state {
/** The vCPU is switched off. */