
On Sun, Mar 19, 2017 at 22:09:47 -0400, Laine Stump wrote:
On 03/17/2017 12:36 PM, Jiri Denemark wrote:
Jiri Denemark (14): cpu_conf: Introduce virCPUDefFreeFeatures cpu: Introduce virCPUExpandFeatures cpu: Drop unused flags from cpuArchDecode cpu: Move feature expansion out of cpuBaseline cpu: Do not pass virConnectBaselineCPUFlags to cpuBaseline cputest: Move instantiation of JSONDecoder in cpu-convert.py cputest: Rename cpu-convert.py script as cpu-cpuid.py cputest: Add cpuidIsSet helper to cpu-cpuid.py cputest: Add cpuidLeaf helper to cpu-cpuid.py cputest: Add "diff" command to cpu-cpuid.py cputest: Generate data for virCPUUpdateLive cputest: Disable TSX on broken models cputest: Disable "cmt" feature unknown to QEMU cputest: Add tests for virCPUUpdateLive API
Does one of these perhaps fix a segv in virCPUUpdateLive? With current tip of master, it's being called with cpu == NULL:
Oops, none of these patches fix the crash. It's a bug in the caller not in the virCPUUpdateLive itself. A patch is coming soon... Jirka