projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2106fe
)
Sparc32: use hex for version numbers
author
Blue Swirl
<blauwirbel@gmail.com>
Fri, 17 Jul 2009 11:01:50 +0000
(11:01 +0000)
committer
Blue Swirl
<blauwirbel@gmail.com>
Fri, 17 Jul 2009 11:01:50 +0000
(11:01 +0000)
0x10000000 looks better than
268435456
.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/eccmemctl.c
patch
|
blob
|
history
hw/iommu.c
patch
|
blob
|
history
diff --git
a/hw/eccmemctl.c
b/hw/eccmemctl.c
index c5d644908193757cd31f9291eac3d635e47f3c8b..dca397d1c3a6e47511bb9e26d6919e5a410cc65f 100644
(file)
--- a/
hw/eccmemctl.c
+++ b/
hw/eccmemctl.c
@@
-358,7
+358,7
@@
static SysBusDeviceInfo ecc_info = {
.qdev.props = (Property[]) {
{
.name = "version",
- .info = &qdev_prop_
uint
32,
+ .info = &qdev_prop_
hex
32,
.offset = offsetof(ECCState, version),
.defval = (uint32_t[]) { -1 },
},
diff --git
a/hw/iommu.c
b/hw/iommu.c
index abf517f1dc0f5d06660def839312bc882083957f..d73dad3e193ec1142932ade8367fac3b9fa3bf5b 100644
(file)
--- a/
hw/iommu.c
+++ b/
hw/iommu.c
@@
-406,7
+406,7
@@
static SysBusDeviceInfo iommu_info = {
.qdev.props = (Property[]) {
{
.name = "version",
- .info = &qdev_prop_
uint
32,
+ .info = &qdev_prop_
hex
32,
.offset = offsetof(IOMMUState, version),
},
{/* end of property list */}