All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] sysemu: Let VMChangeStateHandler take boolean 'running' argument
@ 2021-01-11 15:20 ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 24+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-01-11 15:20 UTC (permalink / raw)
  To: qemu-devel
  Cc: Huacai Chen, Greg Kurz, Michael S. Tsirkin, qemu-trivial,
	Amit Shah, Dmitry Fleytman, qemu-arm, John Snow, qemu-s390x,
	Paul Durrant, Anthony Perard, Eduardo Habkost,
	Philippe Mathieu-Daudé,
	Gerd Hoffmann, Kevin Wolf, Marcelo Tosatti, Max Reitz,
	Alex Williamson, Aurelien Jarno, Aleksandar Rikalo,
	Marcel Apfelbaum, Jason Wang, Peter Maydell,
	Cédric Le Goater, Halil Pasic, Fam Zheng, qemu-ppc,
	Paolo Bonzini, kvm, Stefano Stabellini, xen-devel, Cornelia Huck,
	David Hildenbrand, qemu-block, Christian Borntraeger,
	Sunil Muthuswamy, David Gibson, Richard Henderson,
	Alex Bennée, Laurent Vivier, Thomas Huth, Stefan Hajnoczi,
	Jiaxun Yang

Trivial prototype change to clarify the use of the 'running'
argument of VMChangeStateHandler.

Green CI:
https://gitlab.com/philmd/qemu/-/pipelines/239497352

Philippe Mathieu-Daudé (2):
  sysemu/runstate: Let runstate_is_running() return bool
  sysemu: Let VMChangeStateHandler take boolean 'running' argument

 include/sysemu/runstate.h   | 12 +++++++++---
 target/arm/kvm_arm.h        |  2 +-
 target/ppc/cpu-qom.h        |  2 +-
 accel/xen/xen-all.c         |  2 +-
 audio/audio.c               |  2 +-
 block/block-backend.c       |  2 +-
 gdbstub.c                   |  2 +-
 hw/block/pflash_cfi01.c     |  2 +-
 hw/block/virtio-blk.c       |  2 +-
 hw/display/qxl.c            |  2 +-
 hw/i386/kvm/clock.c         |  2 +-
 hw/i386/kvm/i8254.c         |  2 +-
 hw/i386/kvmvapic.c          |  2 +-
 hw/i386/xen/xen-hvm.c       |  2 +-
 hw/ide/core.c               |  2 +-
 hw/intc/arm_gicv3_its_kvm.c |  2 +-
 hw/intc/arm_gicv3_kvm.c     |  2 +-
 hw/intc/spapr_xive_kvm.c    |  2 +-
 hw/misc/mac_via.c           |  2 +-
 hw/net/e1000e_core.c        |  2 +-
 hw/nvram/spapr_nvram.c      |  2 +-
 hw/ppc/ppc.c                |  2 +-
 hw/ppc/ppc_booke.c          |  2 +-
 hw/s390x/tod-kvm.c          |  2 +-
 hw/scsi/scsi-bus.c          |  2 +-
 hw/usb/hcd-ehci.c           |  2 +-
 hw/usb/host-libusb.c        |  2 +-
 hw/usb/redirect.c           |  2 +-
 hw/vfio/migration.c         |  2 +-
 hw/virtio/virtio-rng.c      |  2 +-
 hw/virtio/virtio.c          |  2 +-
 net/net.c                   |  2 +-
 softmmu/memory.c            |  2 +-
 softmmu/runstate.c          |  4 ++--
 target/arm/kvm.c            |  2 +-
 target/i386/kvm/kvm.c       |  2 +-
 target/i386/sev.c           |  2 +-
 target/i386/whpx/whpx-all.c |  2 +-
 target/mips/kvm.c           |  4 ++--
 ui/gtk.c                    |  2 +-
 ui/spice-core.c             |  2 +-
 41 files changed, 51 insertions(+), 45 deletions(-)

-- 
2.26.2



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

end of thread, other threads:[~2021-03-09 22:16 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-11 15:20 [PATCH 0/2] sysemu: Let VMChangeStateHandler take boolean 'running' argument Philippe Mathieu-Daudé
2021-01-11 15:20 ` Philippe Mathieu-Daudé
2021-01-11 15:20 ` [PATCH 1/2] sysemu/runstate: Let runstate_is_running() return bool Philippe Mathieu-Daudé
2021-01-11 15:20   ` Philippe Mathieu-Daudé
2021-01-11 16:08   ` David Hildenbrand
2021-01-11 16:08     ` David Hildenbrand
2021-01-11 17:46   ` Alex Bennée
2021-01-11 17:46     ` Alex Bennée
2021-03-09 22:13   ` Laurent Vivier
2021-03-09 22:13     ` Laurent Vivier
2021-01-11 15:20 ` [PATCH 2/2] sysemu: Let VMChangeStateHandler take boolean 'running' argument Philippe Mathieu-Daudé
2021-01-11 15:20   ` Philippe Mathieu-Daudé
2021-01-11 17:48   ` Alex Bennée
2021-01-11 17:48     ` Alex Bennée
2021-01-12  0:17   ` David Gibson
2021-01-12  0:17     ` David Gibson
2021-03-09 22:14   ` Laurent Vivier
2021-03-09 22:14     ` Laurent Vivier
2021-01-12 10:30 ` [PATCH 0/2] " Stefan Hajnoczi
2021-01-12 10:30   ` Stefan Hajnoczi
2021-02-22 14:34 ` Philippe Mathieu-Daudé
2021-02-22 14:34   ` Philippe Mathieu-Daudé
2021-03-09 22:08   ` Philippe Mathieu-Daudé
2021-03-09 22:08     ` Philippe Mathieu-Daudé

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.