qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/8] qemu-common.h header cleanups
@ 2012-11-22 17:27 Eduardo Habkost
  2012-11-22 17:27 ` [Qemu-devel] [PATCH 1/8] user: Move *-user/qemu-types.h to main directory Eduardo Habkost
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Eduardo Habkost @ 2012-11-22 17:27 UTC (permalink / raw)
  To: qemu-devel; +Cc: Igor Mammedov, Andreas Färber

Hi,

These are the remaining header cleanups that didn't enter the tree yet. They
should help breaking some circular header dependencies involving qemu-common.h.

Basically they were reordered by Igor to keep the tree bisectable, and some
changes were made on the qga/channel-posix.c patch to eliminate the
qemu-common.h dependency.

Eduardo Habkost (8):
  user: Move *-user/qemu-types.h to main directory
  user: Rename qemu-types.h to qemu-user-types.h
  ui/vnc-palette.c: Include headers it needs
  qapi/qmp-registry.c: Include headers it needs
  qga/channel-posix.c: Include headers it needs
  qlist.h: do not include qemu-common.h
  create qemu-types.h for struct typedefs
  sysemu.h: include qemu-types.h instead of qemu-common.h

 bsd-user/qemu-types.h                        | 24 -----------
 bsd-user/qemu.h                              |  2 +-
 cpu-all.h                                    |  2 +-
 hw/qdev-core.h                               | 11 +----
 linux-user/qemu.h                            |  2 +-
 qapi/qmp-registry.c                          |  2 +
 qemu-common.h                                | 52 +-----------------------
 qemu-types.h                                 | 61 ++++++++++++++++++++++++++++
 linux-user/qemu-types.h => qemu-user-types.h |  0
 qga/channel-posix.c                          |  5 +++
 qlist.h                                      |  1 -
 sysemu.h                                     |  2 +-
 ui/vnc-palette.c                             |  2 +
 13 files changed, 76 insertions(+), 90 deletions(-)
 delete mode 100644 bsd-user/qemu-types.h
 create mode 100644 qemu-types.h
 rename linux-user/qemu-types.h => qemu-user-types.h (100%)

-- 
1.7.11.7

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

end of thread, other threads:[~2012-12-04 13:53 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-22 17:27 [Qemu-devel] [PATCH 0/8] qemu-common.h header cleanups Eduardo Habkost
2012-11-22 17:27 ` [Qemu-devel] [PATCH 1/8] user: Move *-user/qemu-types.h to main directory Eduardo Habkost
2012-11-22 17:27 ` [Qemu-devel] [PATCH 2/8] user: Rename qemu-types.h to qemu-user-types.h Eduardo Habkost
2012-11-22 17:27 ` [Qemu-devel] [PATCH 3/8] ui/vnc-palette.c: Include headers it needs Eduardo Habkost
2012-11-22 17:27 ` [Qemu-devel] [PATCH 4/8] qapi/qmp-registry.c: " Eduardo Habkost
2012-11-22 17:27 ` [Qemu-devel] [PATCH 5/8] qga/channel-posix.c: " Eduardo Habkost
2012-11-22 17:27 ` [Qemu-devel] [PATCH 6/8] qlist.h: do not include qemu-common.h Eduardo Habkost
2012-11-22 17:27 ` [Qemu-devel] [PATCH 7/8] create qemu-types.h for struct typedefs Eduardo Habkost
2012-11-22 17:27 ` [Qemu-devel] [PATCH 8/8] sysemu.h: include qemu-types.h instead of qemu-common.h Eduardo Habkost
2012-11-26 19:44 ` [Qemu-devel] [PATCH 0/8] qemu-common.h header cleanups Andreas Färber
2012-11-30 20:53 ` Andreas Färber
2012-12-04  8:50   ` Paolo Bonzini
2012-12-04 13:52     ` Andreas Färber

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