qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Question on pointers in the qemu user space emulation


From: Erik de Castro Lopo
Subject: [Qemu-devel] Question on pointers in the qemu user space emulation
Date: Fri, 17 Jan 2014 17:33:20 +1100

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/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]