From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCS9N-0001fV-Gn for qemu-devel@nongnu.org; Wed, 30 Jul 2014 07:34:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XCS9H-0001AC-DT for qemu-devel@nongnu.org; Wed, 30 Jul 2014 07:34:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30176) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCS9H-0001A0-6T for qemu-devel@nongnu.org; Wed, 30 Jul 2014 07:34:23 -0400 Date: Wed, 30 Jul 2014 13:34:37 +0200 From: "Michael S. Tsirkin" Message-ID: <1406720068-16482-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH 0/2] tpm: acpi generation tweaks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: stefanb@linux.vnet.ibm.com This tweaks tpm code slightly for readability and robustness. On top of Stefen's patches. Michael S. Tsirkin (2): tpm: remove code duplication acpi: cleanups tcpa table generation hw/tpm/tpm_tis.h | 3 --- include/sysemu/tpm.h | 4 +++- hw/i386/acpi-build.c | 12 ++++-------- 3 files changed, 7 insertions(+), 12 deletions(-) -- MST