mbox

[PULL,0/2] NBD pull request for 2023-05-03

Message ID 20230503190232.362022-1-eblake@redhat.com
State New
Headers show

Pull-request

https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2023-05-03

Message

Eric Blake May 3, 2023, 7:02 p.m. UTC
The following changes since commit 044f8cf70a2fdf3b9e4c4d849c66e7855d2c446a:

  Merge tag 'migration-20230428-pull-request' of https://gitlab.com/juan.quintela/qemu into staging (2023-05-03 10:29:30 +0100)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2023-05-03

for you to fetch changes up to de79b52604e43fdeba6cee4f5af600b62169f2d2:

  block/export: call blk_set_dev_ops(blk, NULL, NULL) (2023-05-03 14:00:08 -0500)

----------------------------------------------------------------
nbd patches for 2023-05-03

- Eric Blake: clear LISTEN_FDNAMES when consuming systemd sockets
- Stefan Hajnoczi: clear export BlockDeviceOps in central location

----------------------------------------------------------------
Eric Blake (1):
      systemd: Also clear LISTEN_FDNAMES during systemd socket activation

Stefan Hajnoczi (1):
      block/export: call blk_set_dev_ops(blk, NULL, NULL)

 block/export/export.c    | 2 ++
 block/export/vduse-blk.c | 1 -
 util/systemd.c           | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

base-commit: 044f8cf70a2fdf3b9e4c4d849c66e7855d2c446a

Comments

Richard Henderson May 4, 2023, 11:07 a.m. UTC | #1
On 5/3/23 20:02, Eric Blake wrote:
> The following changes since commit 044f8cf70a2fdf3b9e4c4d849c66e7855d2c446a:
> 
>    Merge tag 'migration-20230428-pull-request' of https://gitlab.com/juan.quintela/qemu into staging (2023-05-03 10:29:30 +0100)
> 
> are available in the Git repository at:
> 
>    https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2023-05-03
> 
> for you to fetch changes up to de79b52604e43fdeba6cee4f5af600b62169f2d2:
> 
>    block/export: call blk_set_dev_ops(blk, NULL, NULL) (2023-05-03 14:00:08 -0500)
> 
> ----------------------------------------------------------------
> nbd patches for 2023-05-03
> 
> - Eric Blake: clear LISTEN_FDNAMES when consuming systemd sockets
> - Stefan Hajnoczi: clear export BlockDeviceOps in central location
> 
> ----------------------------------------------------------------
> Eric Blake (1):
>        systemd: Also clear LISTEN_FDNAMES during systemd socket activation
> 
> Stefan Hajnoczi (1):
>        block/export: call blk_set_dev_ops(blk, NULL, NULL)
> 
>   block/export/export.c    | 2 ++
>   block/export/vduse-blk.c | 1 -
>   util/systemd.c           | 1 +
>   3 files changed, 3 insertions(+), 1 deletion(-)
> 
> base-commit: 044f8cf70a2fdf3b9e4c4d849c66e7855d2c446a

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~