Re: [PATCH-for-5.2] exec: Remove MemoryRegion::global_locking field

2020-08-23 Thread Robert Foley
On Sat, 22 Aug 2020 at 16:13, Philippe Mathieu-Daudé wrote: > > +Robert > > On 8/7/20 12:16 PM, Paolo Bonzini wrote: > > On 07/08/20 12:02, Stefan Hajnoczi wrote: > >> On Thu, Aug 06, 2020 at 05:07:26PM +0200, Philippe Mathieu-Daudé wrote: > >>> Last uses of memory_region_clear_global_locking() h

Re: [PATCH-for-5.2] exec: Remove MemoryRegion::global_locking field

2020-08-22 Thread Philippe Mathieu-Daudé
+Robert On 8/7/20 12:16 PM, Paolo Bonzini wrote: > On 07/08/20 12:02, Stefan Hajnoczi wrote: >> On Thu, Aug 06, 2020 at 05:07:26PM +0200, Philippe Mathieu-Daudé wrote: >>> Last uses of memory_region_clear_global_locking() have been >>> removed in commit 7070e085d4 ("acpi: mark PMTIMER as unlocked

Re: [PATCH-for-5.2] exec: Remove MemoryRegion::global_locking field

2020-08-07 Thread Paolo Bonzini
On 07/08/20 12:02, Stefan Hajnoczi wrote: > On Thu, Aug 06, 2020 at 05:07:26PM +0200, Philippe Mathieu-Daudé wrote: >> Last uses of memory_region_clear_global_locking() have been >> removed in commit 7070e085d4 ("acpi: mark PMTIMER as unlocked") >> and commit 08565552f7 ("cputlb: Move NOTDIRTY hand

Re: [PATCH-for-5.2] exec: Remove MemoryRegion::global_locking field

2020-08-07 Thread Stefan Hajnoczi
On Thu, Aug 06, 2020 at 05:07:26PM +0200, Philippe Mathieu-Daudé wrote: > Last uses of memory_region_clear_global_locking() have been > removed in commit 7070e085d4 ("acpi: mark PMTIMER as unlocked") > and commit 08565552f7 ("cputlb: Move NOTDIRTY handling from I/O > path to TLB path"). > Remove me

[PATCH-for-5.2] exec: Remove MemoryRegion::global_locking field

2020-08-06 Thread Philippe Mathieu-Daudé
Last uses of memory_region_clear_global_locking() have been removed in commit 7070e085d4 ("acpi: mark PMTIMER as unlocked") and commit 08565552f7 ("cputlb: Move NOTDIRTY handling from I/O path to TLB path"). Remove memory_region_clear_global_locking() and the now unused 'global_locking' field in Me