Re: [PATCH v3 3/4] qemu: Generate command line for tb-cache feature

2021-12-13 Thread Peter Krempa
On Thu, Dec 02, 2021 at 09:53:35 +0100, Michal Privoznik wrote: > Generating command line is pretty easy - just put tb-size=XXX > onto -accel tcg part. Note, that QEMU expects the size in MiB. > > Resolves: https://gitlab.com/libvirt/libvirt/-/issues/229 > Signed-off-by: Michal Privoznik >

[PATCH v3 3/4] qemu: Generate command line for tb-cache feature

2021-12-02 Thread Michal Privoznik
Generating command line is pretty easy - just put tb-size=XXX onto -accel tcg part. Note, that QEMU expects the size in MiB. Resolves: https://gitlab.com/libvirt/libvirt/-/issues/229 Signed-off-by: Michal Privoznik Tested-by: Kashyap Chamarthy --- src/qemu/qemu_command.c