| Commit message (Expand) | Author | Age | Files | Lines |
* | Update Linux kernel syscall list. | ths | 2007-09-24 | 10 | -6/+401 |
* | Sync termbits.h with current Linux kernel. | ths | 2007-09-23 | 7 | -11/+45 |
* | Add new MIPS/Linux syscalls. | ths | 2007-09-23 | 1 | -0/+5 |
* | Correct and update mips termbits.h. | ths | 2007-09-23 | 1 | -12/+28 |
* | Fix mips usermode emulation. | ths | 2007-09-23 | 1 | -0/+3 |
* | Add missing svm.h header, and add a Changelog entry. | ths | 2007-09-23 | 2 | -0/+359 |
* | SVM Support, by Alexander Graf. | ths | 2007-09-23 | 9 | -15/+921 |
* | Fix Caps lock and Num lock handling | blueswir1 | 2007-09-23 | 1 | -3/+26 |
* | Add missing break statements | blueswir1 | 2007-09-23 | 1 | -0/+20 |
* | Only build qemu-img with softmmu targets. | pbrook | 2007-09-22 | 2 | -1/+6 |
* | Fix breakage on big endian hosts (Aurelien Jarno) | blueswir1 | 2007-09-22 | 1 | -1/+1 |
* | Rework ASI instructions (Aurelien Jarno) | blueswir1 | 2007-09-21 | 5 | -204/+727 |
* | Improve keyboard handling | blueswir1 | 2007-09-21 | 1 | -3/+34 |
* | Avoid compilation warnings on 32 bits hosts. | j_mayer | 2007-09-21 | 1 | -1/+3 |
* | Avoid compilation warnings on 64 bits hosts. | j_mayer | 2007-09-21 | 2 | -6/+12 |
* | More PowerPC definitions, from POWER 2.04 specifications and misc sources. | j_mayer | 2007-09-21 | 5 | -345/+1109 |
* | Rework PowerPC 440 TLB management (thanks to Hollis Blanchard) | j_mayer | 2007-09-21 | 4 | -175/+110 |
* | Make CPU hflags be a masked version of the PowerPC MSR. | j_mayer | 2007-09-21 | 2 | -4/+5 |
* | Extend TB flags to 64 bits (Alexander Graf). | j_mayer | 2007-09-20 | 4 | -6/+7 |
* | Change ldl_phys to cpu_physical_memory_read, fix pte address | blueswir1 | 2007-09-20 | 1 | -4/+6 |
* | Fix tadd op generation with GCC 4.x | blueswir1 | 2007-09-20 | 1 | -1/+4 |
* | Detabify | blueswir1 | 2007-09-20 | 6 | -2212/+2212 |
* | Make likely/unlikely accessible also in hw/. | balrog | 2007-09-20 | 4 | -4/+12 |
* | Use logfile only when loglevel is set (http://bugzilla.openmoko.org/cgi-bin/bugz | balrog | 2007-09-20 | 1 | -9/+6 |
* | Move likely and unlikely macros in a common place (Aurelien Jarno). | j_mayer | 2007-09-20 | 3 | -8/+3 |
* | More PowerPC registers definitions. | j_mayer | 2007-09-19 | 1 | -19/+44 |
* | TARGET_FMT_lu may also be useful. | j_mayer | 2007-09-19 | 3 | -2/+6 |
* | Code provision for PowerPC BookE MMU model support. | j_mayer | 2007-09-19 | 5 | -14/+365 |
* | Improve PowerPC target implementation, using computed hflags as TB flags. | j_mayer | 2007-09-19 | 1 | -2/+1 |
* | Avoid Linux to stay stucked in an infinite loop when requesting a reboot. | j_mayer | 2007-09-19 | 1 | -0/+6 |
* | Code provision for PowerPC 64 MMU model support. | j_mayer | 2007-09-19 | 1 | -65/+276 |
* | More PowerPC target cleanups: | j_mayer | 2007-09-19 | 2 | -38/+35 |
* | Fix invalid MAP_xxx flags for PowerPC targets. | j_mayer | 2007-09-18 | 1 | -0/+5 |
* | Always keep the bootinfo structure in the first 16 MB, | j_mayer | 2007-09-18 | 1 | -8/+12 |
* | Fix PowerPC 32 emulation on 64 bits hosts: | j_mayer | 2007-09-18 | 1 | -12/+20 |
* | Prevent segfaulting when -clock is specified multiple times. | balrog | 2007-09-17 | 1 | -1/+1 |
* | Pass correct pointer to HID keyboard event handler, fixes regression from IDL... | balrog | 2007-09-17 | 1 | -1/+1 |
* | PowerPC flags update/use fixes: | j_mayer | 2007-09-17 | 4 | -31/+41 |
* | Coding style fixes in PowerPC related code (no functional change): | j_mayer | 2007-09-17 | 13 | -267/+274 |
* | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 2007-09-17 | 173 | -1557/+1557 |
* | Solaris x86_64 configure patch, by Ben Taylor. | ths | 2007-09-16 | 1 | -0/+16 |
* | vmdk compatibility level 6 images, by Soren Hansen. | ths | 2007-09-16 | 6 | -26/+43 |
* | Add some missing checks for host syscalls. | ths | 2007-09-16 | 1 | -5/+7 |
* | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 2007-09-16 | 327 | -4737/+4736 |
* | Add a local copy of hpet.h. | ths | 2007-09-16 | 2 | -1/+28 |
* | Use UINT64_MAX instead of ULONG_LONG_MAX, suggested by Andreas Schwab. | ths | 2007-09-16 | 1 | -1/+1 |
* | Less magic constants, by Filip Navara. | ths | 2007-09-14 | 1 | -4/+5 |
* | Fix infinite loop in VNC support, by Marc Bevand. | ths | 2007-09-13 | 1 | -2/+5 |
* | Emulate spinning floppy disk, by Jan Jezabek. | ths | 2007-09-13 | 1 | -0/+8 |
* | Move network related includes to vl.c to help SLIRP-less builds. | ths | 2007-09-13 | 2 | -9/+5 |