Re: [PATCH RFC 7/7] vl: Allow ThreadContext objects to be created before the sandbox option

2022-08-05 Thread David Hildenbrand
On 05.08.22 13:01, Michal Prívozník wrote: > On 7/21/22 14:07, David Hildenbrand wrote: >> Currently, there is no way to configure a CPU affinity inside QEMU when >> the sandbox option disables it for QEMU as a whole, for example, via: >> -sandbox enable=on,resourcecontrol=deny >> >> While

Re: [PATCH RFC 7/7] vl: Allow ThreadContext objects to be created before the sandbox option

2022-08-05 Thread Michal Prívozník
On 7/21/22 14:07, David Hildenbrand wrote: > Currently, there is no way to configure a CPU affinity inside QEMU when > the sandbox option disables it for QEMU as a whole, for example, via: > -sandbox enable=on,resourcecontrol=deny > > While ThreadContext objects can be created on the QEMU

[PATCH RFC 7/7] vl: Allow ThreadContext objects to be created before the sandbox option

2022-07-21 Thread David Hildenbrand
Currently, there is no way to configure a CPU affinity inside QEMU when the sandbox option disables it for QEMU as a whole, for example, via: -sandbox enable=on,resourcecontrol=deny While ThreadContext objects can be created on the QEMU commandline and the CPU affinity can be configured