Age | Commit message (Expand) | Author |
2007-09-23 | Fix Caps lock and Num lock handling | blueswir1 |
2007-09-23 | Add missing break statements | blueswir1 |
2007-09-22 | Only build qemu-img with softmmu targets. | pbrook |
2007-09-22 | Fix breakage on big endian hosts (Aurelien Jarno) | blueswir1 |
2007-09-21 | Rework ASI instructions (Aurelien Jarno) | blueswir1 |
2007-09-21 | Improve keyboard handling | blueswir1 |
2007-09-21 | Avoid compilation warnings on 32 bits hosts. | j_mayer |
2007-09-21 | Avoid compilation warnings on 64 bits hosts. | j_mayer |
2007-09-21 | More PowerPC definitions, from POWER 2.04 specifications and misc sources. | j_mayer |
2007-09-21 | Rework PowerPC 440 TLB management (thanks to Hollis Blanchard) | j_mayer |
2007-09-21 | Make CPU hflags be a masked version of the PowerPC MSR. | j_mayer |
2007-09-20 | Extend TB flags to 64 bits (Alexander Graf). | j_mayer |
2007-09-20 | Change ldl_phys to cpu_physical_memory_read, fix pte address | blueswir1 |
2007-09-20 | Fix tadd op generation with GCC 4.x | blueswir1 |
2007-09-20 | Detabify | blueswir1 |
2007-09-20 | Make likely/unlikely accessible also in hw/. | balrog |
2007-09-20 | Use logfile only when loglevel is set (http://bugzilla.openmoko.org/cgi-bin/bugz | balrog |
2007-09-20 | Move likely and unlikely macros in a common place (Aurelien Jarno). | j_mayer |
2007-09-19 | More PowerPC registers definitions. | j_mayer |
2007-09-19 | TARGET_FMT_lu may also be useful. | j_mayer |
2007-09-19 | Code provision for PowerPC BookE MMU model support. | j_mayer |
2007-09-19 | Improve PowerPC target implementation, using computed hflags as TB flags. | j_mayer |
2007-09-19 | Avoid Linux to stay stucked in an infinite loop when requesting a reboot. | j_mayer |
2007-09-19 | Code provision for PowerPC 64 MMU model support. | j_mayer |
2007-09-19 | More PowerPC target cleanups: | j_mayer |
2007-09-18 | Fix invalid MAP_xxx flags for PowerPC targets. | j_mayer |
2007-09-18 | Always keep the bootinfo structure in the first 16 MB, | j_mayer |
2007-09-18 | Fix PowerPC 32 emulation on 64 bits hosts: | j_mayer |
2007-09-17 | Prevent segfaulting when -clock is specified multiple times. | balrog |
2007-09-17 | Pass correct pointer to HID keyboard event handler, fixes regression from IDL... | balrog |
2007-09-17 | PowerPC flags update/use fixes: | j_mayer |
2007-09-17 | Coding style fixes in PowerPC related code (no functional change): | j_mayer |
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 |