Re: [Qemu-devel] [PATCH] exec.c: Remove out of date comment

2012-08-01 Thread Avi Kivity
On 08/01/2012 05:17 PM, Peter Maydell wrote: > On 1 August 2012 15:05, Avi Kivity wrote: >> On 08/01/2012 04:35 PM, Peter Maydell wrote: >>> Remove an out of date comment: this comment used to be attached to >>> cpu_register_physical_memory_log(), before commit 0f0cb164 accidentally >>> inserted a

Re: [Qemu-devel] [PATCH] exec.c: Remove out of date comment

2012-08-01 Thread Peter Maydell
On 1 August 2012 15:05, Avi Kivity wrote: > On 08/01/2012 04:35 PM, Peter Maydell wrote: >> Remove an out of date comment: this comment used to be attached to >> cpu_register_physical_memory_log(), before commit 0f0cb164 accidentally >> inserted a couple of other functions between the comment and

Re: [Qemu-devel] [PATCH] exec.c: Remove out of date comment

2012-08-01 Thread Avi Kivity
On 08/01/2012 04:35 PM, Peter Maydell wrote: > Remove an out of date comment: this comment used to be attached to > cpu_register_physical_memory_log(), before commit 0f0cb164 accidentally > inserted a couple of other functions between the comment and its function. > It is in any case obsolete since

[Qemu-devel] [PATCH] exec.c: Remove out of date comment

2012-08-01 Thread Peter Maydell
Remove an out of date comment: this comment used to be attached to cpu_register_physical_memory_log(), before commit 0f0cb164 accidentally inserted a couple of other functions between the comment and its function. It is in any case obsolete since (a) the function arguments it refers to have been re