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.
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:
|
3 years ago | |
|---|---|---|
| .. | ||
| arch_init.c | 4 years ago | |
| balloon.c | 5 years ago | |
| bootdevice.c | 4 years ago | |
| cpu-throttle.c | 4 years ago | |
| cpu-timers.c | 4 years ago | |
| cpus.c | 3 years ago | |
| datadir.c | 3 years ago | |
| device_tree.c | 3 years ago | |
| dirtylimit.c | 3 years ago | |
| dma-helpers.c | 4 years ago | |
| globals.c | 3 years ago | |
| icount.c | 3 years ago | |
| ioport.c | 5 years ago | |
| main.c | 3 years ago | |
| memory.c | 3 years ago | |
| memory_mapping.c | 4 years ago | |
| meson.build | 3 years ago | |
| physmem.c | 3 years ago | |
| qdev-monitor.c | 3 years ago | |
| qemu-seccomp.c | 3 years ago | |
| qtest.c | 3 years ago | |
| rtc.c | 4 years ago | |
| runstate-action.c | 5 years ago | |
| runstate.c | 3 years ago | |
| timers-state.h | 4 years ago | |
| tpm.c | 5 years ago | |
| trace-events | 3 years ago | |
| trace.h | 5 years ago | |
| vl.c | 3 years ago | |