[PATCH v2 0/7] Do async IO when starting swtpm emulator

Michal Privoznik posted 7 patches 2 years, 1 month ago
Failed in applying to current master (apply log)
src/qemu/qemu_tpm.c          |   3 +-
src/util/vircommand.c        |  12 ++--
src/util/vircommand.h        |   2 +-
tests/commanddata/test29.log |  19 ++++++
tests/commandtest.c          | 110 +++++++++++++++++++++++++++++------
5 files changed, 121 insertions(+), 25 deletions(-)
create mode 100644 tests/commanddata/test29.log
[PATCH v2 0/7] Do async IO when starting swtpm emulator
Posted by Michal Privoznik 2 years, 1 month ago
v2 of:

https://listman.redhat.com/archives/libvir-list/2022-March/229433.html

diff to v1:
- More fixes
- New test case, yay!

Michal Prívozník (7):
  qemu_tpm: Do async IO when starting swtpm emulator
  vircommand: Document virCommandSetSendBuffer() behaviour wrt daemonize
  vircommand: Don't set nonblocking FDs in virCommandDoAsyncIO()
  commandtest: Use unsigned char in test27()
  virCommandSetSendBuffer: Take double pointer of @buffer
  commandtest: Test virCommandSetSendBuffer() with virCommandDoAsyncIO()
  commandtest: Use virTestCompareToFile() in checkoutput()

 src/qemu/qemu_tpm.c          |   3 +-
 src/util/vircommand.c        |  12 ++--
 src/util/vircommand.h        |   2 +-
 tests/commanddata/test29.log |  19 ++++++
 tests/commandtest.c          | 110 +++++++++++++++++++++++++++++------
 5 files changed, 121 insertions(+), 25 deletions(-)
 create mode 100644 tests/commanddata/test29.log

-- 
2.34.1