From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 5/5 V2] kvm tools: Initialize and use VESA and VNC Date: Tue, 24 May 2011 10:37:41 +0200 Message-ID: <4DDB6E55.8080408@redhat.com> References: <1306149553-26793-1-git-send-email-levinsasha928@gmail.com> <1306149553-26793-5-git-send-email-levinsasha928@gmail.com> <20110523113824.GE4042@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Sasha Levin , penberg@kernel.org, john@jfloren.net, kvm@vger.kernel.org, asias.hejun@gmail.com, gorcunov@gmail.com, prasadjoshi124@gmail.com To: Ingo Molnar Return-path: Received: from mail-pz0-f46.google.com ([209.85.210.46]:63459 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753763Ab1EXIhu (ORCPT ); Tue, 24 May 2011 04:37:50 -0400 Received: by pzk9 with SMTP id 9so2896848pzk.19 for ; Tue, 24 May 2011 01:37:50 -0700 (PDT) In-Reply-To: <20110523113824.GE4042@elte.hu> Sender: kvm-owner@vger.kernel.org List-ID: On 05/23/2011 01:38 PM, Ingo Molnar wrote: > Later on even this could be removed: using section > tricks we can put init functions into a section This is not kernel space, the C library provides a way to do that with __attribute__((constructor))... Paolo