All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add pathin option to -chardev file
@ 2020-05-12  3:47 Alexander Bulekov
  2020-05-12  3:47 ` [PATCH v3 1/2] chardev: enable distinct input for " Alexander Bulekov
  2020-05-12  3:47 ` [PATCH v3 2/2] char-file: add test for distinct path= and pathin= Alexander Bulekov
  0 siblings, 2 replies; 6+ messages in thread
From: Alexander Bulekov @ 2020-05-12  3:47 UTC (permalink / raw)
  To: qemu-devel
  Cc: berrange, Alexander Bulekov, darren.kenny, bsd, marcandre.lureau,
	stefanha

This adds a pathin= option to -chardev file, which allows specifying
distinct input and output paths for the chardev. This functionaliy was
already available through QMP.

v3:
  * char-test: add a stat()-based check to ensure that the pathin=
    file is not modified during the execution of the test.


Alexander Bulekov (2):
  chardev: enable distinct input for -chardev file
  char-file: add test for distinct path= and pathin=

 chardev/char-file.c |  5 +++
 chardev/char.c      |  3 ++
 qemu-options.hx     |  7 +++-
 tests/test-char.c   | 96 +++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 109 insertions(+), 2 deletions(-)

-- 
2.26.2



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

end of thread, other threads:[~2020-05-18 13:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-12  3:47 [PATCH v3 0/2] Add pathin option to -chardev file Alexander Bulekov
2020-05-12  3:47 ` [PATCH v3 1/2] chardev: enable distinct input for " Alexander Bulekov
2020-05-15  3:26   ` Markus Armbruster
2020-05-18 13:17     ` Alexander Bulekov
2020-05-12  3:47 ` [PATCH v3 2/2] char-file: add test for distinct path= and pathin= Alexander Bulekov
2020-05-12  8:04   ` Darren Kenny

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.