Re: [PATCH v2 00/16] hw/block/nvme: dma handling and address mapping cleanup

2020-08-16 Thread Klaus Jensen
On Jul 30 00:06, Klaus Jensen wrote: > From: Klaus Jensen > > This series consists of patches that refactors dma read/write and adds a > number of address mapping helper functions. > > v2: > * hw/block/nvme: add mapping helpers > - Add an assert in case of out of bounds array access. (Maxi

[PATCH v2 00/16] hw/block/nvme: dma handling and address mapping cleanup

2020-07-29 Thread Klaus Jensen
From: Klaus Jensen This series consists of patches that refactors dma read/write and adds a number of address mapping helper functions. v2: * hw/block/nvme: add mapping helpers - Add an assert in case of out of bounds array access. (Maxim) * hw/block/nvme: remove redundant has_sg member