Re: [Qemu-devel] [PATCH v3 3/3] edu: uses uint64_t in dma operation

2019-05-03 Thread Philippe Mathieu-Daudé
On 5/3/19 11:12 AM, Jiri Slaby wrote: > On 22. 04. 19, 16:11, Li Qiang wrote: >> The dma related variable dma.dst/src/cnt is dma_addr_t, it is >> uint64_t in x64 platform. Change these usage from uint32_to >> uint64_t to avoid trancation in edu_dma_timer. Here I suggested fix the typo with "to avo

Re: [Qemu-devel] [PATCH v3 3/3] edu: uses uint64_t in dma operation

2019-05-03 Thread Jiri Slaby
On 22. 04. 19, 16:11, Li Qiang wrote: > The dma related variable dma.dst/src/cnt is dma_addr_t, it is > uint64_t in x64 platform. Change these usage from uint32_to > uint64_t to avoid trancation in edu_dma_timer. > > Signed-off-by: Li Qiang > Reviewed-by: Philippe Mathieu-Daude > --- > hw/misc/

[Qemu-devel] [PATCH v3 3/3] edu: uses uint64_t in dma operation

2019-04-22 Thread Li Qiang
The dma related variable dma.dst/src/cnt is dma_addr_t, it is uint64_t in x64 platform. Change these usage from uint32_to uint64_t to avoid trancation in edu_dma_timer. Signed-off-by: Li Qiang Reviewed-by: Philippe Mathieu-Daude --- hw/misc/edu.c | 15 --- 1 file changed, 8 insertio