Re: [PATCH RFC v2 6/6] KVM: introduce a new API for getting dirty bitmaps

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Arnd Bergmann
Date: Friday, April 23, 2010 - 6:12 am

On Friday 23 April 2010, Avi Kivity wrote:

On data pointers it's ignored. When you branch to a function, this bit
determines whether the target function is run in 24 or 31 bit mode.
This allows linking to legacy code on older operating systems that
also support 24 bit libraries.


Some instructions set the bit, others clear it, so aia and a may not
be bitwise identical.


Yes. To stay in the above example:

a == aia;					/* true */
(unsigned long)a == (unsigned long)aia;		/* true */
*(unsigned long *)&a == *(unsigned long *)&aia; /* undefined on s390 */

	Arnd
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH RFC v2 0/6] KVM: moving dirty gitmaps to user space!, Takuya Yoshikawa, (Tue Apr 20, 3:53 am)
[PATCH RFC v2 5/6] KVM: moving dirty bitmaps to user space, Takuya Yoshikawa, (Tue Apr 20, 4:02 am)
Re: [PATCH RFC v2 6/6] KVM: introduce a new API for gettin ..., Fernando Luis Vázque ..., (Wed Apr 21, 1:29 am)
Re: [PATCH RFC v2 6/6] KVM: introduce a new API for gettin ..., Fernando Luis Vázque ..., (Wed Apr 21, 7:45 pm)
Re: [PATCH RFC v2 6/6] KVM: introduce a new API for gettin ..., Fernando Luis Vázque ..., (Wed Apr 21, 11:09 pm)
Re: [PATCH RFC v2 6/6] KVM: introduce a new API for gettin ..., Fernando Luis Vázque ..., (Fri Apr 23, 3:17 am)
Re: [PATCH RFC v2 6/6] KVM: introduce a new API for gettin ..., Arnd Bergmann, (Fri Apr 23, 6:12 am)