From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f9Cgx-0002Fr-JL for qemu-devel@nongnu.org; Thu, 19 Apr 2018 12:45:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f9Cgt-0006Bf-L9 for qemu-devel@nongnu.org; Thu, 19 Apr 2018 12:45:51 -0400 Received: from smtp03.citrix.com ([162.221.156.55]:53463) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f9Cgt-00069l-BG for qemu-devel@nongnu.org; Thu, 19 Apr 2018 12:45:47 -0400 From: Ian Jackson Date: Thu, 19 Apr 2018 17:45:03 +0100 Message-ID: <1524156319-11465-1-git-send-email-ian.jackson@eu.citrix.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH v7 00/16] xen: xen-domid-restrict improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Ross Lagerwall , Anthony PERARD , Juergen Gross , Stefano Stabellini , xen-devel@lists.xenproject.org This series provides necessary support for running qemu as a Xen device model without power equivalent to root. In particular, it makes -xen-domid-restrict effective. Compared to v7, it addresses review comments. As a result, it has grown a couple of new cleanup patches, including a few that I tacked on the end which weren't strictly necessary but which I thought people would appreciate. m 01/16 checkpatch: Add xendevicemodel_handle to the list of + r 02/16 AccelClass: Introduce accel_setup_post a 03/16 xen: link against xentoolcore a 04/16 xen: restrict: use xentoolcore_restrict_all * - 05/16 xen: defer call to xen_restrict until just before a 06/16 xen: destroy_hvm_domain: Move reason into a variable a 07/16 xen: move xc_interface compatibility fallback further r 08/16 xen: destroy_hvm_domain: Try xendevicemodel_shutdown + 09/16 os-posix: cleanup: Replace fprintfs with error_report m 10/16 os-posix: Provide new -runas : facility a 11/16 xen: Use newly added dmops for mapping VGA memory 12/16 xen: Remove now-obsolete xen_xc_domain_add_to_physmap a 13/16 xen: Expect xenstore write to fail when restricted + 14/16 os-posix: cleanup: Replace fprintf with error_report in + 15/16 os-posix: cleanup: Replace perror with error_report 16/16 configure: do_compiler: Dump some extra info under bash m = commit message (only) changed r = reviewed (by someone other than me) a = acked - = reviewed-by/acked-by dropped due to changes + = new patch * = amended patch I'd particularly like to draw attention to what is now patch 12/16 and 16/16 which have been posted before but remained unreviewed. Thanks for your attention. Ian.