diff options
| author | Daniel Henrique Barboza <danielhb413@gmail.com> | 2022-01-18 12:56:31 +0100 |
|---|---|---|
| committer | Cédric Le Goater <clg@kaod.org> | 2022-01-18 12:56:31 +0100 |
| commit | 7e67e0a9f00072f31c5279f711441ddfa96ee0e2 (patch) | |
| tree | c602efd02180614653124ac31e84d60172a47fa1 /python/qemu/utils/accel.py | |
| parent | 6f506c90c3e1814a4a7df5be8d08782c06226820 (diff) | |
| download | focaccia-qemu-7e67e0a9f00072f31c5279f711441ddfa96ee0e2.tar.gz focaccia-qemu-7e67e0a9f00072f31c5279f711441ddfa96ee0e2.zip | |
ppc/pnv: remove stack pointer from PnvPHB4
This pointer was being used for two reasons: pnv_phb4_update_regions() was using it to access the PHB and phb4_realize() was using it as a way to determine if the PHB was user created. We can determine if the PHB is user created via phb->pec, introduced in the previous patch, and pnv_phb4_update_regions() is no longer using stack->phb. Remove the pointer from the PnvPHB4 device. Reviewed-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com> Message-Id: <20220114180719.52117-4-danielhb413@gmail.com> Signed-off-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'python/qemu/utils/accel.py')
0 files changed, 0 insertions, 0 deletions