From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Date: Wed, 29 Jul 2009 10:15:21 +0000 Subject: Re: [GIT PULL] Add KVM support for Book3s_64 (PPC64) hosts v3 Message-Id: <4A702139.4080802@redhat.com> List-Id: References: <1248453028-49627-1-git-send-email-agraf@suse.de> In-Reply-To: <1248453028-49627-1-git-send-email-agraf@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ppc@vger.kernel.org On 07/26/2009 11:47 PM, Alexander Graf wrote: > When we just interpret the bitmap as u64* do we break 32 on 64 x86? If > not, that makes it work for 32 on 64 ppc, because the kernel is always > 64. No. little-endian is insensitive to the word size for bitops. -- error compiling committee.c: too many arguments to function