projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5d29d2
)
msix: use specific endian ld/st_phys
author
Alexander Graf
<agraf@suse.de>
Tue, 5 Jul 2011 16:28:06 +0000
(18:28 +0200)
committer
Blue Swirl
<blauwirbel@gmail.com>
Tue, 12 Jul 2011 20:00:29 +0000
(20:00 +0000)
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/msix.c
patch
|
blob
|
history
diff --git
a/hw/msix.c
b/hw/msix.c
index 03d7becaafb72bd6c0f32c5c332e16c4e55cdaa4..e67e700a33bd1d3a059e1f59197ca8f575674f22 100644
(file)
--- a/
hw/msix.c
+++ b/
hw/msix.c
@@
-359,7
+359,7
@@
void msix_notify(PCIDevice *dev, unsigned vector)
address = pci_get_quad(table_entry + PCI_MSIX_ENTRY_LOWER_ADDR);
data = pci_get_long(table_entry + PCI_MSIX_ENTRY_DATA);
- stl_phys(address, data);
+ stl_
le_
phys(address, data);
}
void msix_reset(PCIDevice *dev)