projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e78bcc
)
hpet: use specific endian ld/st_phys
author
Alexander Graf
<agraf@suse.de>
Tue, 5 Jul 2011 16:28:03 +0000
(18:28 +0200)
committer
Blue Swirl
<blauwirbel@gmail.com>
Tue, 12 Jul 2011 20:00:26 +0000
(20:00 +0000)
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/hpet.c
patch
|
blob
|
history
diff --git
a/hw/hpet.c
b/hw/hpet.c
index ef9a2a0cadf734fc5182ae264769f0825dd9d390..4eda33d9008195226803042ccfb9d3ccdaa72df9 100644
(file)
--- a/
hw/hpet.c
+++ b/
hw/hpet.c
@@
-192,7
+192,7
@@
static void update_irq(struct HPETTimer *timer, int set)
qemu_irq_lower(s->irqs[route]);
}
} else if (timer_fsb_route(timer)) {
- stl_phys(timer->fsb >> 32, timer->fsb & 0xffffffff);
+ stl_
le_
phys(timer->fsb >> 32, timer->fsb & 0xffffffff);
} else if (timer->config & HPET_TN_TYPE_LEVEL) {
s->isr |= mask;
qemu_irq_raise(s->irqs[route]);