From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pekka Enberg Subject: Re: [PATCH 2/3] kvm tools: Introduce virtio-rng Date: Thu, 5 May 2011 10:14:34 +0300 Message-ID: References: <1304170225-4859-1-git-send-email-levinsasha928@gmail.com> <1304170225-4859-2-git-send-email-levinsasha928@gmail.com> <20110505065423.GD28015@elte.hu> <20110505071241.GB13768@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: Sasha Levin , asias.hejun@gmail.com, gorcunov@gmail.com, prasadjoshi124@gmail.com, kvm@vger.kernel.org To: Ingo Molnar Return-path: Received: from mail-vx0-f174.google.com ([209.85.220.174]:58202 "EHLO mail-vx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751845Ab1EEHOe (ORCPT ); Thu, 5 May 2011 03:14:34 -0400 Received: by vxi39 with SMTP id 39so1988216vxi.19 for ; Thu, 05 May 2011 00:14:34 -0700 (PDT) In-Reply-To: <20110505071241.GB13768@elte.hu> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, May 5, 2011 at 10:12 AM, Ingo Molnar wrote: > another thing i noticed: the patch introduces some new uint_* usages. > > Once things are fixed can we somehow kill that datatype intelligently, so that > if new code uses it the build breaks or so? I guess we could do include/stdint.h that does #error You lose. or something.