* [PATCH] [passthrough] Change init for pt_pci_host return value.
@ 2012-01-16 14:40 Jean Guyader
0 siblings, 0 replies; only message in thread
From: Jean Guyader @ 2012-01-16 14:40 UTC (permalink / raw)
To: xen-devel; +Cc: Ian.Jackson, allen.m.kay, Jean Guyader
[-- Attachment #1: Type: text/plain, Size: 238 bytes --]
With an init of -1 all the return value smaller than a double word
will be prefixed with "f"s.
Signed-off-by: Jean Guyader <jean.guyader@eu.citrix.com>
---
hw/pass-through.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-passthrough-Change-init-for-pt_pci_host-return-value.patch --]
[-- Type: text/x-patch; name="0001-passthrough-Change-init-for-pt_pci_host-return-value.patch", Size: 396 bytes --]
diff --git a/hw/pass-through.c b/hw/pass-through.c
index dbe8804..6a77657 100644
--- a/hw/pass-through.c
+++ b/hw/pass-through.c
@@ -2085,7 +2085,7 @@ struct pci_dev *pt_pci_get_dev(int bus, int dev, int fn)
u32 pt_pci_host_read(struct pci_dev *pci_dev, u32 addr, int len)
{
- u32 val = -1;
+ u32 val = 0;
pci_access_init();
pci_read_block(pci_dev, addr, (u8 *) &val, len);
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-01-16 14:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-16 14:40 [PATCH] [passthrough] Change init for pt_pci_host return value Jean Guyader
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).