From: Anthony Liguori <aliguori@linux.vnet.ibm.com>
To: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Anthony Liguori <aliguori@us.ibm.com>,
qemu-devel@nongnu.org, kvm@vger.kernel.org
Subject: Re: [PATCH 0/6] [GIT PULL] qemu-kvm.git uq/master queue
Date: Mon, 08 Feb 2010 10:44:52 -0600 [thread overview]
Message-ID: <4B703F84.4060809@linux.vnet.ibm.com> (raw)
In-Reply-To: <cover.1265241351.git.mtosatti@redhat.com>
On 02/03/2010 05:55 PM, Marcelo Tosatti wrote:
> The following changes since commit 117f8eb81dfdf51a0418fbf6d260cbb72bcd4a9d:
> Markus Armbruster (1):
> qdev: Add rudimentary help for property value
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master
>
> Jan Kiszka (4):
> KVM: Request setting of nmi_pending and sipi_vector
> KVM: x86: Fix up misreported CPU features
> KVM: Make vmport KVM-compatible
> KVM: Move and rename regs_modified
>
> Marcelo Tosatti (1):
> Fix incoming migration with iothread
>
> Sheng Yang (1):
> kvm: Flush coalesced MMIO buffer periodly
>
> cpu-all.h | 2 ++
> cpu-defs.h | 3 ++-
> exec.c | 6 ++++++
> hw/vmport.c | 3 +++
> kvm-all.c | 36 +++++++++++++++++++++---------------
> kvm.h | 1 +
> target-i386/kvm.c | 11 ++++++++++-
> vl.c | 4 ++++
> 8 files changed, 49 insertions(+), 17 deletions(-)
>
Applied. Thanks.
Regards,
Anthony Liguori
WARNING: multiple messages have this Message-ID (diff)
From: Anthony Liguori <aliguori@linux.vnet.ibm.com>
To: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Anthony Liguori <aliguori@us.ibm.com>,
qemu-devel@nongnu.org, kvm@vger.kernel.org
Subject: [Qemu-devel] Re: [PATCH 0/6] [GIT PULL] qemu-kvm.git uq/master queue
Date: Mon, 08 Feb 2010 10:44:52 -0600 [thread overview]
Message-ID: <4B703F84.4060809@linux.vnet.ibm.com> (raw)
In-Reply-To: <cover.1265241351.git.mtosatti@redhat.com>
On 02/03/2010 05:55 PM, Marcelo Tosatti wrote:
> The following changes since commit 117f8eb81dfdf51a0418fbf6d260cbb72bcd4a9d:
> Markus Armbruster (1):
> qdev: Add rudimentary help for property value
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master
>
> Jan Kiszka (4):
> KVM: Request setting of nmi_pending and sipi_vector
> KVM: x86: Fix up misreported CPU features
> KVM: Make vmport KVM-compatible
> KVM: Move and rename regs_modified
>
> Marcelo Tosatti (1):
> Fix incoming migration with iothread
>
> Sheng Yang (1):
> kvm: Flush coalesced MMIO buffer periodly
>
> cpu-all.h | 2 ++
> cpu-defs.h | 3 ++-
> exec.c | 6 ++++++
> hw/vmport.c | 3 +++
> kvm-all.c | 36 +++++++++++++++++++++---------------
> kvm.h | 1 +
> target-i386/kvm.c | 11 ++++++++++-
> vl.c | 4 ++++
> 8 files changed, 49 insertions(+), 17 deletions(-)
>
Applied. Thanks.
Regards,
Anthony Liguori
next prev parent reply other threads:[~2010-02-08 16:44 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-03 23:55 [PATCH 0/6] [GIT PULL] qemu-kvm.git uq/master queue Marcelo Tosatti
2010-02-03 23:55 ` [Qemu-devel] " Marcelo Tosatti
2010-02-03 23:55 ` [PATCH 1/6] kvm: Flush coalesced MMIO buffer periodly Marcelo Tosatti
2010-02-03 23:55 ` [Qemu-devel] " Marcelo Tosatti
2010-02-03 23:55 ` [PATCH 2/6] KVM: Request setting of nmi_pending and sipi_vector Marcelo Tosatti
2010-02-03 23:55 ` [Qemu-devel] " Marcelo Tosatti
2010-02-03 23:55 ` [PATCH 3/6] KVM: x86: Fix up misreported CPU features Marcelo Tosatti
2010-02-03 23:55 ` [Qemu-devel] " Marcelo Tosatti
2010-02-03 23:55 ` [PATCH 4/6] KVM: Make vmport KVM-compatible Marcelo Tosatti
2010-02-03 23:55 ` [Qemu-devel] " Marcelo Tosatti
2010-02-03 23:55 ` [PATCH 5/6] KVM: Move and rename regs_modified Marcelo Tosatti
2010-02-03 23:55 ` [Qemu-devel] " Marcelo Tosatti
2010-02-03 23:55 ` [PATCH 6/6] Fix incoming migration with iothread Marcelo Tosatti
2010-02-03 23:55 ` [Qemu-devel] " Marcelo Tosatti
2010-02-08 16:44 ` Anthony Liguori [this message]
2010-02-08 16:44 ` [Qemu-devel] Re: [PATCH 0/6] [GIT PULL] qemu-kvm.git uq/master queue Anthony Liguori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B703F84.4060809@linux.vnet.ibm.com \
--to=aliguori@linux.vnet.ibm.com \
--cc=aliguori@us.ibm.com \
--cc=kvm@vger.kernel.org \
--cc=mtosatti@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.