]> git.ipfire.org Git - thirdparty/qemu.git/commit
pnv/xive2: Permit valid writes to VC/PC Flush Control registers
authorMichael Kowal <kowal@linux.ibm.com>
Mon, 12 May 2025 03:10:29 +0000 (13:10 +1000)
committerCédric Le Goater <clg@redhat.com>
Mon, 21 Jul 2025 06:03:52 +0000 (08:03 +0200)
commit9898cc80306588eb6a1c44b7ba38f207ca8bdcfa
tree0b4fe3ece49c38bc3211d02fd9ea5d07513beed5
parentd273abbfba47ef47e331dc22731c7d2a15e95c9a
pnv/xive2: Permit valid writes to VC/PC Flush Control registers

Writes to the Flush Control registers were logged as invalid
when they are allowed. Clearing the unsupported want_cache_disable
feature is supported, so don't log an error in that case.

Signed-off-by: Michael Kowal <kowal@linux.ibm.com>
Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Reviewed-by: Glenn Miles <milesg@linux.ibm.com>
Reviewed-by: Michael Kowal <kowal@linux.ibm.com>
Reviewed-by: Caleb Schlossin <calebs@linux.ibm.com>
Tested-by: Gautam Menghani <gautam@linux.ibm.com>
Link: https://lore.kernel.org/qemu-devel/20250512031100.439842-21-npiggin@gmail.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/intc/pnv_xive2.c