summary refs log tree commit diff stats
path: root/hw/apic.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/apic.c')
-rw-r--r--hw/apic.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/apic.c b/hw/apic.c
index db02f9a985..25f6f53a96 100644
--- a/hw/apic.c
+++ b/hw/apic.c
@@ -604,6 +604,9 @@ static uint32_t apic_mem_readl(void *opaque, target_phys_addr_t addr)
         /* ppr */
         val = apic_get_ppr(s);
         break;
+    case 0x0b:
+        val = 0;
+        break;
     case 0x0d:
         val = s->log_dest << 24;
         break;