Cc'ing qemu-trivial@
On 7/1/20 4:06 PM, Philippe Mathieu-Daudé wrote:
The "block/nvme.h" header is shared by both the NVMe block
driver and the NVMe emulated device. Add the 'F:' entry on
both sections, so all maintainers/reviewers are notified
when it is changed.
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
Cc: Fam Zheng <[email protected]>
Cc: Keith Busch <[email protected]>
Cc: Kevin Wolf <[email protected]>
Cc: Max Reitz <[email protected]>
Cc: Niklas Cassel <[email protected]>
Cc: Klaus Jensen <[email protected]>
Cc: Klaus Jensen <[email protected]>
Cc: Maxim Levitsky <[email protected]>
Cc: Dmitry Fomichev <[email protected]>
Cc: Andrzej Jakowski <[email protected]>
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index dec252f38b..9995cdc805 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1795,6 +1795,7 @@ M: Keith Busch <[email protected]>
L: [email protected]
S: Supported
F: hw/block/nvme*
+F: include/block/nvme.h
F: tests/qtest/nvme-test.c
megasas
@@ -2804,6 +2805,7 @@ M: Fam Zheng <[email protected]>
L: [email protected]
S: Supported
F: block/nvme*
+F: include/block/nvme.h
Bootdevice
M: Gonglei <[email protected]>