Re: [Qemu-devel] [PATCH 0/2] i386: Introduce X86CPUCacheCPUID struct

2019-06-20 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190620203616.22715-1-ehabk...@redhat.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash mak

[Qemu-devel] [PATCH 0/2] i386: Introduce X86CPUCacheCPUID struct

2019-06-20 Thread Eduardo Habkost
The new struct will let us declare the existing legacy CPU topology info in a static constant, instead of defining it inside x86_cpu_realizefn(). While doing it, make the CPU cache declarations all constants. This will help us represent the model-specific cache info as QOM properties in the futur