qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [7071] Make PCI config status register read-only


From: Anthony Liguori
Subject: [Qemu-devel] [7071] Make PCI config status register read-only
Date: Fri, 10 Apr 2009 20:49:44 +0000

Revision: 7071
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=7071
Author:   aliguori
Date:     2009-04-10 20:49:44 +0000 (Fri, 10 Apr 2009)
Log Message:
-----------
Make PCI config status register read-only

>From the documentation I can find, this register is supposed to be read-only.

Signed-off-by: Anthony Liguori <address@hidden>

Modified Paths:
--------------
    branches/stable_0_10/hw/pci.c

Modified: branches/stable_0_10/hw/pci.c
===================================================================
--- branches/stable_0_10/hw/pci.c       2009-04-10 20:48:17 UTC (rev 7070)
+++ branches/stable_0_10/hw/pci.c       2009-04-10 20:49:44 UTC (rev 7071)
@@ -494,6 +494,8 @@
             case 0x01:
             case 0x02:
             case 0x03:
+            case 0x06:
+            case 0x07:
             case 0x08:
             case 0x09:
             case 0x0a:
@@ -517,6 +519,8 @@
             case 0x01:
             case 0x02:
             case 0x03:
+            case 0x06:
+            case 0x07:
             case 0x08:
             case 0x09:
             case 0x0a:





reply via email to

[Prev in Thread] Current Thread [Next in Thread]