From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NnCmD-0005mI-Ly for qemu-devel@nongnu.org; Thu, 04 Mar 2010 10:15:49 -0500 Received: from [199.232.76.173] (port=47400 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NnCmC-0005lh-Jv for qemu-devel@nongnu.org; Thu, 04 Mar 2010 10:15:48 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NnCm7-0001rt-VB for qemu-devel@nongnu.org; Thu, 04 Mar 2010 10:15:48 -0500 Received: from mail-ew0-f219.google.com ([209.85.219.219]:50692) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NnCm7-0001rl-Lh for qemu-devel@nongnu.org; Thu, 04 Mar 2010 10:15:43 -0500 Received: by ewy19 with SMTP id 19so2927244ewy.2 for ; Thu, 04 Mar 2010 07:15:42 -0800 (PST) Message-ID: <4B8FCE8D.4060609@codemonkey.ws> Date: Thu, 04 Mar 2010 09:15:25 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/6] [PULL] qemu-kvm.git uq/master queue References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcelo Tosatti Cc: Anthony Liguori , qemu-devel@nongnu.org, kvm@vger.kernel.org On 03/04/2010 09:05 AM, Marcelo Tosatti wrote: > The following changes since commit 55b1e61f640bb2cf3bed0b4cc6d4ba1326c625d9: > Samuel Thibault (1): > (curses) Use more descriptive values > > are available in the git repository at: > > git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master > > Avi Kivity (1): > Allocate memory below 4GB as one chunk > > Jan Kiszka (4): > KVM: Rework of guest debug state writing > KVM: Rework VCPU state writeback API > KVM: x86: Restrict writeback of VCPU state > x86: Extend validity of bsp_to_cpu > > Marcelo Tosatti (1): > Add option to use file backed guest memory > Pulled. Thanks. Regards, Anthony Liguori > cpu-all.h | 3 + > exec.c | 132 ++++++++++++++++++++++++++++++++++++++++-------- > hw/apic.c | 2 - > hw/pc.c | 14 ++---- > hw/ppc_newworld.c | 3 - > hw/ppc_oldworld.c | 3 - > hw/s390-virtio.c | 1 - > kvm-all.c | 43 +++++++++++----- > kvm.h | 26 +++++++++- > qemu-options.hx | 16 ++++++ > savevm.c | 4 ++ > sysemu.h | 4 ++ > target-i386/kvm.c | 77 +++++++++++++++++++++++------ > target-i386/machine.c | 11 ---- > target-ppc/kvm.c | 2 +- > target-ppc/machine.c | 4 -- > target-s390x/kvm.c | 3 +- > vl.c | 41 +++++++++++++++ > 18 files changed, 300 insertions(+), 89 deletions(-) > > > >