mbox

[PULL,0/4] xen queue 2019-08-27

Message ID 20190827133259.32084-1-anthony.perard@citrix.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Anthony PERARD Aug. 27, 2019, 1:32 p.m. UTC
The following changes since commit dac03af5d5482ec7ee9c23db467bb7230b33c0d9:

  Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20190825' into staging (2019-08-27 10:00:51 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 705be570941b38cd1cbebc68f7f671ce7532ecb0:

  xen-bus: Avoid rewriting identical values to xenstore (2019-08-27 14:18:28 +0100)

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

* Fixes for xen-bus and exit cleanup.
* Build fix.

----------------------------------------------------------------
Anthony PERARD (3):
      xen: Fix ring.h header
      xen-bus: Fix backend state transition on device reset
      xen-bus: Avoid rewriting identical values to xenstore

Igor Druzhinin (1):
      xen: cleanup IOREQ server on exit

 hw/i386/xen/xen-hvm.c              |  2 ++
 hw/xen/xen-bus.c                   | 34 +++++++++++++++++++++++++++-------
 include/hw/xen/interface/io/ring.h | 13 +++++++------
 3 files changed, 36 insertions(+), 13 deletions(-)

Comments

Peter Maydell Aug. 27, 2019, 4:14 p.m. UTC | #1
On Tue, 27 Aug 2019 at 14:33, Anthony PERARD <anthony.perard@citrix.com> wrote:
>
> The following changes since commit dac03af5d5482ec7ee9c23db467bb7230b33c0d9:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20190825' into staging (2019-08-27 10:00:51 +0100)
>
> are available in the Git repository at:
>
>   https://xenbits.xen.org/git-http/people/aperard/qemu-dm.git tags/pull-xen-20190827
>
> for you to fetch changes up to 705be570941b38cd1cbebc68f7f671ce7532ecb0:
>
>   xen-bus: Avoid rewriting identical values to xenstore (2019-08-27 14:18:28 +0100)
>
> ----------------------------------------------------------------
> Xen queue
>
> * Fixes for xen-bus and exit cleanup.
> * Build fix.
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM