[Bug 1441775] Re: possible null pointer dereference in qemuDomainPinEmulator()

2015-04-13 Thread Chris Friesen
Okay, so apparently I'm blind. Yeah, code looks fine. The original thing that had me thinking this was buggy is that I'm seeing libvirtd crash if I run 'virsh emulatorpin'. Will try and isolate further and open a different bug report if appropriate. ** Changed in: libvirt (Ubuntu)

[Bug 1417937] Re: qemu appears to be built without CONFIG_NUMA defined

2015-02-17 Thread Chris Friesen
One could argue that the NUMA functionality wasn't intentionally turned off (it was inherited from debian) and thus re-enabling it would be fixing a bug. Just as some background...the kilo release of OpenStack (currently under way) introduced support for NUMA guests (per-NUMA node hugepage

[Bug 1417937] Re: qemu appears to be built without CONFIG_NUMA defined

2015-02-17 Thread Chris Friesen
I don't want to give you more work than necessary. If we can get it for utopic that'd be great...at least then we'd have one formally released version of Ubuntu that supported it. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu

[Bug 1417937] Re: qemu appears to be built without CONFIG_NUMA defined

2015-02-12 Thread Chris Friesen
Is it possible to conditionally enable it based on architecture? Or does Ubuntu try to keep the packages configured the same across all architectures? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu.

[Bug 1417937] [NEW] qemu appears to be built without CONFIG_NUMA defined

2015-02-04 Thread Chris Friesen
Public bug reported: When running qemu-system-x86_64 -object memory-backend-file,prealloc=yes,mem- path=/dev/hugepages/libvirt/qemu,size=4096M,id=ram-node0,host- nodes=0,policy=bind I got the following error: NUMA node binding are not supported by this QEMU Looking at the qemu code, it