[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/4] x86emul: misc additions
- To: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Mon, 8 May 2023 14:31:00 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=M5UVgGCt7HFd6QpACbVczcENgH/UCk8cUe0fCdquCg4=; b=VDFQ6wd0GBDDF8yGclvg8V6pSo58JwPoWXi+fYEM9OL3ZG7MCeuKpsfRVfiUiHqQLD5J4tcivgScg9cMElFCmZ5imJNwAbp7F3+Icoz0bULhEAKqv9qPBP7u+x1bU7UGNfMi4miPrqjFtnxTXT0qCJ5q8JRzWhWAw7yNz0e7ShZ40cyb93qy2HvoKxhfHOfgJDtf9avVC+rNUObCnTkJ5X11xxR6ApeMuBRKAzZrmI3jETHGYaUDa6QT5Vw5i/vXS9rPL8zVaJfkBneA7i8Yp0+Jf5t7ZSKmocZdvgZPSXRLSFE1TvQCpqhJUEWZIgCt/oyhX5jYnBNfSQt6s36wSQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=H+z+ScDij6RZZ+fcDvMogE/+wNvDipT3fhhklDFmrG2+nwQ5a8wXAHbSJtMbx5UPKLEsTvlQ2gs4a/uIP5q3QMiOJp4Ymtl8vYvhkyCkHhii7S6qmYzJLhcV8k7lYmWXqK811hCiXtjM9SESQMn5ngTgZm/VgMUHv02ojDg6XG6YBX7mPyan0o+HTNdOlMShYRKp5+aZJ7f5CS4vjstWhVQ60p+zZinF0AsTURGGU0ceNzJXsnFCvbBBXw5TI+veW83y0rmi0dhwAawiDTS5MaEgkFnNCEx5RhRIUmOBzYc3TP0XNhC7qJjdlWbgVvNKuNaiOEv0CXSxNHBNRTcbCQ==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>
- Delivery-date: Mon, 08 May 2023 12:31:25 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
This series adds support for a number of more or less recently announced
ISA extensions. The series interacts mildly (and only contextually) with
the AVX512-FP16 one. Note that the last patch is kind of incomplete: It
doesn't enable the feature for guest use, for lack of detail in the
specification.
1: x86emul: support LKGS
2: x86emul: support CMPccXADD
3: VMX: tertiary execution control infrastructure
4: x86emul+VMX: support {RD,WR}MSRLIST
Jan
|