Re: [Qemu-block] [RFC,v1] Namespace Management Support

2019-07-23 Thread Keith Busch
On Tue, Jul 02, 2019 at 10:39:36AM -0700, Matt Fitzpatrick wrote: > Adding namespace management support to the nvme device. Namespace creation > requires contiguous block space for a simple method of allocation. I guess that means this won't handle creating a large namespace from fragmented unallo

Re: [Qemu-block] [RFC,v1] Namespace Management Support

2019-07-05 Thread Klaus Birkelund
On Tue, Jul 02, 2019 at 10:39:36AM -0700, Matt Fitzpatrick wrote: > Adding namespace management support to the nvme device. Namespace creation > requires contiguous block space for a simple method of allocation. > > I wrote this a few years ago based on Keith's fork and nvmeqemu fork and > have re

[Qemu-block] [RFC,v1] Namespace Management Support

2019-07-02 Thread Matt Fitzpatrick
Adding namespace management support to the nvme device. Namespace creation requires contiguous block space for a simple method of allocation. I wrote this a few years ago based on Keith's fork and nvmeqemu fork and have recently re-synced with the latest trunk.  Some data structures in nvme.h