mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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>
This commit is contained in:
parent
c8a98293f7
commit
06ec79e865
3 changed files with 11 additions and 8 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue