mbox

[PULL,0/3] xen-20180531-tag

Message ID alpine.DEB.2.10.1805311206230.23991@sstabellini-ThinkPad-X260
State New
Headers show

Pull-request

http://xenbits.xenproject.org/git-http/people/sstabellini/qemu-dm.git tags/xen-20180531-tag

Message

Stefano Stabellini May 31, 2018, 7:08 p.m. UTC
The following changes since commit c181ddaa176856b3cd2dfd12bbcf25fa9c884a97:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180531-1' into staging (2018-05-31 17:00:55 +0100)

are available in the git repository at:


  http://xenbits.xenproject.org/git-http/people/sstabellini/qemu-dm.git tags/xen-20180531-tag

for you to fetch changes up to dfb6578d69d60e464be36dafed9741dcfd73d2cf:

  xen-hvm: stop faking I/O to access PCI config space (2018-05-31 12:05:01 -0700)

----------------------------------------------------------------
Xen 2018/05/31

----------------------------------------------------------------
Igor Druzhinin (1):
      xen/hvm: correct reporting of modified memory under physmap during migration

Paul Durrant (2):
      xen-hvm: try to use xenforeignmemory_map_resource() to map ioreq pages
      xen-hvm: stop faking I/O to access PCI config space

 configure                     |   5 ++
 hw/i386/xen/trace-events      |   3 +
 hw/i386/xen/xen-hvm.c         | 205 +++++++++++++++++++++++++++++++-----------
 hw/i386/xen/xen-mapcache.c    |   2 +-
 include/hw/xen/xen_common.h   |  16 ++++
 include/sysemu/xen-mapcache.h |   5 +-
 6 files changed, 179 insertions(+), 57 deletions(-)

Comments

Peter Maydell June 1, 2018, 12:58 p.m. UTC | #1
On 31 May 2018 at 20:08, Stefano Stabellini <sstabellini@kernel.org> wrote:
> The following changes since commit c181ddaa176856b3cd2dfd12bbcf25fa9c884a97:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180531-1' into staging (2018-05-31 17:00:55 +0100)
>
> are available in the git repository at:
>
>
>   http://xenbits.xenproject.org/git-http/people/sstabellini/qemu-dm.git tags/xen-20180531-tag
>
> for you to fetch changes up to dfb6578d69d60e464be36dafed9741dcfd73d2cf:
>
>   xen-hvm: stop faking I/O to access PCI config space (2018-05-31 12:05:01 -0700)
>
> ----------------------------------------------------------------
> Xen 2018/05/31
>
> ----------------------------------------------------------------
> Igor Druzhinin (1):
>       xen/hvm: correct reporting of modified memory under physmap during migration
>
> Paul Durrant (2):
>       xen-hvm: try to use xenforeignmemory_map_resource() to map ioreq pages
>       xen-hvm: stop faking I/O to access PCI config space

Applied, thanks.

-- PMM