K 10 svn:author V 5 chuck K 8 svn:date V 27 2020-08-24T01:51:21.544195Z K 7 svn:log V 353 bhyve: NVMe queue create must init head/tail The NVMe emulation code did not explicitly initialize queue head and tail pointers on queue creation. As these pointers are part of calloc()'ed memory, this only becomes a problem if the queues are deleted and then recreated. This error can manifest with messages about completions not matching a command. END