]> git.ipfire.org Git - thirdparty/qemu.git/commit
tpm: Set the flags of the CMD_INIT command to 0
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Fri, 26 Jan 2018 18:49:24 +0000 (13:49 -0500)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 21 Jun 2018 01:44:58 +0000 (20:44 -0500)
commite2fc495b4a8378d9bde17d0bc7293b5c66c4970b
tree49689dcc9b7168ed13fea2e0affbfa337b74725d
parent4f81878152ac50743e94365a68e4204db71362b2
tpm: Set the flags of the CMD_INIT command to 0

The flags of the CMD_INIT control channel command were not
initialized properly. Fix this and set to 0.

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
(cherry picked from commit 302705876492a39f568035ce346e2c9176f5665e)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/tpm/tpm_emulator.c