All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <aliguori@us.ibm.com>
To: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Marcelo Tosatti <mtosatti@redhat.com>,
	qemu-devel@nongnu.org, kvm@vger.kernel.org
Subject: Re: [Qemu-devel] [PATCH 0/9] [PULL] qemu-kvm.git uq/master queue
Date: Mon, 17 Sep 2012 13:20:54 -0500	[thread overview]
Message-ID: <87zk4o4ik9.fsf@codemonkey.ws> (raw)
In-Reply-To: <cover.1347398795.git.mtosatti@redhat.com>

Marcelo Tosatti <mtosatti@redhat.com> writes:

> The following changes since commit e0a1e32dbc41e6b2aabb436a9417dfd32177a3dc:
>
>   Merge branch 'usb.64' of git://git.kraxel.org/qemu (2012-09-11 18:06:56 +0200)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master
>

Pulled. Thanks.

Regards,

Anthony Liguori

> Jan Kiszka (7):
>       memory: Flush coalesced MMIO on selected region access
>       memory: Use transaction_begin/commit also for single-step operations
>       memory: Fold memory_region_update_topology into memory_region_transaction_commit
>       memory: Flush coalesced MMIO on mapping and state changes
>       VGA: Flush coalesced MMIO on related MMIO/PIO accesses
>       kvm: Stop flushing coalesced MMIO on vmexit
>       kvm: Rename irqchip_inject_ioctl to irq_set_ioctl
>
> Peter Maydell (2):
>       update-linux-headers.sh: Don't hard code list of architectures
>       kvm-all.c: Move init of irqchip_inject_ioctl out of kvm_irqchip_create()
>
>  hw/cirrus_vga.c                 |    7 +++
>  hw/qxl.c                        |    1 +
>  hw/vga-isa-mm.c                 |    1 +
>  hw/vga.c                        |    5 ++
>  hw/vmware_vga.c                 |    1 +
>  kvm-all.c                       |   17 +++---
>  memory.c                        |  104 +++++++++++++++++++++++----------------
>  memory.h                        |   26 ++++++++++
>  scripts/update-linux-headers.sh |   16 ++++++-
>  9 files changed, 125 insertions(+), 53 deletions(-)


WARNING: multiple messages have this Message-ID (diff)
From: Anthony Liguori <aliguori@us.ibm.com>
To: Marcelo Tosatti <mtosatti@redhat.com>
Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org
Subject: Re: [Qemu-devel] [PATCH 0/9] [PULL] qemu-kvm.git uq/master queue
Date: Mon, 17 Sep 2012 13:20:54 -0500	[thread overview]
Message-ID: <87zk4o4ik9.fsf@codemonkey.ws> (raw)
In-Reply-To: <cover.1347398795.git.mtosatti@redhat.com>

Marcelo Tosatti <mtosatti@redhat.com> writes:

> The following changes since commit e0a1e32dbc41e6b2aabb436a9417dfd32177a3dc:
>
>   Merge branch 'usb.64' of git://git.kraxel.org/qemu (2012-09-11 18:06:56 +0200)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master
>

Pulled. Thanks.

Regards,

Anthony Liguori

> Jan Kiszka (7):
>       memory: Flush coalesced MMIO on selected region access
>       memory: Use transaction_begin/commit also for single-step operations
>       memory: Fold memory_region_update_topology into memory_region_transaction_commit
>       memory: Flush coalesced MMIO on mapping and state changes
>       VGA: Flush coalesced MMIO on related MMIO/PIO accesses
>       kvm: Stop flushing coalesced MMIO on vmexit
>       kvm: Rename irqchip_inject_ioctl to irq_set_ioctl
>
> Peter Maydell (2):
>       update-linux-headers.sh: Don't hard code list of architectures
>       kvm-all.c: Move init of irqchip_inject_ioctl out of kvm_irqchip_create()
>
>  hw/cirrus_vga.c                 |    7 +++
>  hw/qxl.c                        |    1 +
>  hw/vga-isa-mm.c                 |    1 +
>  hw/vga.c                        |    5 ++
>  hw/vmware_vga.c                 |    1 +
>  kvm-all.c                       |   17 +++---
>  memory.c                        |  104 +++++++++++++++++++++++----------------
>  memory.h                        |   26 ++++++++++
>  scripts/update-linux-headers.sh |   16 ++++++-
>  9 files changed, 125 insertions(+), 53 deletions(-)

  parent reply	other threads:[~2012-09-17 18:21 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-11 21:26 [PATCH 0/9] [PULL] qemu-kvm.git uq/master queue Marcelo Tosatti
2012-09-11 21:26 ` [Qemu-devel] " Marcelo Tosatti
2012-09-11 21:26 ` [PATCH 1/9] update-linux-headers.sh: Don't hard code list of architectures Marcelo Tosatti
2012-09-11 21:26   ` [Qemu-devel] " Marcelo Tosatti
2012-09-11 21:26 ` [PATCH 2/9] kvm-all.c: Move init of irqchip_inject_ioctl out of kvm_irqchip_create() Marcelo Tosatti
2012-09-11 21:26   ` [Qemu-devel] " Marcelo Tosatti
2012-09-11 21:26 ` [PATCH 3/9] memory: Flush coalesced MMIO on selected region access Marcelo Tosatti
2012-09-11 21:26   ` [Qemu-devel] " Marcelo Tosatti
2012-09-11 21:26 ` [PATCH 4/9] memory: Use transaction_begin/commit also for single-step operations Marcelo Tosatti
2012-09-11 21:26   ` [Qemu-devel] " Marcelo Tosatti
2012-09-11 21:26 ` [PATCH 5/9] memory: Fold memory_region_update_topology into memory_region_transaction_commit Marcelo Tosatti
2012-09-11 21:26   ` [Qemu-devel] " Marcelo Tosatti
2012-09-11 21:26 ` [PATCH 6/9] memory: Flush coalesced MMIO on mapping and state changes Marcelo Tosatti
2012-09-11 21:26   ` [Qemu-devel] " Marcelo Tosatti
2012-09-11 21:26 ` [PATCH 7/9] VGA: Flush coalesced MMIO on related MMIO/PIO accesses Marcelo Tosatti
2012-09-11 21:26   ` [Qemu-devel] " Marcelo Tosatti
2012-09-11 21:26 ` [PATCH 8/9] kvm: Stop flushing coalesced MMIO on vmexit Marcelo Tosatti
2012-09-11 21:26   ` [Qemu-devel] " Marcelo Tosatti
2012-09-11 21:26 ` [PATCH 9/9] kvm: Rename irqchip_inject_ioctl to irq_set_ioctl Marcelo Tosatti
2012-09-11 21:26   ` [Qemu-devel] " Marcelo Tosatti
2012-09-17 18:20 ` Anthony Liguori [this message]
2012-09-17 18:20   ` [Qemu-devel] [PATCH 0/9] [PULL] qemu-kvm.git uq/master queue Anthony Liguori
  -- strict thread matches above, loose matches on Subject: below --
2011-05-02 18:32 Marcelo Tosatti
2011-05-02 18:54 ` 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=87zk4o4ik9.fsf@codemonkey.ws \
    --to=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.