Re: [Qemu-devel] [PATCH 09/40] memory: create FlatView for new address spaces

2013-05-08 Thread Paolo Bonzini
> On 7 May 2013 15:16, Paolo Bonzini wrote: > > A new address space has an empty FlatView. In order to create it, we > > must (a) call memory_region_transaction_commit after the address space is > > inserted into the list; (b) force memory_region_transaction_commit to > > do something. > > > > T

Re: [Qemu-devel] [PATCH 09/40] memory: create FlatView for new address spaces

2013-05-07 Thread Peter Maydell
On 7 May 2013 15:16, Paolo Bonzini wrote: > A new address space has an empty FlatView. In order to create it, we > must (a) call memory_region_transaction_commit after the address space is > inserted into the list; (b) force memory_region_transaction_commit to > do something. > > This bug was lat

[Qemu-devel] [PATCH 09/40] memory: create FlatView for new address spaces

2013-05-07 Thread Paolo Bonzini
A new address space has an empty FlatView. In order to create it, we must (a) call memory_region_transaction_commit after the address space is inserted into the list; (b) force memory_region_transaction_commit to do something. This bug was latent so far because all address spaces started empty, i