On 06/20/2012 04:40 PM, Michael S. Tsirkin wrote:
On Wed, Jun 20, 2012 at 04:16:47PM -0500, Anthony Liguori wrote:
diff --git a/qemu-common.h b/qemu-common.h
index 8f87e41..80026af 100644
--- a/qemu-common.h
+++ b/qemu-common.h
@@ -264,6 +264,7 @@ typedef struct EventNotifier EventNotifier;
  typedef struct VirtIODevice VirtIODevice;
  typedef struct QEMUSGList QEMUSGList;
  typedef struct SHPCDevice SHPCDevice;
+typedef struct DMAContext DMAContext;

Please don't put this in qemu-common.h.  Stick it in a dma-specific header.

Weird.

The point of typedefs in qemu-common.h is so people can
use type pointer *without pulling in the relevant header*.

You're providing a back explanation to something that was completely 
unrelated...

qemu-common.h was created because everything (literally everything) was in a single vl.h.

So qemu-common.h was simply the left over crap from vl.h that didn't have a home elsewhere.

It was never intended that we'd keep adding more stuff to qemu-common.h.

Regards,

Anthony Liguori

If we put a typedef in specific header it defeats the purpose.

It used to even say this somewhere so I don't remember where.



Reply via email to