Re: [PATCH v7 3/6] memory: Introduce memory_region_transaction_do_commit()

2023-03-12 Thread Chuang Xu
Hi, Peter, On 2023/3/10 下午10:51, Peter Xu wrote: On Fri, Mar 10, 2023 at 10:24:22AM +0800, Chuang Xu wrote: Split memory_region_transaction_do_commit() from memory_region_transaction_commit(). We'll call do_commit() in address_space_to_flatview() in the later patch. Signed-off-by: Chuang Xu

Re: [PATCH v7 3/6] memory: Introduce memory_region_transaction_do_commit()

2023-03-10 Thread Peter Xu
On Fri, Mar 10, 2023 at 10:24:22AM +0800, Chuang Xu wrote: > Split memory_region_transaction_do_commit() from > memory_region_transaction_commit(). > > We'll call do_commit() in address_space_to_flatview() in the later patch. > > Signed-off-by: Chuang Xu [...] > +void memory_region_transaction

[PATCH v7 3/6] memory: Introduce memory_region_transaction_do_commit()

2023-03-09 Thread Chuang Xu
Split memory_region_transaction_do_commit() from memory_region_transaction_commit(). We'll call do_commit() in address_space_to_flatview() in the later patch. Signed-off-by: Chuang Xu --- softmmu/memory.c | 47 +++ 1 file changed, 27 insertions(+), 20