[Qemu-devel] [PULL 0/4] please pull xen-20170516-tag

Stefano Stabellini posted 4 patches 6 years, 11 months ago
Only 1 patches received!
configure                     |  2 +-
exec.c                        |  8 ++++----
hw/9pfs/xen-9p-backend.c      |  4 +++-
hw/i386/xen/xen-mapcache.c    | 15 ++++++++++-----
hw/xen/xen_backend.c          |  2 +-
include/sysemu/xen-mapcache.h |  5 +++--
6 files changed, 22 insertions(+), 14 deletions(-)
[Qemu-devel] [PULL 0/4] please pull xen-20170516-tag
Posted by Stefano Stabellini 6 years, 11 months ago
The following changes since commit cdece0467c00007cf8e3f4b3c3f0b13bf2c4fea9:

  block/win32: fix 'ret not initialized' warning (2017-05-16 15:34:18 +0100)

are available in the git repository at:

  git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-20170516-tag

for you to fetch changes up to 01cd90b641e1aed40cf13a577e6a737af94d55e7:

  xen: call qemu_set_cloexec instead of fcntl (2017-05-16 11:51:25 -0700)

----------------------------------------------------------------
Xen 2017/05/16

----------------------------------------------------------------
Anthony PERARD (1):
      configure: Remove -lxencall for Xen detection

Stefano Stabellini (3):
      xen/mapcache: store dma information in revmapcache entries for debugging
      xen/9pfs: fix two resource leaks on error paths, discovered by Coverity
      xen: call qemu_set_cloexec instead of fcntl

 configure                     |  2 +-
 exec.c                        |  8 ++++----
 hw/9pfs/xen-9p-backend.c      |  4 +++-
 hw/i386/xen/xen-mapcache.c    | 15 ++++++++++-----
 hw/xen/xen_backend.c          |  2 +-
 include/sysemu/xen-mapcache.h |  5 +++--
 6 files changed, 22 insertions(+), 14 deletions(-)

Re: [Qemu-devel] [PULL 0/4] please pull xen-20170516-tag
Posted by Stefan Hajnoczi 6 years, 11 months ago
On Tue, May 16, 2017 at 12:19:26PM -0700, Stefano Stabellini wrote:
> The following changes since commit cdece0467c00007cf8e3f4b3c3f0b13bf2c4fea9:
> 
>   block/win32: fix 'ret not initialized' warning (2017-05-16 15:34:18 +0100)
> 
> are available in the git repository at:
> 
>   git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-20170516-tag
> 
> for you to fetch changes up to 01cd90b641e1aed40cf13a577e6a737af94d55e7:
> 
>   xen: call qemu_set_cloexec instead of fcntl (2017-05-16 11:51:25 -0700)
> 
> ----------------------------------------------------------------
> Xen 2017/05/16
> 
> ----------------------------------------------------------------
> Anthony PERARD (1):
>       configure: Remove -lxencall for Xen detection
> 
> Stefano Stabellini (3):
>       xen/mapcache: store dma information in revmapcache entries for debugging
>       xen/9pfs: fix two resource leaks on error paths, discovered by Coverity
>       xen: call qemu_set_cloexec instead of fcntl
> 
>  configure                     |  2 +-
>  exec.c                        |  8 ++++----
>  hw/9pfs/xen-9p-backend.c      |  4 +++-
>  hw/i386/xen/xen-mapcache.c    | 15 ++++++++++-----
>  hw/xen/xen_backend.c          |  2 +-
>  include/sysemu/xen-mapcache.h |  5 +++--
>  6 files changed, 22 insertions(+), 14 deletions(-)

Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging

Stefan