forked from mirror/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
f9c307c3f9
The end address of memory region section isn't correctly calculated
which leads to overflowed mtree dump:
Dispatch
Physical sections
......
#70 @0000000000002000..0000000000011fff io [ROOT]
#71 @0000000000005000..0000000000005fff (noname)
#72 @0000000000005000..0000000000014fff io [ROOT]
#73 @0000000000005658..0000000000005658 vmport
#74 @0000000000005659..0000000000015658 io [ROOT]
#75 @0000000000006000..0000000000015fff io [ROOT]
After fix:
#70 @0000000000002000..0000000000004fff io [ROOT]
#71 @0000000000005000..0000000000005fff (noname)
#72 @0000000000005000..0000000000005657 io [ROOT]
#73 @0000000000005658..0000000000005658 vmport
#74 @0000000000005659..0000000000005fff io [ROOT]
#75 @0000000000006000..000000000000ffff io [ROOT]
Fixes:
|
2 years ago | |
---|---|---|
.. | ||
arch_init.c | 3 years ago | |
balloon.c | 4 years ago | |
bootdevice.c | 3 years ago | |
cpu-throttle.c | 3 years ago | |
cpu-timers.c | 3 years ago | |
cpus.c | 2 years ago | |
datadir.c | 2 years ago | |
device_tree.c | 2 years ago | |
dirtylimit.c | 2 years ago | |
dma-helpers.c | 3 years ago | |
globals.c | 3 years ago | |
icount.c | 2 years ago | |
ioport.c | 4 years ago | |
main.c | 2 years ago | |
memory.c | 2 years ago | |
memory_mapping.c | 3 years ago | |
meson.build | 2 years ago | |
physmem.c | 2 years ago | |
qdev-monitor.c | 2 years ago | |
qemu-seccomp.c | 2 years ago | |
qtest.c | 2 years ago | |
rtc.c | 3 years ago | |
runstate-action.c | 4 years ago | |
runstate.c | 2 years ago | |
timers-state.h | 3 years ago | |
tpm.c | 4 years ago | |
trace-events | 2 years ago | |
trace.h | 4 years ago | |
vl.c | 2 years ago |