From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48166) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaXac-0004yw-F7 for qemu-devel@nongnu.org; Tue, 24 Mar 2015 18:46:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YaXaY-00071P-UK for qemu-devel@nongnu.org; Tue, 24 Mar 2015 18:46:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33728) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaXaY-000711-MY for qemu-devel@nongnu.org; Tue, 24 Mar 2015 18:46:22 -0400 Message-ID: <5511E93C.3050900@redhat.com> Date: Tue, 24 Mar 2015 16:46:20 -0600 From: Eric Blake MIME-Version: 1.0 References: <15c77ac9b207d5a3cb47fcbfef7def307b8b5e2f.1427119793.git.berto@igalia.com> In-Reply-To: <15c77ac9b207d5a3cb47fcbfef7def307b8b5e2f.1427119793.git.berto@igalia.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Rua2f1SjTaLiHAmsaSPNT4xnamg6S9Dno" Subject: Re: [Qemu-devel] [PATCH 1/5] block: allow block jobs in any arbitrary node List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alberto Garcia , qemu-devel@nongnu.org Cc: Kevin Wolf , Markus Armbruster , Stefan Hajnoczi , Max Reitz This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Rua2f1SjTaLiHAmsaSPNT4xnamg6S9Dno Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 03/23/2015 09:12 AM, Alberto Garcia wrote: > Currently, block jobs can only be owned by root nodes. This patch > allows block jobs to be in any arbitrary node, by making the following > changes: >=20 > - Block jobs can now be identified by the node name of their > BlockDriverState in addition to the device name. Since both device > and node names live in the same namespace there's no ambiguity. >=20 > - The "device" parameter used by all commands that operate on block > jobs can also be a node name now. >=20 > - The node name is used as a fallback to fill in the BlockJobInfo > structure and all BLOCK_JOB_* events if there is no device name for > that job. >=20 > - When querying the list of existing block jobs, all nodes are > searched, not just the ones at the root. >=20 > Signed-off-by: Alberto Garcia > --- Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --Rua2f1SjTaLiHAmsaSPNT4xnamg6S9Dno Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJVEek8AAoJEKeha0olJ0NqnzgH/j2O+Nk/MCIU2SZ0IGzcTTP5 aQhpCmCv0ky5F6UK5f46siB5aLJHwgjZM2VCKUUFiz1/wVFl4PCt+sylDLczlzHs uRcw3HlnPJc/emcVbdL7l95LwUlQqvra99J8q4uWAR/igfOzdt+qQbKocP0YxZtY /HvK+q/gqyVKct8zBbY8crEutj8aBucX1q/9NKQ3Jn9oXoQ4410NQZRyh/A1BnpG WuVuksYEb6k+a6Faj7cda+/ioGnZC69OG8xBSxvfFfrAG1hJvCn+pXRKY+7hEPWt XjEVwg4NWFQ63DKrtSiGDRBHyMB6d+8/MCWJRs5ucZXvDzXYx0rd628zvDK8Kwo= =EIHv -----END PGP SIGNATURE----- --Rua2f1SjTaLiHAmsaSPNT4xnamg6S9Dno--