Re: [Qemu-devel] [PATCH v4 0/3] hw: edu: some fixes

2019-05-22 Thread Paolo Bonzini
On 21/05/19 15:30, Li Qiang wrote: > Ping > > Paolo, could you merge these to your misc tree? Queued now, thanks. Paolo > Thanks, > Li Qiang > > Li Qiang mailto:liq...@163.com>> 于2019年5月11日周六 上 > 午12:44写道: > > Recently I am considering write a driver for edu device. > After readin

Re: [Qemu-devel] [PATCH v4 0/3] hw: edu: some fixes

2019-05-21 Thread Li Qiang
Ping Paolo, could you merge these to your misc tree? Thanks, Li Qiang Li Qiang 于2019年5月11日周六 上午12:44写道: > Recently I am considering write a driver for edu device. > After reading the spec, I found these three small issue. > Two first two related the MMIO access and the third is > related t

Re: [Qemu-devel] [PATCH v4 0/3] hw: edu: some fixes

2019-05-10 Thread Li Qiang
Peter Xu 于2019年5月11日周六 上午7:53写道: > On Fri, May 10, 2019 at 09:43:46AM -0700, Li Qiang wrote: > > Recently I am considering write a driver for edu device. > > I don't know why you wanted to write it, but there's one (though I > don't even remember whether it's working or not)... > > This is a simp

Re: [Qemu-devel] [PATCH v4 0/3] hw: edu: some fixes

2019-05-10 Thread Peter Xu
On Fri, May 10, 2019 at 09:43:46AM -0700, Li Qiang wrote: > Recently I am considering write a driver for edu device. I don't know why you wanted to write it, but there's one (though I don't even remember whether it's working or not)... https://github.com/xzpeter/clibs/blob/master/gpl/linux_kernel

[Qemu-devel] [PATCH v4 0/3] hw: edu: some fixes

2019-05-10 Thread Li Qiang
Recently I am considering write a driver for edu device. After reading the spec, I found these three small issue. Two first two related the MMIO access and the third is related the DMA operation. Change since v2: Fix an error in patch 2 Fix some commit message and title. Change since v1: Fix form