diff options
| author | Bharata B Rao | 2017-05-17 05:49:20 +0200 |
|---|---|---|
| committer | David Gibson | 2017-05-24 03:39:52 +0200 |
| commit | 06ec79e865a4a496e762a83126d00d0ed39205f5 (patch) | |
| tree | 8707d7689dcf67b226f44d5b9fe8557e38798bb7 /include | |
| parent | spapr-cpu-core: release ICP object when realization fails (diff) | |
| download | qemu-06ec79e865a4a496e762a83126d00d0ed39205f5.tar.gz qemu-06ec79e865a4a496e762a83126d00d0ed39205f5.tar.xz qemu-06ec79e865a4a496e762a83126d00d0ed39205f5.zip | |
spapr: Consolidate HPT freeing code into a routine
Consolidate the code that frees HPT into a separate routine
spapr_free_hpt() as the same chunk of code is called from two places.
Signed-off-by: Bharata B Rao <bharata@linux.vnet.ibm.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/ppc/spapr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/ppc/spapr.h b/include/hw/ppc/spapr.h index 5802f888c3..93c4cfcfab 100644 --- a/include/hw/ppc/spapr.h +++ b/include/hw/ppc/spapr.h @@ -610,6 +610,7 @@ int spapr_h_cas_compose_response(sPAPRMachineState *sm, sPAPROptionVector *ov5_updates); void close_htab_fd(sPAPRMachineState *spapr); void spapr_setup_hpt_and_vrma(sPAPRMachineState *spapr); +void spapr_free_hpt(sPAPRMachineState *spapr); sPAPRTCETable *spapr_tce_new_table(DeviceState *owner, uint32_t liobn); void spapr_tce_table_enable(sPAPRTCETable *tcet, uint32_t page_shift, uint64_t bus_offset, |
