2012-12-16 23:27:22 +00:00
|
|
|
From 605d30a4a9548e27d65fa90faa29b942df097e1e Mon Sep 17 00:00:00 2001
|
2012-10-31 00:56:59 +00:00
|
|
|
From: Alon Levy <alevy@redhat.com>
|
|
|
|
Date: Tue, 30 Oct 2012 18:00:33 +0200
|
|
|
|
Subject: [PATCH] wip: hw/qxl: inject interrupts in any state
|
|
|
|
|
|
|
|
---
|
|
|
|
hw/qxl.c | 1 -
|
|
|
|
1 file changed, 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/hw/qxl.c b/hw/qxl.c
|
2012-12-16 23:27:22 +00:00
|
|
|
index 8d33745..1d8ffae 100644
|
2012-10-31 00:56:59 +00:00
|
|
|
--- a/hw/qxl.c
|
|
|
|
+++ b/hw/qxl.c
|
|
|
|
@@ -1714,7 +1714,6 @@ static void qxl_send_events(PCIQXLDevice *d, uint32_t events)
|
|
|
|
uint32_t le_events = cpu_to_le32(events);
|
|
|
|
|
|
|
|
trace_qxl_send_events(d->id, events);
|
|
|
|
- assert(qemu_spice_display_is_running(&d->ssd));
|
|
|
|
old_pending = __sync_fetch_and_or(&d->ram->int_pending, le_events);
|
|
|
|
if ((old_pending & le_events) == le_events) {
|
|
|
|
return;
|
|
|
|
--
|
2012-12-16 23:27:22 +00:00
|
|
|
1.8.0.2
|
2012-10-31 00:56:59 +00:00
|
|
|
|