From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@bugzilla.kernel.org
Subject: [Bug 53761] nVMX: MSR bitmap merging
Date: Mon, 25 Feb 2013 13:59:58 +0000 (UTC)
Message-ID: <20130225135958.7C0F411FB5A@bugzilla.kernel.org>
References:
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
To: kvm@vger.kernel.org
Return-path:
Received: from mail.kernel.org ([198.145.19.201]:36605 "EHLO mail.kernel.org"
rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP
id S1755556Ab3BYOAB (ORCPT );
Mon, 25 Feb 2013 09:00:01 -0500
Received: from mail.kernel.org (localhost [127.0.0.1])
by mail.kernel.org (Postfix) with ESMTP id 90634202D3
for ; Mon, 25 Feb 2013 13:59:59 +0000 (UTC)
Received: from bugzilla.kernel.org (bugzilla.kernel.org [198.145.19.217])
by mail.kernel.org (Postfix) with ESMTP id 8B342202C3
for ; Mon, 25 Feb 2013 13:59:58 +0000 (UTC)
In-Reply-To:
Sender: kvm-owner@vger.kernel.org
List-ID:
https://bugzilla.kernel.org/show_bug.cgi?id=53761
--- Comment #1 from Nadav Har'El 2013-02-25 13:59:58 ---
The same technique, and code, can be reused also for merging of IO bitmaps.
This will offer less of a performance impact than that on MSR bitmaps, because
the KVM L0 anyway wants exit on all IO ports (except the esoteric port 0x80
used for delays). So I am guessing no performance improvement will be seen
because of merging IO bitmaps.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.