aboutsummaryrefslogtreecommitdiffstats
path: root/kqemu.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-11Implement dynamic guest ram allocation.pbrook1-3/+6
2009-03-08Fix windows build and clean up use of <windows.h>aliguori1-1/+0
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-9/+2
2009-01-15Clean up debugging code #ifdefs (Eduardo Habkost)aliguori1-49/+28
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-06-08Fix error reporting under Win32 (CreateFile does not set errno)malc1-1/+6
2008-05-30kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit hostbellard1-75/+180
2008-04-11Remove osdep.c/qemu-img code duplicationaurel321-0/+1
2007-12-17Use WIN32_LEAN_AND_MEAN, by Stefan Weil.ths1-0/+1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-7/+7
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-37/+37
2007-03-30Switch include for Solaris to avoid namespace issues. By Juergen Keil.ths1-1/+1
2007-03-25Improved kqemu error message, by Robert Millan.ths1-1/+2
2007-02-0164 bit syscall fixbellard1-1/+1
2007-01-17Kqemu support for Solaris, by Ben Taylor.ths1-0/+3
2006-10-0232 bit syscall fix (Juergen Keil)bellard1-1/+5
2006-07-10monitor/mwait workaroundbellard1-1/+6
2006-06-25C99 64 bit printfbellard1-2/+2
2006-02-08kqemu.h include path fixbellard1-1/+1
2006-02-08optional support for kernel code virtualizationbellard1-34/+182
2005-09-03kqemu_cpu_interrupt support for win32 (Filip Navara)bellard1-5/+17
2005-09-03SYSENTER fix for x86_64 CPUsbellard1-1/+7
2005-08-21kqemu_set_notdirty() optbellard1-0/+3
2005-08-21kqemu fixes - new API supportbellard1-0/+182
2005-04-24efer is present even in legacy modebellard1-1/+6
2005-04-23x86_64 supportbellard1-9/+77
2005-04-17windows support for kqemu (Filip Navara)bellard1-6/+55
2005-02-10kqemu supportbellard1-0/+427