summary refs log tree commit diff stats
path: root/linux-user/qemu-types.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* user: Move *-user/qemu-types.h to main directoryEduardo Habkost2012-12-061-36/+0
| | | | | | | | | | | The bsd-user/qemu-types.h and linux-user/qemu-types.h files are almost the same, but linux-user has the additional definitions of tswapal(). This moves the linux-user file to the main directory, so the same file can be used by linux-user and bsd-user. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
* linux-user: fix abi_(u)long, target_ulong mismatchMatthias Braun2011-10-271-0/+12
| | | | | | | | abi_(u)long might be different from target_ulong, so don't use tswapl but introduce a new tswapal Signed-off-by: Matthias Braun <matze@braunis.de> Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
* linux-user: Move abi_* typedefs into qemu-types.haurel322008-12-081-0/+24
Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5954 c046a42c-6fe2-441c-8c8c-71466251a162