From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmpCw-0008JS-C2 for qemu-devel@nongnu.org; Mon, 27 Apr 2015 16:00:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YmpCt-0007VX-35 for qemu-devel@nongnu.org; Mon, 27 Apr 2015 16:00:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55256) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmpCs-0007VD-Ub for qemu-devel@nongnu.org; Mon, 27 Apr 2015 16:00:43 -0400 From: Eduardo Habkost Date: Mon, 27 Apr 2015 17:00:30 -0300 Message-Id: <1430164833-21006-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] cpu_exec_init() cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, =?UTF-8?q?Andreas=20F=C3=A4rber?= Cc: Igor Mammedov Those patches were submitted and reviewed back in March, and I believe they can go through the qom-cpu tree. Patch 3/3 had to be redone because of new code. Eduardo Habkost (3): cpu: No need to zero-initialize numa_node cpu: Initialize breakpoint/watchpoint lists on cpu_common_initfn() cpu: Reorder cpu->as, cpu->thread_id, cpu->memory_dispatch init exec.c | 14 ++++++-------- qom/cpu.c | 2 ++ 2 files changed, 8 insertions(+), 8 deletions(-) -- 2.1.0