All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/8] Xen regression fixes and cleanups
@ 2025-01-16  8:43 David Woodhouse
  2025-01-16  8:43 ` [PULL 1/8] hw/xen: Add xs_node_read() helper function David Woodhouse
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: David Woodhouse @ 2025-01-16  8:43 UTC (permalink / raw)
  To: Stefan Hajnoczi, qemu-devel
  Cc: Stefano Stabellini, Anthony PERARD, Paul Durrant,
	Edgar E. Iglesias, Kevin Wolf, Hanna Reitz,
	Marc-André Lureau, Paolo Bonzini, Jason Wang, xen-devel,
	qemu-block, Phil Dennis-Jordan, David Woodhouse

From: David Woodhouse <dwmw@amazon.co.uk>

The following changes since commit 7433709a147706ad7d1956b15669279933d0f82b:

  Merge tag 'hw-misc-20250113' of https://github.com/philmd/qemu into staging (2025-01-14 12:46:56 -0500)

are available in the Git repository at:

  git://git.infradead.org/users/dwmw2/qemu.git tags/pull-xenfv-20250116

for you to fetch changes up to e7bc0204e57836b3df611b73d2decc56ed698c4a:

  system/runstate: Fix regression, clarify BQL status of exit notifiers (2025-01-15 18:05:19 +0000)

----------------------------------------------------------------
Xen regression fixes and cleanups

----------------------------------------------------------------
David Woodhouse (6):
      hw/xen: Add xs_node_read() helper function
      hw/xen: Use xs_node_read() from xs_node_vscanf()
      hw/xen: Use xs_node_read() from xen_console_get_name()
      hw/xen: Use xs_node_read() from xen_netdev_get_name()
      hw/xen: Use xs_node_read() from xenstore_read_str() instead of open-coding it
      hw/xen: Fix errp handling in xen_console

Phil Dennis-Jordan (1):
      system/runstate: Fix regression, clarify BQL status of exit notifiers

Roger Pau Monné (1):
      xen: do not use '%ms' scanf specifier

 hw/block/xen-block.c            |  3 ++-
 hw/char/xen_console.c           | 56 ++++++++++++++++++++++++-----------------
 hw/net/xen_nic.c                | 13 +++++-----
 hw/xen/trace-events             |  2 +-
 hw/xen/xen-bus-helper.c         | 37 ++++++++++++++++++++-------
 hw/xen/xen-bus.c                | 14 +++++++++--
 hw/xen/xen_pvdev.c              |  6 ++---
 include/hw/xen/xen-bus-helper.h |  9 +++++++
 include/hw/xen/xen-bus.h        |  1 +
 include/system/system.h         |  1 +
 system/runstate.c               |  1 +
 11 files changed, 96 insertions(+), 47 deletions(-)


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-01-17 13:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-16  8:43 [PULL 0/8] Xen regression fixes and cleanups David Woodhouse
2025-01-16  8:43 ` [PULL 1/8] hw/xen: Add xs_node_read() helper function David Woodhouse
2025-01-16  8:43 ` [PULL 2/8] xen: do not use '%ms' scanf specifier David Woodhouse
2025-01-16  8:43 ` [PULL 3/8] hw/xen: Use xs_node_read() from xs_node_vscanf() David Woodhouse
2025-01-16  8:43 ` [PULL 4/8] hw/xen: Use xs_node_read() from xen_console_get_name() David Woodhouse
2025-01-16  8:43 ` [PULL 5/8] hw/xen: Use xs_node_read() from xen_netdev_get_name() David Woodhouse
2025-01-16  8:43 ` [PULL 6/8] hw/xen: Use xs_node_read() from xenstore_read_str() instead of open-coding it David Woodhouse
2025-01-16  8:43 ` [PULL 7/8] hw/xen: Fix errp handling in xen_console David Woodhouse
2025-01-16  8:43 ` [PULL 8/8] system/runstate: Fix regression, clarify BQL status of exit notifiers David Woodhouse
2025-01-16 22:10 ` [PULL 0/8] Xen regression fixes and cleanups Stefan Hajnoczi
2025-01-17 10:49   ` Phil Dennis-Jordan
2025-01-17 11:36     ` David Woodhouse
2025-01-17 13:56       ` Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.