From: Philippe Mathieu-Daudé Date: Tue, 30 Jun 2020 11:04:26 +0000 (+0200) Subject: hw/block/nvme: Update specification URL X-Git-Tag: v5.2.0-rc0~141^2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a85fb7faa43f9acc22ab507b6038116cf297fb4;p=thirdparty%2Fqemu.git hw/block/nvme: Update specification URL At some point the URL changed, update it to avoid other developers to search for it. Reviewed-by: Dmitry Fomichev Reviewed-by: Klaus Jensen Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20200630110429.19972-2-philmd@redhat.com> Signed-off-by: Klaus Jensen --- diff --git a/hw/block/nvme.c b/hw/block/nvme.c index 3426e17e652..9e2f9547e56 100644 --- a/hw/block/nvme.c +++ b/hw/block/nvme.c @@ -11,7 +11,7 @@ /** * Reference Specs: http://www.nvmexpress.org, 1.2, 1.1, 1.0e * - * http://www.nvmexpress.org/resources/ + * https://nvmexpress.org/developers/nvme-specification/ */ /**