Age | Commit message (Expand) | Author | Files | Lines |
2007-09-20 | Use logfile only when loglevel is set (http://bugzilla.openmoko.org/cgi-bin/bugz | balrog | 1 | -9/+6 |
2007-09-20 | Move likely and unlikely macros in a common place (Aurelien Jarno). | j_mayer | 3 | -8/+3 |
2007-09-19 | More PowerPC registers definitions. | j_mayer | 1 | -19/+44 |
2007-09-19 | TARGET_FMT_lu may also be useful. | j_mayer | 3 | -2/+6 |
2007-09-19 | Code provision for PowerPC BookE MMU model support. | j_mayer | 5 | -14/+365 |
2007-09-19 | Improve PowerPC target implementation, using computed hflags as TB flags. | j_mayer | 1 | -2/+1 |
2007-09-19 | Avoid Linux to stay stucked in an infinite loop when requesting a reboot. | j_mayer | 1 | -0/+6 |
2007-09-19 | Code provision for PowerPC 64 MMU model support. | j_mayer | 1 | -65/+276 |
2007-09-19 | More PowerPC target cleanups: | j_mayer | 2 | -38/+35 |
2007-09-18 | Fix invalid MAP_xxx flags for PowerPC targets. | j_mayer | 1 | -0/+5 |
2007-09-18 | Always keep the bootinfo structure in the first 16 MB, | j_mayer | 1 | -8/+12 |
2007-09-18 | Fix PowerPC 32 emulation on 64 bits hosts: | j_mayer | 1 | -12/+20 |
2007-09-17 | Prevent segfaulting when -clock is specified multiple times. | balrog | 1 | -1/+1 |
2007-09-17 | Pass correct pointer to HID keyboard event handler, fixes regression from IDL... | balrog | 1 | -1/+1 |
2007-09-17 | PowerPC flags update/use fixes: | j_mayer | 4 | -31/+41 |
2007-09-17 | Coding style fixes in PowerPC related code (no functional change): | j_mayer | 13 | -267/+274 |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 173 | -1557/+1557 |
2007-09-16 | Solaris x86_64 configure patch, by Ben Taylor. | ths | 1 | -0/+16 |
2007-09-16 | vmdk compatibility level 6 images, by Soren Hansen. | ths | 6 | -26/+43 |
2007-09-16 | Add some missing checks for host syscalls. | ths | 1 | -5/+7 |
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 |