aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16Solaris x86_64 configure patch, by Ben Taylor.ths
2007-09-16vmdk compatibility level 6 images, by Soren Hansen.ths
2007-09-16Add some missing checks for host syscalls.ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-09-16Add a local copy of hpet.h.ths
2007-09-16Use UINT64_MAX instead of ULONG_LONG_MAX, suggested by Andreas Schwab.ths
2007-09-14Less magic constants, by Filip Navara.ths
2007-09-13Fix infinite loop in VNC support, by Marc Bevand.ths
2007-09-13Emulate spinning floppy disk, by Jan Jezabek.ths
2007-09-13Move network related includes to vl.c to help SLIRP-less builds.ths
2007-09-13Enhance raw io reliability, by Ben Guthro.ths
2007-09-13Allow more IDE power management, by Ben Guthro.ths
2007-09-13Stop the compiler from using section anchors.ths
2007-09-13Improved EEPRO 100 emulation, by Filip Navara.ths
2007-09-13Intel cache info, by Filip Navara.ths
2007-09-13Partial IDE DVD emulation, by Filip Navara.ths
2007-09-11Fix tb->size mishandling, by Daniel Jacobowitz.ths
2007-09-10Fix the reported xlevel for Intel CPU, by Filip Navara.ths
2007-09-10Fix VMDK 2GB bug, by Filip Navara.ths
2007-09-09Implement HID idle mode (avoids flooding guest with useless updates).pbrook
2007-09-06Partial support for 34K multithreading, not functional yet.ths
2007-08-28Build fix for older GCCs.ths
2007-08-26Let qemu work with latest bochsbios, by Bernhard Kauer.ths
2007-08-26arm_gic.c error message fix, by Adam Lackorzynski.ths
2007-08-26SH4 mov.b fix, by Vince Weaver.ths
2007-08-26Add file missed in last commit.ths
2007-08-26Use the framework for the VMware mouse emulation, by Herve Poussineau.ths
2007-08-26Add a generic framework for VMware communication port, by Herve Poussineau.ths
2007-08-26Replace tabs by 8 spaces. No code change, by Herve Poussineau.ths
2007-08-26Last AIO patch, by Vladimir N. Oleynik.ths
2007-08-26Disable 64-bit instructions on 32-bit CPU, by Aurelien Jarno.ths
2007-08-26Reset buffer pointers after CR/LF, by Jim Paris.ths
2007-08-26Set apic instance number for savevm, by Ari Kivity.ths
2007-08-26Fix typo in comment, by Andreas Faerber.ths
2007-08-26Make dynticks conditional on __linux__. Spotted by Andreas Faerber.ths
2007-08-25Actually add d3des implementation files.ths
2007-08-25Document all VNC authentication options, by Daniel P. Berrange.ths
2007-08-25Custom location for x509 cert paths, by Daniel P. Berrange.ths
2007-08-25x509 client certificate verification, by Daniel P. Berrange.ths
2007-08-25x509 certificate for server, by Daniel P. Berrange.ths
2007-08-25VeNCrypt basic TLS support, by Daniel P. Berrange.ths
2007-08-25VNC password authentication, by Daniel P. Berrange.ths
2007-08-25Extend monitor 'change' command for VNC, by Daniel P. Berrange.ths
2007-08-25Refactor VNC server setup API, by Daniel P. Berrange.ths
2007-08-25Avoid SEGV in IOHandler dispatch, by Daniel P. Berrange.ths
2007-08-24De-noise startup.ths
2007-08-24Add support for dynamic ticks, by Luca Tettamanti and Dan Kenigsberg.ths
2007-08-24Implement -clock selection, by Luca Tettamanti.ths
2007-08-23Suppress int<->pointer compiler warnings.pbrook