mirror of https://github.com/xqemu/xqemu.git
hw/pvrdma: Make default pkey 0xFFFF
Commit6e7dba23af
("hw/pvrdma: Make default pkey 0xFFFF") exports default pkey as external definition but omit the change from 0x7FFF to 0xFFFF. Fixes:6e7dba23af
("hw/pvrdma: Make default pkey 0xFFFF") Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com> Reviewed-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> Signed-off-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
This commit is contained in:
parent
f00c48caab
commit
536692ca1d
|
@ -52,7 +52,7 @@
|
||||||
#define PVRDMA_FW_VERSION 14
|
#define PVRDMA_FW_VERSION 14
|
||||||
|
|
||||||
/* Some defaults */
|
/* Some defaults */
|
||||||
#define PVRDMA_PKEY 0x7FFF
|
#define PVRDMA_PKEY 0xFFFF
|
||||||
|
|
||||||
typedef struct DSRInfo {
|
typedef struct DSRInfo {
|
||||||
dma_addr_t dma;
|
dma_addr_t dma;
|
||||||
|
|
Loading…
Reference in New Issue