From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USetu-00089s-Ly for qemu-devel@nongnu.org; Wed, 17 Apr 2013 22:48:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USett-0001ZN-7t for qemu-devel@nongnu.org; Wed, 17 Apr 2013 22:48:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:64346) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USets-0001Yr-UM for qemu-devel@nongnu.org; Wed, 17 Apr 2013 22:48:41 -0400 From: Marcelo Tosatti Date: Wed, 17 Apr 2013 23:48:21 -0300 Message-Id: Subject: [Qemu-devel] [PATCH 0/5] [PULL] qemu-kvm.git uq/master queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Marcelo Tosatti , qemu-devel@nongnu.org, kvm@vger.kernel.org The following changes since commit 1773d9ee6e7138e3956081670215e8bc0ae14828: virtio-net: cleanup: init and exit function. (2013-04-17 10:28:59 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master for you to fetch changes up to 007e986ff2dd140348e76feb21cde1a51ce6c5b4: vmxcap: Update according to SDM of January 2013 (2013-04-17 23:27:24 -0300) ---------------------------------------------------------------- Jan Kiszka (4): vmxcap: Open MSR file in unbuffered mode vmxcap: Augment reported information vmxcap: Report APIC register emulation and RDTSCP control vmxcap: Update according to SDM of January 2013 Marcelo Tosatti (1): target-i386: kvm: save/restore steal time MSR scripts/kvm/vmxcap | 26 +++++++++++++++++++++++--- target-i386/cpu.h | 1 + target-i386/kvm.c | 13 +++++++++++++ target-i386/machine.c | 21 +++++++++++++++++++++ 4 files changed, 58 insertions(+), 3 deletions(-)