qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2] hw/misc: add missing includes
@ 2017-06-09 15:06 Philippe Mathieu-Daudé
  2017-06-09 15:06 ` [Qemu-devel] [PATCH v2] hw/pci: define msi_nonbroken in pci-stub Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-06-09 15:06 UTC (permalink / raw)
  To: qemu-devel, qemu-trivial, Peter Maydell, Eric Blake
  Cc: Philippe Mathieu-Daudé

inlined create_unimplemented_device() calls sysbus_mmio_map_overlap().

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---

v2: Addressed review feedback from Eric Blake

 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.11.0

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

end of thread, other threads:[~2017-06-27 13:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-09 15:06 [Qemu-devel] [PATCH v2] hw/misc: add missing includes Philippe Mathieu-Daudé
2017-06-09 15:06 ` [Qemu-devel] [PATCH v2] hw/pci: define msi_nonbroken in pci-stub Philippe Mathieu-Daudé
2017-06-27 13:25   ` Michael Tokarev
2017-06-09 15:06 ` [Qemu-devel] [PATCH v2] net/pcnet: modernise PCNET_DEBUG Philippe Mathieu-Daudé
2017-06-09 16:04   ` Alex Bennée
2017-06-09 21:41     ` Philippe Mathieu-Daudé
2017-06-09 21:32 ` [Qemu-devel] [PATCH v2] hw/misc: add missing includes Philippe Mathieu-Daudé
2017-06-09 21:38 ` Eric Blake
2017-06-27 13:24 ` Michael Tokarev

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).