Re: [Qemu-devel] [PATCH] nvme: 64kB page size fixes

2014-12-09 Thread Stefan Hajnoczi
On Tue, Dec 02, 2014 at 09:18:59PM +0100, Paolo Bonzini wrote: > > > On 27/11/2014 04:39, Anton Blanchard wrote: > > Initialise our maximum page size capability to 64kB and increase > > the page_size variable from 16 to 32 bits. > > > > Signed-off-by: Anton Blanchard > > -- > > > > diff --git

Re: [Qemu-devel] [PATCH] nvme: 64kB page size fixes

2014-12-02 Thread Paolo Bonzini
On 27/11/2014 04:39, Anton Blanchard wrote: > Initialise our maximum page size capability to 64kB and increase > the page_size variable from 16 to 32 bits. > > Signed-off-by: Anton Blanchard > -- > > diff --git a/hw/block/nvme.c b/hw/block/nvme.c > index 1327658..aa1ed98 100644 > --- a/hw/bloc

Re: [Qemu-devel] [PATCH] nvme: 64kB page size fixes

2014-12-02 Thread Kevin Wolf
Am 02.12.2014 um 16:04 hat Stefan Hajnoczi geschrieben: > On Thu, Nov 27, 2014 at 02:39:21PM +1100, Anton Blanchard wrote: > > Initialise our maximum page size capability to 64kB and increase > > the page_size variable from 16 to 32 bits. > > > > Signed-off-by: Anton Blanchard > > -- > > Covered

Re: [Qemu-devel] [PATCH] nvme: 64kB page size fixes

2014-12-02 Thread Stefan Hajnoczi
On Thu, Nov 27, 2014 at 02:39:21PM +1100, Anton Blanchard wrote: > Initialise our maximum page size capability to 64kB and increase > the page_size variable from 16 to 32 bits. > > Signed-off-by: Anton Blanchard > -- Covered in NVM Express 1.1 specification "3.1.1 Offset 00h: CAP - Controller Ca

[Qemu-devel] [PATCH] nvme: 64kB page size fixes

2014-11-26 Thread Anton Blanchard
Initialise our maximum page size capability to 64kB and increase the page_size variable from 16 to 32 bits. Signed-off-by: Anton Blanchard -- diff --git a/hw/block/nvme.c b/hw/block/nvme.c index 1327658..aa1ed98 100644 --- a/hw/block/nvme.c +++ b/hw/block/nvme.c @@ -811,6 +811,7 @@ static int nv