Re: [PATCH] ACPI: Change wrong print type to display the real value for i386-PAE

2019-01-11 Thread Rafael J. Wysocki
On Wednesday, December 26, 2018 4:34:50 AM CET Chao Fan wrote: > There is a wrong display for memory address of NUMA node in i386-PAE. > That may mislead developers. > > Here is a debian9-32bit with PAE in QEMU guest whose total memory is > more than 4G: > qemu-system-i386 \ > -hda

[PATCH] ACPI: Change wrong print type to display the real value for i386-PAE

2018-12-25 Thread Chao Fan
There is a wrong display for memory address of NUMA node in i386-PAE. That may mislead developers. Here is a debian9-32bit with PAE in QEMU guest whose total memory is more than 4G: qemu-system-i386 \ -hda /var/lib/libvirt/images/debian32.qcow2 \ -m 5G \ -enable-kvm \ -smp 10 \ -numa