Displaying 8 results from an estimated 8 matches for "pci_status_66mhz".
2010 Oct 01
2
trouble building 4.0.1
...tubdom/pt-msi.o
In file included from /usr/src/xen-4.0.1/stubdom/ioemu/hw/pass-through.h:22:0,
from /usr/src/xen-4.0.1/stubdom/ioemu/hw/pt-msi.h:5,
from /usr/src/xen-4.0.1/stubdom/ioemu/hw/pt-msi.c:22:
/usr/src/xen-4.0.1/stubdom/ioemu/hw/pci.h:172:0: warning: "PCI_STATUS_66MHZ" redefined
/usr/src/xen-4.0.1/stubdom/cross-root-i686/i686-xen-elf/include/pci/header.h:31:0: note: this is the location of the previous definition
/usr/src/xen-4.0.1/stubdom/ioemu/hw/pci.h:174:0: warning: "PCI_STATUS_FAST_BACK" redefined
/usr/src/xen-4.0.1/stubdom/cross-root-i686/i6...
2009 Jun 05
1
[PATCHv3 03/13] qemu: add routines to manage PCI capabilities
.../* obsolete, use PCI_SUBSYSTEM_ID */
@@ -130,7 +134,7 @@ typedef struct PCIIORegion {
/* Bits in the PCI Status Register (PCI 2.3 spec) */
#define PCI_STATUS_RESERVED1 0x007
#define PCI_STATUS_INT_STATUS 0x008
-#define PCI_STATUS_CAPABILITIES 0x010
+#define PCI_STATUS_CAP_LIST 0x010
#define PCI_STATUS_66MHZ 0x020
#define PCI_STATUS_RESERVED2 0x040
#define PCI_STATUS_FAST_BACK 0x080
@@ -160,6 +164,9 @@ struct PCIDevice {
/* Used to implement R/W bytes */
uint8_t wmask[PCI_CONFIG_SPACE_SIZE];
+ /* Used to allocate config space for capabilities. */
+ uint8_t used[PCI_CONFIG_SPACE_SIZE...
2009 Jun 05
1
[PATCHv3 03/13] qemu: add routines to manage PCI capabilities
.../* obsolete, use PCI_SUBSYSTEM_ID */
@@ -130,7 +134,7 @@ typedef struct PCIIORegion {
/* Bits in the PCI Status Register (PCI 2.3 spec) */
#define PCI_STATUS_RESERVED1 0x007
#define PCI_STATUS_INT_STATUS 0x008
-#define PCI_STATUS_CAPABILITIES 0x010
+#define PCI_STATUS_CAP_LIST 0x010
#define PCI_STATUS_66MHZ 0x020
#define PCI_STATUS_RESERVED2 0x040
#define PCI_STATUS_FAST_BACK 0x080
@@ -160,6 +164,9 @@ struct PCIDevice {
/* Used to implement R/W bytes */
uint8_t wmask[PCI_CONFIG_SPACE_SIZE];
+ /* Used to allocate config space for capabilities. */
+ uint8_t used[PCI_CONFIG_SPACE_SIZE...
2009 May 25
2
[PATCH 03/11] qemu: add routines to manage PCI capabilities
.../* obsolete, use PCI_SUBSYSTEM_ID */
@@ -130,7 +134,7 @@ typedef struct PCIIORegion {
/* Bits in the PCI Status Register (PCI 2.3 spec) */
#define PCI_STATUS_RESERVED1 0x007
#define PCI_STATUS_INT_STATUS 0x008
-#define PCI_STATUS_CAPABILITIES 0x010
+#define PCI_STATUS_CAP_LIST 0x010
#define PCI_STATUS_66MHZ 0x020
#define PCI_STATUS_RESERVED2 0x040
#define PCI_STATUS_FAST_BACK 0x080
@@ -160,6 +164,9 @@ struct PCIDevice {
/* Used to implement R/W bytes */
uint8_t mask[PCI_CONFIG_SPACE_SIZE];
+ /* Used to allocate config space for capabilities. */
+ uint8_t used[PCI_CONFIG_SPACE_SIZE]...
2009 May 25
2
[PATCH 03/11] qemu: add routines to manage PCI capabilities
.../* obsolete, use PCI_SUBSYSTEM_ID */
@@ -130,7 +134,7 @@ typedef struct PCIIORegion {
/* Bits in the PCI Status Register (PCI 2.3 spec) */
#define PCI_STATUS_RESERVED1 0x007
#define PCI_STATUS_INT_STATUS 0x008
-#define PCI_STATUS_CAPABILITIES 0x010
+#define PCI_STATUS_CAP_LIST 0x010
#define PCI_STATUS_66MHZ 0x020
#define PCI_STATUS_RESERVED2 0x040
#define PCI_STATUS_FAST_BACK 0x080
@@ -160,6 +164,9 @@ struct PCIDevice {
/* Used to implement R/W bytes */
uint8_t mask[PCI_CONFIG_SPACE_SIZE];
+ /* Used to allocate config space for capabilities. */
+ uint8_t used[PCI_CONFIG_SPACE_SIZE]...
2011 Nov 22
3
[PATCH] qemu-xen: Don't redefine libpci (3.1.7) defines.
These values are already defined by the libpci heders in the version
3.1.7.
PCI_STATUS_66MHZ
PCI_STATUS_RESERVED2
PCI_STATUS_FAST_BACK
PCI_MSIX_TABSIZE
Signed-off-by: Jean Guyader <jean.guyader@eu.citrix.com>
---
hw/pci.h | 6 ++++++
hw/pt-msi.h | 2 ++
2 files changed, 8 insertions(+), 0 deletions(-)
_______________________________________________
Xen-devel mailing lis...
2010 Apr 19
0
Fedora 12 and Xen build problem..
...msi.o
In file included from
/xen-4.0-testing.hg/tools/ioemu-dir/hw/pass-through.h:22,
from /xen-4.0-testing.hg/tools/ioemu-dir/hw/pt-msi.h:5,
from /xen-4.0-testing.hg/tools/ioemu-dir/hw/pt-msi.c:22:
/xen-4.0-testing.hg/tools/ioemu-dir/hw/pci.h:172:1: warning:
"PCI_STATUS_66MHZ" redefined
In file included from /usr/include/pci/pci.h:16,
from /xen-4.0-testing.hg/tools/ioemu-dir/hw/pt-msi.h:4,
from /xen-4.0-testing.hg/tools/ioemu-dir/hw/pt-msi.c:22:
/usr/include/pci/header.h:31:1: warning: this is the location of the
previous definitio...
2011 Dec 09
1
[xen-4.1-testing test] 10458: trouble: broken/fail/pass
...it 3981d218912e186cb4205ee6732f446c177a36a2
Author: Jean Guyader <jean.guyader@eu.citrix.com>
Date: Tue Nov 22 18:49:15 2011 +0000
qemu-xen: Don''t redefine libpci (3.1.7) defines.
These values are already defined by the libpci heders in the version
3.1.7.
PCI_STATUS_66MHZ
PCI_STATUS_RESERVED2
PCI_STATUS_FAST_BACK
PCI_MSIX_TABSIZE
Signed-off-by: Jean Guyader <jean.guyader@eu.citrix.com>
(cherry picked from commit 174d92a73a5d5e67c49501383a519021b72a2468)