On 03/27/2012 05:41 PM, Anthony Liguori wrote:
On 03/27/2012 03:24 PM, Stefan Berger wrote:From Andreas Niederl's original posting with adaptations where necessary:This patch is based of off version 9 of Stefan Berger's patch series "Qemu Trusted Platform Module (TPM) integration" and adds a new backend driver for it.
[...]
+/* borrowed from qemu-char.c */Sharing code is better than borrowing code :-)
True. Fixed. Stefan