qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Question on pointers in the qemu user space emulation
@ 2014-01-17  6:33 Erik de Castro Lopo
  2014-01-17 14:17 ` Christopher Covington
  2014-01-17 15:16 ` Peter Maydell
  0 siblings, 2 replies; 5+ messages in thread
From: Erik de Castro Lopo @ 2014-01-17  6:33 UTC (permalink / raw)
  To: qemu-devel

Hi all,

I'm currently working on implementing a missing part of a linux-user
syscall. This syscall includes a function pointer for a callback.

If one has a 64 bit user space emulation running on a 32 bit host,
how does one handle the fact that the pointer might be 64 bits?

Does the fact that the 32 bit host con only ever give out 32 bit
addreses to the 64 bit guest just cancel out the possibility of
any problems?

Cheers,
Erik
-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-01-18 10:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-17  6:33 [Qemu-devel] Question on pointers in the qemu user space emulation Erik de Castro Lopo
2014-01-17 14:17 ` Christopher Covington
2014-01-17 15:16 ` Peter Maydell
2014-01-17 19:20   ` Erik de Castro Lopo
2014-01-18 10:11     ` Peter Maydell

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).