Re: [PATCH v3 0/7] hostmem: NUMA-aware memory preallocation using ThreadContext

2022-10-27 Thread David Hildenbrand
On 14.10.22 15:47, David Hildenbrand wrote: This is a follow-up on "util: NUMA aware memory preallocation" [1] by Michal. Setting the CPU affinity of threads from inside QEMU usually isn't easily possible, because we don't want QEMU -- once started and running guest code -- to be able to mess up

Re: [PATCH v3 0/7] hostmem: NUMA-aware memory preallocation using ThreadContext

2022-10-19 Thread David Hildenbrand
On 14.10.22 15:47, David Hildenbrand wrote: This is a follow-up on "util: NUMA aware memory preallocation" [1] by Michal. Setting the CPU affinity of threads from inside QEMU usually isn't easily possible, because we don't want QEMU -- once started and running guest code -- to be able to mess up

[PATCH v3 0/7] hostmem: NUMA-aware memory preallocation using ThreadContext

2022-10-14 Thread David Hildenbrand
This is a follow-up on "util: NUMA aware memory preallocation" [1] by Michal. Setting the CPU affinity of threads from inside QEMU usually isn't easily possible, because we don't want QEMU -- once started and running guest code -- to be able to mess up the system. QEMU disallows relevant syscalls