Re: [PATCH] hw/9pfs: add cleanup operation for 9p-synth

2025-04-04 Thread Christian Schoenebeck
On Monday, March 31, 2025 3:52:31 PM CEST Zheng Huang wrote: > Hi, Hi! > This patch adds a cleanup operation for 9p-synth, which fixes a memory > leak bug in synth_init() and other related operations. Which other operations? > All child nodes > of synth_root need to be freed before the entire

Re: [PATCH] hw/9pfs: add cleanup operation for 9p-synth

2025-04-04 Thread Greg Kurz
On Fri, 04 Apr 2025 15:59:54 +0200 Christian Schoenebeck wrote: > On Monday, March 31, 2025 3:52:31 PM CEST Zheng Huang wrote: > > Hi, > > Hi! > Hi Zheng ! We certainly appreciate politeness here but we only want relevant details in what will become the commit message. Anything else you want

[PATCH] hw/9pfs: add cleanup operation for 9p-synth

2025-03-31 Thread Zheng Huang
Hi, This patch adds a cleanup operation for 9p-synth, which fixes a memory leak bug in synth_init() and other related operations. All child nodes of synth_root need to be freed before the entire filesystem exits. If you have any better ideas for the implementation, please feel free to share them.