Re: [Qemu-devel] [PATCH v5 3/6] Qemu-Xen-vTPM: Xen frontend driver infrastructure

2015-04-15 Thread Daniel De Graaf
, offset + (uint8_t *)shr, shr-length); use length rather than shr-length otherwise length goes unused. Agreed; the values from the shared page should not be read more than once, because an uncooperative peer could end up changing them. -- Daniel De Graaf National Security Agency

[Qemu-devel] [PATCH] xen: Add grant reference support to framebuffer/input

2011-03-07 Thread Daniel De Graaf
Request and support using grant references in backends for the keyboard and framebuffer. Signed-off-by: Daniel De Graaf dgde...@tycho.nsa.gov --- hw/xenfb.c | 103 1 files changed, 76 insertions(+), 27 deletions(-) diff --git a/hw