From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:45080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gkFbE-0001Ro-1E for qemu-devel@nongnu.org; Thu, 17 Jan 2019 16:53:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gkFbD-0000Yc-9G for qemu-devel@nongnu.org; Thu, 17 Jan 2019 16:53:19 -0500 Received: from mail-eopbgr740047.outbound.protection.outlook.com ([40.107.74.47]:8750 helo=NAM01-BN3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gkFbD-0000WF-0A for qemu-devel@nongnu.org; Thu, 17 Jan 2019 16:53:19 -0500 From: "Singh, Brijesh" Date: Thu, 17 Jan 2019 21:53:15 +0000 Message-ID: <20190117215300.29694-1-brijesh.singh@amd.com> Content-Language: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [Qemu-devel] [PATCH 0/2] Fix SEV VM device assignment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" Cc: "alex.williamson@redhat.com" , "Singh, Brijesh" Fix: https://bugzilla.redhat.com/show_bug.cgi?id=3D1667249 Brijesh Singh (2): memory: Fix the memory region type assignment order target/i386: sev: Do not pin the ram device memory region memory.c | 9 ++++++++- target/i386/sev.c | 11 +++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) --=20 2.17.1