aboutsummaryrefslogtreecommitdiffstats
path: root/osdep.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed compilation error with new x86_64-w64-mingw32 compilerAndrew Hsieh2012-05-021-4/+4
| | | | | | | | | | | | | | | | | | | | | | Fixed the following for the new compiler 1. android/camera/camera-capture-windows.c: Added "#include <windows.h>" 2. SetClassLong() is deprecated. GCL_HICON doesn't exist in _WIN64. Replacted it with SetClassLongPtr(h, GCLP_HICON, icon) 3. [v]asprintf now actually exisit in libray. Changed the prototype to match the standard ones but will remove them later for GCC 4.5 and up. 4. Renamed _set_errno to set_errno because it exists in stdlib.h. Renamed _fix_errno to fix_errno for consistency. 5. EAI_NODATA and EAI_NONAME become the same things. 6. ddk/*h don't exisit. tap-win32.c actually only needs winioctl.h which provide constants. I have make sure they got the same constants in both old and new mingw compilers 7. #undef DELETE before redefining it for KEY_CODE in hw-events.h because DELETE is defined to be a constant in standard header. The above don't break the old one (ie. /usr/bin/i586-mingw32msvc-*) Change-Id: Ic7d13fd0fd237d433f923ee01c6ce50f5c02f095
* ramblocks: integrate upstream implementation (sophisticated)David 'Digit' Turner2011-06-011-0/+22
| | | | Change-Id: I49e96e2d5ae571849b0b6fef0a30b41ecdee8d23
* os-posix.c + os-win32.c and dependenciesDavid 'Digit' Turner2011-06-011-240/+0
| | | | | | + Generate qemu-options.def instead of qemu-options.h Change-Id: I043e6b0c1c58e5cc2e96d05465f39b42f9054b5a
* Fix Darwin build.David 'Digit' Turner2011-01-061-2/+2
| | | | | | | The reason for the build breakage is still mysterious though. Were the system headers updated during the last system update ?!? Change-Id: Ib0ea2b54bf7ffad907752c3a82fb4bbe686425a5
* fix win32 build.David 'Digit' Turner2010-09-131-0/+1
| | | | Change-Id: Id0ae0c7e2c11b30e27944ef9fd97dfa269faa912
* upstream: qemu-sockets changes.David Turner2010-09-131-2/+9
|
* upstream: osdep changes + fix mingw build.David Turner2010-09-131-0/+26
|
* upstream: osdep updates.David Turner2010-09-131-152/+236
| | | | + add CONFIG_ANDROID to config-host.h
* Upstream: Misc integration - includes qobject.h and related sourcesDavid 'Digit' Turner2010-05-111-0/+11
| | | | Change-Id: Idfa93ab5c67c95a3bc1869eeaf3a84a75fe24cd6
* Upstream: Use CONFIG_BSD instead of _BSD and HOST_BSDDavid 'Digit' Turner2010-05-101-5/+5
| | | | | Also fix OS X build, which failed with a link error. Change-Id: Idd63f25dc1f46ea66da5727c7577def34f048c3c
* Merge upstream QEMU 10.0.50 into the Android source tree.David 'Digit' Turner2009-09-141-11/+22
| | | | | | | | | | | | | | | | | | | This change integrates many changes from the upstream QEMU sources. Its main purpose is to enable correct ARMv6 and ARMv7 support to the Android emulator. Due to the nature of the upstream code base, this unfortunately also required changes to many other parts of the source. Note that to ensure easier integrations in the future, some source files and directories that have heavy Android-specific customization have been renamed with an -android suffix. The original files are still there for easier integration tracking, but *never* compiled. For example: net.c net-android.c qemu-char.c qemu-char-android.c slirp/ slirp-android/ etc... Tested on linux-x86, darwin-x86 and windows host machines.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+288
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-288/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-471/+117
|
* Initial ContributionThe Android Open Source Project2008-10-211-23/+23
|
* external/qemu 0.8.2Upstream1970-01-121-0/+642