]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/ppc/spapr: Restrict CONFER hypercall to TCG
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 27 Jan 2025 10:26:05 +0000 (11:26 +0100)
committerNicholas Piggin <npiggin@gmail.com>
Tue, 11 Mar 2025 12:43:31 +0000 (22:43 +1000)
commit3e84d0381578467931d1145a32a55b7e1c3b2b9e
tree25fb2d36f77d472a352483f18ca0a4609f9d4770
parenta613b9d321f5536943e29aa5847553df46dc2340
hw/ppc/spapr: Restrict CONFER hypercall to TCG

KVM handles H_CONFER and does not pass it along to QEMU, so
only vhyp (as used by TCG spapr) needs to handle it.

[npiggin: Add changelog]
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20250127102620.39159-2-philmd@linaro.org>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
hw/ppc/spapr_hcall.c