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