Re: [Qemu-devel] [PATCH v3 06/22] memory-device: document MemoryDeviceClass

2018-09-26 Thread David Hildenbrand
On 26/09/2018 10:29, Igor Mammedov wrote: > On Tue, 25 Sep 2018 17:10:43 +0200 > David Hildenbrand wrote: > >> On 25/09/2018 16:19, Igor Mammedov wrote: >>> On Thu, 20 Sep 2018 12:32:27 +0200 >>> David Hildenbrand wrote: >>> Document the functions and when to not expect errors.

Re: [Qemu-devel] [PATCH v3 06/22] memory-device: document MemoryDeviceClass

2018-09-26 Thread Igor Mammedov
On Tue, 25 Sep 2018 17:10:43 +0200 David Hildenbrand wrote: > On 25/09/2018 16:19, Igor Mammedov wrote: > > On Thu, 20 Sep 2018 12:32:27 +0200 > > David Hildenbrand wrote: > > > >> Document the functions and when to not expect errors. > >> > >> Signed-off-by: David Hildenbrand > >> --- > >>

Re: [Qemu-devel] [PATCH v3 06/22] memory-device: document MemoryDeviceClass

2018-09-25 Thread David Hildenbrand
On 25/09/2018 16:19, Igor Mammedov wrote: > On Thu, 20 Sep 2018 12:32:27 +0200 > David Hildenbrand wrote: > >> Document the functions and when to not expect errors. >> >> Signed-off-by: David Hildenbrand >> --- >> include/hw/mem/memory-device.h | 13 + >> 1 file changed, 13

Re: [Qemu-devel] [PATCH v3 06/22] memory-device: document MemoryDeviceClass

2018-09-25 Thread Igor Mammedov
On Thu, 20 Sep 2018 12:32:27 +0200 David Hildenbrand wrote: > Document the functions and when to not expect errors. > > Signed-off-by: David Hildenbrand > --- > include/hw/mem/memory-device.h | 13 + > 1 file changed, 13 insertions(+) > > diff --git

Re: [Qemu-devel] [PATCH v3 06/22] memory-device: document MemoryDeviceClass

2018-09-24 Thread David Hildenbrand
On 24/09/2018 15:19, Igor Mammedov wrote: > On Mon, 24 Sep 2018 14:40:24 +0200 > David Hildenbrand wrote: > >> On 24/09/2018 14:39, Igor Mammedov wrote: >>> On Mon, 24 Sep 2018 14:26:23 +0200 >>> David Hildenbrand wrote: >>> On 24/09/2018 14:22, Igor Mammedov wrote: > On Thu, 20

Re: [Qemu-devel] [PATCH v3 06/22] memory-device: document MemoryDeviceClass

2018-09-24 Thread Igor Mammedov
On Mon, 24 Sep 2018 14:40:24 +0200 David Hildenbrand wrote: > On 24/09/2018 14:39, Igor Mammedov wrote: > > On Mon, 24 Sep 2018 14:26:23 +0200 > > David Hildenbrand wrote: > > > >> On 24/09/2018 14:22, Igor Mammedov wrote: > >>> On Thu, 20 Sep 2018 12:32:27 +0200 > >>> David Hildenbrand

Re: [Qemu-devel] [PATCH v3 06/22] memory-device: document MemoryDeviceClass

2018-09-24 Thread David Hildenbrand
On 24/09/2018 14:39, Igor Mammedov wrote: > On Mon, 24 Sep 2018 14:26:23 +0200 > David Hildenbrand wrote: > >> On 24/09/2018 14:22, Igor Mammedov wrote: >>> On Thu, 20 Sep 2018 12:32:27 +0200 >>> David Hildenbrand wrote: >>> Document the functions and when to not expect errors.

Re: [Qemu-devel] [PATCH v3 06/22] memory-device: document MemoryDeviceClass

2018-09-24 Thread Igor Mammedov
On Mon, 24 Sep 2018 14:26:23 +0200 David Hildenbrand wrote: > On 24/09/2018 14:22, Igor Mammedov wrote: > > On Thu, 20 Sep 2018 12:32:27 +0200 > > David Hildenbrand wrote: > > > >> Document the functions and when to not expect errors. > >> > >> Signed-off-by: David Hildenbrand > >> --- > >>

Re: [Qemu-devel] [PATCH v3 06/22] memory-device: document MemoryDeviceClass

2018-09-24 Thread David Hildenbrand
On 24/09/2018 14:22, Igor Mammedov wrote: > On Thu, 20 Sep 2018 12:32:27 +0200 > David Hildenbrand wrote: > >> Document the functions and when to not expect errors. >> >> Signed-off-by: David Hildenbrand >> --- >> include/hw/mem/memory-device.h | 13 + >> 1 file changed, 13

Re: [Qemu-devel] [PATCH v3 06/22] memory-device: document MemoryDeviceClass

2018-09-24 Thread Igor Mammedov
On Thu, 20 Sep 2018 12:32:27 +0200 David Hildenbrand wrote: > Document the functions and when to not expect errors. > > Signed-off-by: David Hildenbrand > --- > include/hw/mem/memory-device.h | 13 + > 1 file changed, 13 insertions(+) > > diff --git

Re: [Qemu-devel] [PATCH v3 06/22] memory-device: document MemoryDeviceClass

2018-09-21 Thread David Gibson
On Thu, Sep 20, 2018 at 12:32:27PM +0200, David Hildenbrand wrote: > Document the functions and when to not expect errors. > > Signed-off-by: David Hildenbrand Reviewed-by: David Gibson > --- > include/hw/mem/memory-device.h | 13 + > 1 file changed, 13 insertions(+) > > diff

[Qemu-devel] [PATCH v3 06/22] memory-device: document MemoryDeviceClass

2018-09-20 Thread David Hildenbrand
Document the functions and when to not expect errors. Signed-off-by: David Hildenbrand --- include/hw/mem/memory-device.h | 13 + 1 file changed, 13 insertions(+) diff --git a/include/hw/mem/memory-device.h b/include/hw/mem/memory-device.h index f02b229837..d6853156ff 100644 ---