Age | Commit message (Expand) | Author | Files | Lines |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 327 | -4737/+4736 |
2007-09-16 | Add a local copy of hpet.h. | ths | 2 | -1/+28 |
2007-09-16 | Use UINT64_MAX instead of ULONG_LONG_MAX, suggested by Andreas Schwab. | ths | 1 | -1/+1 |
2007-09-14 | Less magic constants, by Filip Navara. | ths | 1 | -4/+5 |
2007-09-13 | Fix infinite loop in VNC support, by Marc Bevand. | ths | 1 | -2/+5 |
2007-09-13 | Emulate spinning floppy disk, by Jan Jezabek. | ths | 1 | -0/+8 |
2007-09-13 | Move network related includes to vl.c to help SLIRP-less builds. | ths | 2 | -9/+5 |
2007-09-13 | Enhance raw io reliability, by Ben Guthro. | ths | 1 | -2/+70 |
2007-09-13 | Allow more IDE power management, by Ben Guthro. | ths | 1 | -2/+8 |
2007-09-13 | Stop the compiler from using section anchors. | ths | 1 | -0/+1 |
2007-09-13 | Improved EEPRO 100 emulation, by Filip Navara. | ths | 1 | -0/+4 |
2007-09-13 | Intel cache info, by Filip Navara. | ths | 1 | -2/+2 |
2007-09-13 | Partial IDE DVD emulation, by Filip Navara. | ths | 1 | -2/+74 |
2007-09-11 | Fix tb->size mishandling, by Daniel Jacobowitz. | ths | 7 | -11/+3 |
2007-09-10 | Fix the reported xlevel for Intel CPU, by Filip Navara. | ths | 1 | -1/+1 |
2007-09-10 | Fix VMDK 2GB bug, by Filip Navara. | ths | 1 | -10/+1 |
2007-09-09 | Implement HID idle mode (avoids flooding guest with useless updates). | pbrook | 2 | -12/+33 |
2007-09-06 | Partial support for 34K multithreading, not functional yet. | ths | 18 | -826/+2305 |
2007-08-28 | Build fix for older GCCs. | ths | 1 | -1/+1 |
2007-08-26 | Let qemu work with latest bochsbios, by Bernhard Kauer. | ths | 2 | -1/+3 |
2007-08-26 | arm_gic.c error message fix, by Adam Lackorzynski. | ths | 1 | -2/+2 |
2007-08-26 | SH4 mov.b fix, by Vince Weaver. | ths | 1 | -4/+4 |
2007-08-26 | Add file missed in last commit. | ths | 1 | -0/+96 |
2007-08-26 | Use the framework for the VMware mouse emulation, by Herve Poussineau. | ths | 2 | -15/+4 |
2007-08-26 | Add a generic framework for VMware communication port, by Herve Poussineau. | ths | 2 | -1/+7 |
2007-08-26 | Replace tabs by 8 spaces. No code change, by Herve Poussineau. | ths | 1 | -52/+52 |
2007-08-26 | Last AIO patch, by Vladimir N. Oleynik. | ths | 1 | -17/+37 |
2007-08-26 | Disable 64-bit instructions on 32-bit CPU, by Aurelien Jarno. | ths | 4 | -24/+32 |
2007-08-26 | Reset buffer pointers after CR/LF, by Jim Paris. | ths | 1 | -0/+4 |
2007-08-26 | Set apic instance number for savevm, by Ari Kivity. | ths | 1 | -1/+1 |
2007-08-26 | Fix typo in comment, by Andreas Faerber. | ths | 1 | -1/+1 |
2007-08-26 | Make dynticks conditional on __linux__. Spotted by Andreas Faerber. | ths | 1 | -5/+5 |
2007-08-25 | Actually add d3des implementation files. | ths | 2 | -0/+485 |
2007-08-25 | Document all VNC authentication options, by Daniel P. Berrange. | ths | 1 | -52/+351 |
2007-08-25 | Custom location for x509 cert paths, by Daniel P. Berrange. | ths | 1 | -16/+115 |
2007-08-25 | x509 client certificate verification, by Daniel P. Berrange. | ths | 1 | -3/+103 |
2007-08-25 | x509 certificate for server, by Daniel P. Berrange. | ths | 1 | -20/+107 |
2007-08-25 | VeNCrypt basic TLS support, by Daniel P. Berrange. | ths | 3 | -8/+426 |
2007-08-25 | VNC password authentication, by Daniel P. Berrange. | ths | 4 | -17/+239 |
2007-08-25 | Extend monitor 'change' command for VNC, by Daniel P. Berrange. | ths | 2 | -3/+18 |
2007-08-25 | Refactor VNC server setup API, by Daniel P. Berrange. | ths | 3 | -29/+82 |
2007-08-25 | Avoid SEGV in IOHandler dispatch, by Daniel P. Berrange. | ths | 1 | -4/+2 |
2007-08-24 | De-noise startup. | ths | 1 | -2/+0 |
2007-08-24 | Add support for dynamic ticks, by Luca Tettamanti and Dan Kenigsberg. | ths | 1 | -8/+177 |
2007-08-24 | Implement -clock selection, by Luca Tettamanti. | ths | 1 | -0/+72 |
2007-08-23 | Suppress int<->pointer compiler warnings. | pbrook | 1 | -4/+4 |
2007-08-20 | Windows build fix, spotted by Herve Poussineau. | ths | 1 | -1/+1 |
2007-08-19 | Add -clock option, by Luca Tettamanti. | ths | 1 | -1/+56 |
2007-08-19 | Rework alarm timer infrastrucure, by Luca Tettamanti. | ths | 2 | -104/+186 |
2007-08-19 | Fix bugs in the ATAPI cdrom driver, by Brandon Philips. | ths | 1 | -1/+3 |