[Xen-devel] [PULL 0/7] xen queue 2019-09-24

Anthony PERARD posted 7 patches 4 years, 6 months ago
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test docker-clang@ubuntu passed
Test asan passed
Test FreeBSD passed
Failed in applying to current master (apply log)
MAINTAINERS              |   2 +-
hw/block/xen-block.c     |   1 +
hw/xen/trace-events      |   9 +-
hw/xen/xen-bus.c         | 316 ++++++++++++++++++++++++++++++++++-------------
include/hw/xen/xen-bus.h |   8 +-
include/qemu/notify.h    |   2 +
util/notify.c            |   5 +
7 files changed, 249 insertions(+), 94 deletions(-)
[Xen-devel] [PULL 0/7] xen queue 2019-09-24
Posted by Anthony PERARD 4 years, 6 months ago
The following changes since commit 2f93a3ecdd3bb060bd04f698ccafe66efd98563a:

  Merge remote-tracking branch 'remotes/davidhildenbrand/tags/s390x-tcg-2019-09-23' into staging (2019-09-23 15:44:52 +0100)

are available in the Git repository at:

  https://xenbits.xen.org/git-http/people/aperard/qemu-dm.git tags/pull-xen-20190924

for you to fetch changes up to 6bd6b955c0b2666263700d39db153ab43c5e0c9e:

  xen-bus: only set the xen device frontend state if it is missing (2019-09-24 12:21:29 +0100)

----------------------------------------------------------------
Xen queue

* Update of maintainer email address
* Fixes for xen-bus and xen-block

----------------------------------------------------------------
Mark Syms (1):
      xen-bus: only set the xen device frontend state if it is missing

Paul Durrant (6):
      xen-bus: check whether the frontend is active during device reset...
      xen / notify: introduce a new XenWatchList abstraction
      xen: introduce separate XenWatchList for XenDevice objects
      xen: perform XenDevice clean-up in XenBus watch handler
      MAINTAINERS: update my email address
      xen-block: treat XenbusStateUnknown the same as XenbusStateClosed

 MAINTAINERS              |   2 +-
 hw/block/xen-block.c     |   1 +
 hw/xen/trace-events      |   9 +-
 hw/xen/xen-bus.c         | 316 ++++++++++++++++++++++++++++++++++-------------
 include/hw/xen/xen-bus.h |   8 +-
 include/qemu/notify.h    |   2 +
 util/notify.c            |   5 +
 7 files changed, 249 insertions(+), 94 deletions(-)

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
Re: [PULL 0/7] xen queue 2019-09-24
Posted by Peter Maydell 4 years, 6 months ago
On Tue, 24 Sep 2019 at 12:31, Anthony PERARD <anthony.perard@citrix.com> wrote:
>
> The following changes since commit 2f93a3ecdd3bb060bd04f698ccafe66efd98563a:
>
>   Merge remote-tracking branch 'remotes/davidhildenbrand/tags/s390x-tcg-2019-09-23' into staging (2019-09-23 15:44:52 +0100)
>
> are available in the Git repository at:
>
>   https://xenbits.xen.org/git-http/people/aperard/qemu-dm.git tags/pull-xen-20190924
>
> for you to fetch changes up to 6bd6b955c0b2666263700d39db153ab43c5e0c9e:
>
>   xen-bus: only set the xen device frontend state if it is missing (2019-09-24 12:21:29 +0100)
>
> ----------------------------------------------------------------
> Xen queue
>
> * Update of maintainer email address
> * Fixes for xen-bus and xen-block
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.2
for any user-visible changes.

-- PMM