qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Juan Quintela <quintela@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 4/4] movement: reduce include files
Date: Fri,  8 May 2015 14:43:18 +0200	[thread overview]
Message-ID: <1431088998-27721-5-git-send-email-quintela@redhat.com> (raw)
In-Reply-To: <1431088998-27721-1-git-send-email-quintela@redhat.com>

To make changes easier, with the copy, I maintained almost all include
files.  Now I remove the not needed ones on this patch.  This complies
on linux x64 with all architecutes configured, and cross-compile for
windows 32 and 64 bits.#

Signed-off-by: Juan Quintela <quintela@redhat.com>
---
 arch_init.c     | 23 -----------------------
 migration/ram.c | 18 ++----------------
 2 files changed, 2 insertions(+), 39 deletions(-)

diff --git a/arch_init.c b/arch_init.c
index 1f34ad7..7c0d73e 100644
--- a/arch_init.c
+++ b/arch_init.c
@@ -22,38 +22,15 @@
  * THE SOFTWARE.
  */
 #include <stdint.h>
-#include <stdarg.h>
-#include <stdlib.h>
-#include <zlib.h>
-#ifndef _WIN32
-#include <sys/types.h>
-#include <sys/mman.h>
-#endif
-#include "config.h"
-#include "monitor/monitor.h"
 #include "sysemu/sysemu.h"
-#include "qemu/bitops.h"
-#include "qemu/bitmap.h"
 #include "sysemu/arch_init.h"
-#include "audio/audio.h"
-#include "hw/i386/pc.h"
 #include "hw/pci/pci.h"
 #include "hw/audio/audio.h"
-#include "sysemu/kvm.h"
-#include "migration/migration.h"
 #include "hw/i386/smbios.h"
-#include "exec/address-spaces.h"
-#include "hw/audio/pcspk.h"
-#include "migration/page_cache.h"
 #include "qemu/config-file.h"
 #include "qemu/error-report.h"
 #include "qmp-commands.h"
-#include "trace.h"
-#include "exec/cpu-all.h"
-#include "exec/ram_addr.h"
 #include "hw/acpi/acpi.h"
-#include "qemu/host-utils.h"
-#include "qemu/rcu_queue.h"

 #ifdef TARGET_SPARC
 int graphic_width = 1024;
diff --git a/migration/ram.c b/migration/ram.c
index 61150a5..14b81fc 100644
--- a/migration/ram.c
+++ b/migration/ram.c
@@ -26,31 +26,17 @@
  * THE SOFTWARE.
  */
 #include <stdint.h>
-#include <stdarg.h>
-#include <stdlib.h>
 #include <zlib.h>
-#ifndef _WIN32
-#include <sys/types.h>
-#include <sys/mman.h>
-#endif
-#include "config.h"
-#include "monitor/monitor.h"
-#include "sysemu/sysemu.h"
 #include "qemu/bitops.h"
 #include "qemu/bitmap.h"
-#include "hw/i386/pc.h"
-#include "hw/pci/pci.h"
-#include "hw/audio/audio.h"
+#include "qemu/timer.h"
+#include "qemu/main-loop.h"
 #include "migration/migration.h"
 #include "exec/address-spaces.h"
 #include "migration/page_cache.h"
-#include "qemu/config-file.h"
 #include "qemu/error-report.h"
-#include "qmp-commands.h"
 #include "trace.h"
-#include "exec/cpu-all.h"
 #include "exec/ram_addr.h"
-#include "qemu/host-utils.h"
 #include "qemu/rcu_queue.h"

 #ifdef DEBUG_MIGRATION_RAM
-- 
2.4.0

  parent reply	other threads:[~2015-05-08 12:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-08 12:43 [Qemu-devel] [PATCH 0/4] Move last migration bits into migration/ Juan Quintela
2015-05-08 12:43 ` [Qemu-devel] [PATCH 1/4] migration: move ram stuff to migration/ram Juan Quintela
2015-05-08 14:11   ` Eric Blake
2015-05-08 12:43 ` [Qemu-devel] [PATCH 2/4] migration: move savevm.c inside migration/ Juan Quintela
2015-05-08 14:36   ` Eric Blake
2015-05-08 12:43 ` [Qemu-devel] [PATCH 3/4] migration: Add myself to the copyright list of both files Juan Quintela
2015-05-08 14:37   ` Eric Blake
2015-05-08 12:43 ` Juan Quintela [this message]
2015-05-08 14:39   ` [Qemu-devel] [PATCH 4/4] movement: reduce include files Eric Blake
2015-05-27  9:18     ` Juan Quintela

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1431088998-27721-5-git-send-email-quintela@redhat.com \
    --to=quintela@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).