Merge remote-tracking branch 'bonzini/header-dirs' into staging
authorAnthony Liguori <aliguori@us.ibm.com>
Wed, 19 Dec 2012 23:15:39 +0000 (17:15 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 19 Dec 2012 23:15:39 +0000 (17:15 -0600)
* bonzini/header-dirs: (45 commits)
  janitor: move remaining public headers to include/
  hw: move executable format header files to hw/
  fpu: move public header file to include/fpu
  softmmu: move remaining include files to include/ subdirectories
  softmmu: move include files to include/sysemu/
  misc: move include files to include/qemu/
  qom: move include files to include/qom/
  migration: move include files to include/migration/
  monitor: move include files to include/monitor/
  exec: move include files to include/exec/
  block: move include files to include/block/
  qapi: move include files to include/qobject/
  janitor: add guards to headers
  qapi: make struct Visitor opaque
  qapi: remove qapi/qapi-types-core.h
  qapi: move inclusions of qemu-common.h from headers to .c files
  ui: move files to ui/ and include/ui/
  qemu-ga: move qemu-ga files to qga/
  net: reorganize headers
  net: move net.c to net/
  ...

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
17 files changed:
1  2 
.gitignore
configure
hw/pflash_cfi01.c
hw/pflash_cfi02.c
hw/virtio-serial-bus.c
hw/vmmouse.c
hw/xen_console.c
hw/xen_pt.c
hw/zynq_slcr.c
include/ui/qemu-spice.h
linux-user/syscall.c
net/hub.c
qemu-char.c
spice-qemu-char.c
ui/spice-core.c
user-exec.c
xen-all.c

diff --cc .gitignore
Simple merge
diff --cc configure
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc hw/vmmouse.c
Simple merge
Simple merge
diff --cc hw/xen_pt.c
Simple merge
diff --cc hw/zynq_slcr.c
Simple merge
@@@ -46,13 -45,9 +45,13 @@@ void do_info_spice_print(Monitor *mon, 
  void do_info_spice(Monitor *mon, QObject **ret_data);
  
  CharDriverState *qemu_chr_open_spice(QemuOpts *opts);
 +#if SPICE_SERVER_VERSION >= 0x000c02
 +CharDriverState *qemu_chr_open_spice_port(QemuOpts *opts);
 +void qemu_spice_register_ports(void);
 +#endif
  
  #else  /* CONFIG_SPICE */
- #include "monitor.h"
+ #include "monitor/monitor.h"
  
  #define using_spice 0
  static inline int qemu_spice_set_passwd(const char *passwd,
Simple merge
diff --cc net/hub.c
Simple merge
diff --cc qemu-char.c
Simple merge
@@@ -1,11 -1,11 +1,12 @@@
  #include "config-host.h"
  #include "trace.h"
  #include "ui/qemu-spice.h"
+ #include "char/char.h"
  #include <spice.h>
  #include <spice-experimental.h>
 +#include <spice/protocol.h>
  
- #include "osdep.h"
+ #include "qemu/osdep.h"
  
  #define dprintf(_scd, _level, _fmt, ...)                                \
      do {                                                                \
diff --cc ui/spice-core.c
Simple merge
diff --cc user-exec.c
Simple merge
diff --cc xen-all.c
Simple merge