Skip to content

a bug in the function declaration "nvme_discontig" in "nvme.h" #109

@Cautreoxit

Description

@Cautreoxit

In the file hw/femu/nvme.h, the function nvme_discontig's declaration seems to have some bug:
In the declaration, the second parameter is page_size, and the third parameter is queue_idx;
But when it is called, in all other functions, the second parameter is always queue_idx, and the third parameter is page_size.
I think the declaration should exchage these two parameters.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions