qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [7071] Make PCI config status register read-only
@ 2009-04-10 20:49 Anthony Liguori
  0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2009-04-10 20:49 UTC (permalink / raw)
  To: qemu-devel

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 <aliguori@us.ibm.com>

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:

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-10 20:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-10 20:49 [Qemu-devel] [7071] Make PCI config status register read-only Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).