Re: [PATCH v3 2/4] qemu: Validate TCG feature is enabled only for TCG domains

2021-12-13 Thread Peter Krempa
On Thu, Dec 02, 2021 at 09:53:34 +0100, Michal Privoznik wrote: > After previous commit it's possible for domains to fine tune TCG > features (well, just one - tb-cache). Check that domain has TCG > enabled, otherwise the feature makes no sense. > > Signed-off-by: Michal Privoznik > --- >

[PATCH v3 2/4] qemu: Validate TCG feature is enabled only for TCG domains

2021-12-02 Thread Michal Privoznik
After previous commit it's possible for domains to fine tune TCG features (well, just one - tb-cache). Check that domain has TCG enabled, otherwise the feature makes no sense. Signed-off-by: Michal Privoznik --- docs/formatdomain.rst| 2 +- src/qemu/qemu_validate.c | 16 2