From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1Pre-0005LV-WF for qemu-devel@nongnu.org; Wed, 17 Dec 2014 20:26:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y1PrZ-0004Qc-TD for qemu-devel@nongnu.org; Wed, 17 Dec 2014 20:26:50 -0500 Received: from ozlabs.org ([2401:3900:2:1::2]:46483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1PrZ-0004PL-Hm for qemu-devel@nongnu.org; Wed, 17 Dec 2014 20:26:45 -0500 Date: Thu, 18 Dec 2014 12:10:19 +1100 From: David Gibson Message-ID: <20141218011019.GA12159@voom.redhat.com> References: <1418382822-25151-1-git-send-email-dgilbert@redhat.com> <1418382822-25151-2-git-send-email-dgilbert@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PEIAKu/WMn1b1Hv9" Content-Disposition: inline In-Reply-To: <1418382822-25151-2-git-send-email-dgilbert@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 1/5] Start migrating migration code into a migration directory List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: amit.shah@redhat.com, peter.maydell@linaro.org, qemu-devel@nongnu.org, quintela@redhat.com --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 12, 2014 at 11:13:38AM +0000, Dr. David Alan Gilbert (git) wrot= e: > From: "Dr. David Alan Gilbert" >=20 > The migration code now occupies a fair chunk of the top level .c > files, it seems time to give it it's own directory. >=20 > I've not touched: > arch_init.c - that's mostly RAM migration but has a few random other > bits > savevm.c - because it's built target specific >=20 > This is purely a code move; no code has changed. > - it fails checkpatch because of old violations, it feels safer > to keep this as purely a move and fix those at some mythical future > date. >=20 > The xbzrle and vmstate tests are now only run for softmmu builds > since they require files in the migrate/ directory which is only built > for softmmu. >=20 > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: David Gibson --=20 David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson --PEIAKu/WMn1b1Hv9 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUkil7AAoJEGw4ysog2bOSkxEQANWfI2SHMt5JNzRP9BVdYhP/ W+DwJz+UyLvBQBBm/PttuUsdAhMSaOg6fzO4qkWS0CtL+BT8g8RWosadxaht5YSX CiYqDntxIDGFB+TazjidcdutlmhNp19qECvIQq05DZ2nHMt3rRzJ0JKDkRWan1yb ph9E4hmG1Z7YwmeXO+e8lstwqUT6Aewm8Pj4r5ZjWoIJUwI3AHIRo6XZfoJdUzHb tG8JWhVrh2ae5gXh+woEr+t+dripwDeDiyWLPuYMehc7gTUXWoxOUukRr8OupWP4 MTfa/rEtIkXp4Mn7l4btShkVDrf6BHVjd8fzj6U/ffVpXDTAH/sNYbilfHg4Oqwc rWUtR+pHKaG8BvLJZvSWcwBaoy+h90YZjDB4WO5G+lRQ0dgk4FSdF9skBx6EbQ8W /CouE2sujRCi6zrRqW8sIPuj43iFXMVih21sOta6bAS6IWDbDqXPQqOHXi7PsQAM EQIo+56So+nDyls+Km/yayX2x+WYs+BfeDcCoBTqhiU0lsFI42MZEW8HqFyU1l6s c4lR9Pbpn4jU3nf4t/BtIeR5W+igBK1o99SyXgRnZmPtyI1rsAaickMinSjgXBkM G7nsWFtmTOwZKPPIIZEhRPnj/TaOw1OtCVVy9p5ljAdOpM7nBDcHl/D72qWe8mp8 qaLT1FjrvURJfzKgyAh0 =gB5v -----END PGP SIGNATURE----- --PEIAKu/WMn1b1Hv9--