Re: [Qemu-devel] [PATCH v5 4/7] vhost: Merge sections added to temporary list

2018-01-15 Thread Michael S. Tsirkin
On Mon, Jan 08, 2018 at 06:07:30PM +, Dr. David Alan Gilbert wrote: > * Igor Mammedov (imamm...@redhat.com) wrote: > > On Mon, 18 Dec 2017 20:13:37 + > > "Dr. David Alan Gilbert (git)" wrote: > > > > > From: "Dr. David Alan Gilbert" > > > > > > As sections are reported by the listener t

Re: [Qemu-devel] [PATCH v5 4/7] vhost: Merge sections added to temporary list

2018-01-08 Thread Dr. David Alan Gilbert
* Igor Mammedov (imamm...@redhat.com) wrote: > On Mon, 18 Dec 2017 20:13:37 + > "Dr. David Alan Gilbert (git)" wrote: > > > From: "Dr. David Alan Gilbert" > > > > As sections are reported by the listener to the _nop and _add > > methods, add them to the temporary section list but now merge

Re: [Qemu-devel] [PATCH v5 4/7] vhost: Merge sections added to temporary list

2017-12-27 Thread Igor Mammedov
On Mon, 18 Dec 2017 20:13:37 + "Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > As sections are reported by the listener to the _nop and _add > methods, add them to the temporary section list but now merge them > with the previous section if the new one abuts and t

[Qemu-devel] [PATCH v5 4/7] vhost: Merge sections added to temporary list

2017-12-18 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" As sections are reported by the listener to the _nop and _add methods, add them to the temporary section list but now merge them with the previous section if the new one abuts and the backend allows. Signed-off-by: Dr. David Alan Gilbert --- hw/virtio/trace-event