]> git.proxmox.com Git - mirror_qemu.git/commit
target/hppa: Report and clear BTLBs via fw_cfg at startup
authorHelge Deller <deller@gmx.de>
Wed, 13 Sep 2023 08:40:12 +0000 (10:40 +0200)
committerHelge Deller <deller@gmx.de>
Fri, 15 Sep 2023 15:34:38 +0000 (17:34 +0200)
commit6d1ef68ccafc7989e73b499b617f97d96ea34ac1
tree9de9d5e0813291a030d14a81cf8f0432ed51c7b7
parent711212ac136daa954d51b3d7e3c0df54aa3da63d
target/hppa: Report and clear BTLBs via fw_cfg at startup

Report the new number of TLB entries (without BTLBs) to the
guest and drop reporting of BTLB entries which weren't used at all.

Clear all BTLB and TLB entries at machine reset.

Signed-off-by: Helge Deller <deller@gmx.de>
hw/hppa/machine.c