qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] virtio: remove unnecessary host_features in ->get_features()
@ 2022-11-21 15:48 Stefan Hajnoczi
  2022-11-21 15:48 ` [PATCH v3 1/3] target/ppc: Fix build warnings when building with 'disable-tcg' Stefan Hajnoczi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2022-11-21 15:48 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-ppc, Michael S . Tsirkin, Alex Bennée, David Gibson,
	Daniel Henrique Barboza, Fam Zheng, David Hildenbrand, Kevin Wolf,
	Stefan Hajnoczi, qemu-block, Hanna Reitz, Laurent Vivier,
	Paolo Bonzini, Greg Kurz, Amit Shah, Jason Wang,
	Cédric Le Goater, Marc-André Lureau

v3:
- Use an informal comment instead of a full doc comment [Cornelia]
v2:
- Document vdv->get_features() callback [Cornelia]

The vdc->get_features() callbacks are a little inconsistent in how they use
vdev->host_features. This is because the function's behavior changed over time.
Clean things up.

Stefan Hajnoczi (2):
  virtio: document ->host_features usage in vdc->get_features() callback
  virtio: remove unnecessary host_features in ->get_features()

Vaibhav Jain (1):
  target/ppc: Fix build warnings when building with 'disable-tcg'

 include/hw/virtio/virtio.h  | 7 +++++++
 hw/block/virtio-blk.c       | 3 ---
 hw/char/virtio-serial-bus.c | 1 -
 hw/net/virtio-net.c         | 3 ---
 hw/scsi/vhost-scsi-common.c | 3 ---
 hw/scsi/virtio-scsi.c       | 4 ----
 hw/virtio/virtio-balloon.c  | 2 --
 target/ppc/cpu_init.c       | 2 ++
 target/ppc/excp_helper.c    | 2 ++
 9 files changed, 11 insertions(+), 16 deletions(-)

-- 
2.38.1



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

end of thread, other threads:[~2022-11-21 15:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-21 15:48 [PATCH v3 0/3] virtio: remove unnecessary host_features in ->get_features() Stefan Hajnoczi
2022-11-21 15:48 ` [PATCH v3 1/3] target/ppc: Fix build warnings when building with 'disable-tcg' Stefan Hajnoczi
2022-11-21 15:48 ` [PATCH v3 2/3] virtio: document ->host_features usage in vdc->get_features() callback Stefan Hajnoczi
2022-11-21 15:48 ` [PATCH v3 3/3] virtio: remove unnecessary host_features in ->get_features() Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).