All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Three trivial patchs
@ 2020-03-25  9:21 ` Chen Qun
  0 siblings, 0 replies; 25+ messages in thread
From: Chen Qun @ 2020-03-25  9:21 UTC (permalink / raw)
  To: qemu-devel, qemu-trivial; +Cc: zhang.zhanghailiang, laurent, Chen Qun

Patch1: For g_autofree type initialized.
Patch2: Juest 80-char limit for virtio-crypto.
Patch3: Redundant type conversion for crypto.

Chen Qun (3):
  gdbstub: prevent uninitialized warning
  virtio-crypto: fix 80-char limit violations in
    virtio_crypto_device_realize()
  crypto: Redundant type conversion for AES_KEY pointer

 crypto/cipher-builtin.c   | 6 ++----
 gdbstub.c                 | 4 ++--
 hw/virtio/virtio-crypto.c | 3 ++-
 3 files changed, 6 insertions(+), 7 deletions(-)

-- 
2.23.0




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

end of thread, other threads:[~2020-05-04 12:37 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-25  9:21 [PATCH 0/3] Three trivial patchs Chen Qun
2020-03-25  9:21 ` Chen Qun
2020-03-25  9:21 ` [PATCH 1/3] gdbstub: prevent uninitialized warning Chen Qun
2020-03-25  9:21   ` Chen Qun
2020-03-25 12:56   ` Miroslav Rezanina
2020-03-25 12:56     ` Miroslav Rezanina
2020-03-27  9:12   ` Alex Bennée
2020-03-27  9:12     ` Alex Bennée
2020-03-27  9:43     ` Chenqun (kuhn)
2020-03-27  9:43       ` Chenqun (kuhn)
2020-03-25  9:21 ` [PATCH 2/3] virtio-crypto: fix 80-char limit violations in virtio_crypto_device_realize() Chen Qun
2020-03-25  9:21   ` Chen Qun
2020-03-25  9:21 ` [PATCH 3/3] crypto: Redundant type conversion for AES_KEY pointer Chen Qun
2020-03-25  9:21   ` Chen Qun
2020-03-25  9:45   ` Laurent Vivier
2020-03-25  9:45     ` Laurent Vivier
2020-03-25 10:06     ` Chenqun (kuhn)
2020-03-25 10:06       ` Chenqun (kuhn)
2020-03-25 10:14       ` Laurent Vivier
2020-03-25 10:14         ` Laurent Vivier
2020-03-25  9:45   ` Daniel P. Berrangé
2020-03-25  9:45     ` Daniel P. Berrangé
2020-04-03  8:47   ` Laurent Vivier
2020-04-03  8:47     ` Laurent Vivier
2020-05-04 12:36     ` Laurent Vivier

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.