From: Avi Kivity <avi@redhat.com>
To: Jan Kiszka <jan.kiszka@siemens.com>
Cc: kvm-devel <kvm@vger.kernel.org>
Subject: Re: Heads up: More user-unaccessible x86 states?
Date: Mon, 05 Oct 2009 14:55:20 +0200 [thread overview]
Message-ID: <4AC9ECB8.2070609@redhat.com> (raw)
In-Reply-To: <4AC9E9AA.7090603@siemens.com>
On 10/05/2009 02:42 PM, Jan Kiszka wrote:
>
>> Yes, for big-endian 32/64 and s390. There are some patches floating around.
>>
> Well, that's for fixing up the endianess of the bitmap itself. But the
> problem with void * in compat code are their different sizes. And
> GET_DIRTY_LOG solves this via padding:
>
> union {
> void __user *dirty_bitmap;
> __u64 padding2;
> };
>
> So this should not make pointers a no-go, should it?
>
No, it doesn't work. Big-endian will place the pointer at offset zero
which is the high-end word when read by the host; and 31-bit s390 needs
something unsurprisingly strange to be done to the pointer.
The patches I mentioned involve creating a compat_ioctl callback,
something which I tried to avoid but failed, not having considered
big-endian and s390.
>>> We'll probably have to deal with both. Therefore, I'm looking for a
>>> unified solution.
>>>
>>>
>>>
>> array of
>>
>> struct {
>> __u16 type;
>> __u16 offset;
>> } ?
>>
>>
> For sure possible, just the setup of such data structure in user space
> gets a bit, well, unhandy.
>
Yes. Fixed-offset substructures are a lot easier and less error-prone.
--
error compiling committee.c: too many arguments to function
prev parent reply other threads:[~2009-10-05 12:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <4AC86404.3090209@web.de>
[not found] ` <4AC87299.4040508@redhat.com>
[not found] ` <4AC87E08.5070908@web.de>
[not found] ` <4AC88BF2.7080200@redhat.com>
2009-10-04 19:07 ` Heads up: More user-unaccessible x86 states? Jan Kiszka
2009-10-05 6:18 ` Avi Kivity
2009-10-05 7:43 ` Jan Kiszka
2009-10-05 8:55 ` Avi Kivity
2009-10-05 11:18 ` Jan Kiszka
2009-10-05 12:05 ` Avi Kivity
2009-10-05 12:18 ` Jan Kiszka
2009-10-05 12:34 ` Avi Kivity
2009-10-05 12:42 ` Jan Kiszka
2009-10-05 12:55 ` Avi Kivity [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4AC9ECB8.2070609@redhat.com \
--to=avi@redhat.com \
--cc=jan.kiszka@siemens.com \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).