6314f09ed4
this change fixes the typos in the releasenotes """ codespell --ignore-words=doc/dictionary.txt -i 3 -w releasenotes/ """ Change-Id: I29cd5268cd129b194c43a9f6b08a2b7b1c254b65
17 lines
699 B
YAML
17 lines
699 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Previously, it was possible to specify values for the
|
|
``hw:cpu_realtime_mask`` extra spec that were not within the range of valid
|
|
instances cores. This value is now correctly validated.
|
|
features:
|
|
- |
|
|
It is now possible to allocate all cores in an instance to realtime and
|
|
omit the ``hw:cpu_realtime_mask`` extra spec. This requires specifying the
|
|
``hw:emulator_threads_policy`` extra spec.
|
|
- |
|
|
It is now possible to specify a mask in ``hw:cpu_realtime_mask`` without a
|
|
leading ``^``. When this is omitted, the value will specify the cores that
|
|
should be included in the set of realtime cores, as opposed to those that
|
|
should be excluded.
|