summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlexey Kardashevskiy2022-06-22 07:29:55 +0200
committerDaniel Henrique Barboza2022-07-06 15:22:37 +0200
commit31cc81f72801bcda02c866ff94ed8baf6b84506d (patch)
treed06e28ea747d49fc4f8dd1af05b9e62262745dff /include
parenttarget/ppc: Change FPSCR_* to follow POWER ISA numbering convention (diff)
downloadqemu-31cc81f72801bcda02c866ff94ed8baf6b84506d.tar.gz
qemu-31cc81f72801bcda02c866ff94ed8baf6b84506d.tar.xz
qemu-31cc81f72801bcda02c866ff94ed8baf6b84506d.zip
spapr/ddw: Reset DMA when the last non-default window is removed
PAPR+/LoPAPR says: === The platform must restore the default DMA window for the PE on a call to the ibm,remove-pe-dma-window RTAS call when all of the following are true: a. The call removes the last DMA window remaining for the PE. b. The DMA window being removed is not the default window === This resets DMA as PAPR mandates. Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com> Message-Id: <20220622052955.1069903-1-aik@ozlabs.ru> Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/hw/ppc/spapr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/ppc/spapr.h b/include/hw/ppc/spapr.h
index 072dda2c72..4ba2b27b8c 100644
--- a/include/hw/ppc/spapr.h
+++ b/include/hw/ppc/spapr.h
@@ -902,6 +902,7 @@ struct SpaprTceTable {
bool bypass;
bool need_vfio;
bool skipping_replay;
+ bool def_win;
int fd;
MemoryRegion root;
IOMMUMemoryRegion iommu;