qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/2] hw/unimp: add MAINTAINERS entry and missing include
@ 2017-06-23 16:11 Philippe Mathieu-Daudé
  2017-06-23 16:11 ` [Qemu-devel] [PATCH v3 1/2] hw/unimp: add " Philippe Mathieu-Daudé
  2017-06-23 16:11 ` [Qemu-devel] [PATCH v3 2/2] MAINTAINERS: add entry for "Unimplemented" device Philippe Mathieu-Daudé
  0 siblings, 2 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-06-23 16:11 UTC (permalink / raw)
  To: qemu-devel, Peter Maydell, qemu-trivial, Eric Blake
  Cc: Philippe Mathieu-Daudé

I separated these patches from the previous series "various easy cleanups".

Add an entry in MAINTAINERS for the "Unimplemented" device, voluntary myself as
reviewer, fix a missing include.

Regards,

Phil.

Philippe Mathieu-Daudé (2):
  hw/unimp: add missing include
  MAINTAINERS: add entry for "Unimplemented" device

 MAINTAINERS             | 7 +++++++
 include/hw/misc/unimp.h | 2 ++
 2 files changed, 9 insertions(+)

-- 
2.13.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Qemu-devel] [PATCH v3 1/2] hw/unimp: add missing include
  2017-06-23 16:11 [Qemu-devel] [PATCH v3 0/2] hw/unimp: add MAINTAINERS entry and missing include Philippe Mathieu-Daudé
@ 2017-06-23 16:11 ` Philippe Mathieu-Daudé
  2017-06-23 16:11 ` [Qemu-devel] [PATCH v3 2/2] MAINTAINERS: add entry for "Unimplemented" device Philippe Mathieu-Daudé
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-06-23 16:11 UTC (permalink / raw)
  To: qemu-devel, Peter Maydell, qemu-trivial, Eric Blake
  Cc: Philippe Mathieu-Daudé

inlined create_unimplemented_device() calls sysbus_mmio_map_overlap().

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
---
 include/hw/misc/unimp.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/hw/misc/unimp.h b/include/hw/misc/unimp.h
index 3462d85836..52e068ec3e 100644
--- a/include/hw/misc/unimp.h
+++ b/include/hw/misc/unimp.h
@@ -8,6 +8,8 @@
 #ifndef HW_MISC_UNIMP_H
 #define HW_MISC_UNIMP_H
 
+#include "hw/sysbus.h"
+
 #define TYPE_UNIMPLEMENTED_DEVICE "unimplemented-device"
 
 /**
-- 
2.13.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Qemu-devel] [PATCH v3 2/2] MAINTAINERS: add entry for "Unimplemented" device
  2017-06-23 16:11 [Qemu-devel] [PATCH v3 0/2] hw/unimp: add MAINTAINERS entry and missing include Philippe Mathieu-Daudé
  2017-06-23 16:11 ` [Qemu-devel] [PATCH v3 1/2] hw/unimp: add " Philippe Mathieu-Daudé
@ 2017-06-23 16:11 ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-06-23 16:11 UTC (permalink / raw)
  To: qemu-devel, Peter Maydell, qemu-trivial, Eric Blake
  Cc: Philippe Mathieu-Daudé

Also voluntary myself as reviewer

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7b7543a54e..6febb4f9ab 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1160,6 +1160,13 @@ F: docs/specs/vmgenid.txt
 F: tests/vmgenid-test.c
 F: stubs/vmgenid.c
 
+Unimplemented device
+M: Peter Maydell <peter.maydell@linaro.org>
+R: Philippe Mathieu-Daudé <f4bug@amsat.org>
+S: Maintained
+F: include/hw/misc/unimp.h
+F: hw/misc/unimp.c
+
 Subsystems
 ----------
 Audio
-- 
2.13.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-06-23 16:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-23 16:11 [Qemu-devel] [PATCH v3 0/2] hw/unimp: add MAINTAINERS entry and missing include Philippe Mathieu-Daudé
2017-06-23 16:11 ` [Qemu-devel] [PATCH v3 1/2] hw/unimp: add " Philippe Mathieu-Daudé
2017-06-23 16:11 ` [Qemu-devel] [PATCH v3 2/2] MAINTAINERS: add entry for "Unimplemented" device Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).