qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL 0/2] ppc-for-6.0 queue 20210412


From: David Gibson
Subject: [PULL 0/2] ppc-for-6.0 queue 20210412
Date: Tue, 13 Apr 2021 10:26:46 +1000

The following changes since commit 555249a59e9cdd6b58da103aba5cf3a2d45c899f:

  Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request' 
into staging (2021-04-10 16:58:56 +0100)

are available in the Git repository at:

  https://gitlab.com/dgibson/qemu.git tags/ppc-for-6.0-20210412

for you to fetch changes up to 2b18fc794f312a91482998bae5ea6c8724200e06:

  spapr.c: always pulse guest IRQ in spapr_core_unplug_request() (2021-04-12 
12:27:14 +1000)


Ugh, sorry Peter.  I meant to sent this yesterday, but apparently
forgot to execute the last step to actuall send it out.

----------------------------------------------------------------
ppc patch queue for 2021-04-21

Here's what I hope is the last ppc related pull request for qemu-6.0.

The 2 patches here revert a behavioural change that after further
discussion we concluded was a bad idea (adding a timeout for
possibly-failed hot unplug requests).  Instead it implements a
different approach to the original problem: we again let unplug
requests the guest doesn't respond to remain pending indefinitely, but
no longer allow those to block attempts to retry the same unplug
again.

The change is a bit more complex than I'd like for this late in the
freeze.  Nonetheless, I think it's important to merge this for 6.0, so
we don't allow a release which has the probably-a-bad-idea timeout
behaviour.

----------------------------------------------------------------
Daniel Henrique Barboza (2):
      spapr: rollback 'unplug timeout' for CPU hotunplugs
      spapr.c: always pulse guest IRQ in spapr_core_unplug_request()

 hw/ppc/spapr.c             | 15 ++++++++-----
 hw/ppc/spapr_drc.c         | 52 ----------------------------------------------
 include/hw/ppc/spapr_drc.h |  5 -----
 include/qemu/timer.h       |  8 -------
 util/qemu-timer.c          | 13 ------------
 5 files changed, 10 insertions(+), 83 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]