From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ymlry-00013I-DT for qemu-devel@nongnu.org; Mon, 27 Apr 2015 12:26:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ymlrx-00015h-9Z for qemu-devel@nongnu.org; Mon, 27 Apr 2015 12:26:54 -0400 Message-ID: <553E6345.7060001@redhat.com> Date: Mon, 27 Apr 2015 10:26:45 -0600 From: Eric Blake MIME-Version: 1.0 References: <1430149991-29850-1-git-send-email-stefanha@redhat.com> In-Reply-To: <1430149991-29850-1-git-send-email-stefanha@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="due2s34IUas2S9JqgSsn4dRKr3Fa3r4d9" Subject: Re: [Qemu-devel] [PATCH v3 0/2] block: move I/O request processing to block/io.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , qemu-devel@nongnu.org Cc: Kevin Wolf , qemu-block@nongnu.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --due2s34IUas2S9JqgSsn4dRKr3Fa3r4d9 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 04/27/2015 09:53 AM, Stefan Hajnoczi wrote: > Note: This series is based on my block-next branch: > https://github.com/stefanha/qemu.git block-next >=20 > This series splits block.c because the file has grown too large. This = helps > separate the core block layer into BlockDriverState graph operations an= d I/O > processing. >=20 > Stefan Hajnoczi (2): > block: replace bdrv_states iteration with bdrv_next() > block: move I/O request processing to block/io.c >=20 > block.c | 2519 +------------------------------------= -------- > block/Makefile.objs | 2 +- > include/block/block_int.h | 12 + > 3 files changed, 18 insertions(+), 2515 deletions(-) Umm, did you forget to 'git add block/io.c'? The diffstat makes it look like you are deleting code, not splitting it. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --due2s34IUas2S9JqgSsn4dRKr3Fa3r4d9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJVPmNGAAoJEKeha0olJ0NqnIoH/3ESQgsxlG6Tb8M3595GqG0n iujZFzDzvJ7SPceLeZgDqCBZuYJKnWdu1+o7ChkVGGc5Thg5FgLcnDeYOuh3u/mL nt9dpWSX3tzThYpRaRnBV+KxjDVF/b30mFtVNfhzWTJk8oH3Jcg4PzG1xDk2fTvS vUTwMSNoT3fF/cnlf6RNTzZlpsCpRc/0vyeqrW6BHY3/6XnDFRg1+gLppBhdp5RD IeAN3RmyJq8qV4yJAVJZsxi2U3AmqBKwQ28GY8ROZ9ZliD9g/lv1ffyCZZwCBEPF 4reAbyvddGb4yG/+FkZxqciz5FnWchWJKHsrVtWHqxb4WYPg7xf9NI9IA5qSSfs= =oR01 -----END PGP SIGNATURE----- --due2s34IUas2S9JqgSsn4dRKr3Fa3r4d9--