2007-09-29 |
ths | Stand-alone TMU emulation code, by Magnus Damm. |
commit | commitdiff | tree | snapshot |
2007-09-29 |
ths | Add R2D-PLUS support, by Magnus Damm. |
commit | commitdiff | tree | snapshot |
2007-09-29 |
ths | Supervisor mode implementation, by Aurelien Jarno. |
commit | commitdiff | tree | snapshot |
2007-09-29 |
ths | Less magic constants. |
commit | commitdiff | tree | snapshot |
2007-09-29 |
j_mayer | PowerPC emulation optimization: |
commit | commitdiff | tree | snapshot |
2007-09-29 |
j_mayer | Code provision for hypervisor timers resources, |
commit | commitdiff | tree | snapshot |
2007-09-29 |
j_mayer | Fix PowerPC target objects dependencies |
commit | commitdiff | tree | snapshot |
2007-09-29 |
j_mayer | Provision for x86_64-linux-user target: needs get_sp_fr... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
j_mayer | Rework PowerPC exceptions model to make it more versatile: |
commit | commitdiff | tree | snapshot |
2007-09-29 |
j_mayer | make cpu_abort dump cpu state in logfile, which is... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
j_mayer | always_inline gcc directive can be useful. |
commit | commitdiff | tree | snapshot |
2007-09-29 |
j_mayer | host_utils.o may also be useful for user-mode emulation. |
commit | commitdiff | tree | snapshot |
2007-09-29 |
j_mayer | Define the proper bfd_mach to be used by the disassembl... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
j_mayer | Change POWERPC_PPC_GENERIC to POWERPC_DEFAULT. |
commit | commitdiff | tree | snapshot |
2007-09-28 |
ths | Fix MIPS FP underflow handling, spotted by Daniel Jacob... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
ths | Build fix, ppc64 needs also a get_sp_from_cpustate... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
ths | Move get_sp_from_cpustate from cpu.h to target_signal.h. |
commit | commitdiff | tree | snapshot |
2007-09-27 |
ths | linux-user sigaltstack() syscall, by Thayne Harbaugh. |
commit | commitdiff | tree | snapshot |
2007-09-27 |
ths | Build fix for PowerPC hosts, where "PPC" is a predefine... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
j_mayer | Implement size bit in PowerPC 64 comparisons. |
commit | commitdiff | tree | snapshot |
2007-09-27 |
j_mayer | memset string pages to zero to avoid putting random... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
ths | SVM VINTR fix, by Alexander Graf. |
commit | commitdiff | tree | snapshot |
2007-09-27 |
j_mayer | Fixes for PowerPC 64 rotate and mask instructions. |
commit | commitdiff | tree | snapshot |
2007-09-27 |
j_mayer | New ppc64-linux-user target. |
commit | commitdiff | tree | snapshot |
2007-09-26 |
j_mayer | Add flags to support PowerPC 405 bootinfos variations. |
commit | commitdiff | tree | snapshot |
2007-09-26 |
j_mayer | Great rework and cleanups to ease PowerPC implementatio... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
ths | hflags computation cleanup, by Aurelien Jarno. |
commit | commitdiff | tree | snapshot |
2007-09-26 |
ths | Wrap a few often used tests with unlikely(), by Aurelie... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
j_mayer | Convert syscall arguments and return value from long... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
ths | linux-user utimensat() syscall, by Thayne Harbaugh. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
blueswir1 | Remove the target dependency introduced by previous... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
blueswir1 | Fix monitor expressions |
commit | commitdiff | tree | snapshot |
2007-09-25 |
ths | Timer start/stop implementation, by Aurelien Jarno. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
ths | Check if the hosts defines a symlinkat syscall. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
ths | Optimise instructions accessing CP0, by Aurelien Jarno. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
ths | vvfat mbr fixes, by Ivan Kalvachev. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
ths | Improve completion in monitor, by Pascal Terjan. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
balrog | Move ECC calculation to a more appropriate place. |
commit | commitdiff | tree | snapshot |
2007-09-24 |
blueswir1 | CPU boot mode |
commit | commitdiff | tree | snapshot |
2007-09-24 |
blueswir1 | Fix loading above 4G |
commit | commitdiff | tree | snapshot |
2007-09-24 |
blueswir1 | Fix >4G physical memory dump for Sparc32 |
commit | commitdiff | tree | snapshot |
2007-09-24 |
ths | Per-CPU instruction decoding implementation, by Aurelie... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
ths | linux-user faccessat() syscall, by Thayne Harbaugh. |
commit | commitdiff | tree | snapshot |
2007-09-24 |
ths | linux-user fchmodat() syscall, by Thayne Harbaugh. |
commit | commitdiff | tree | snapshot |
2007-09-24 |
ths | linux-user readlinkat() syscall, by Thayne Harbaugh. |
commit | commitdiff | tree | snapshot |
2007-09-24 |
ths | linux-user symlinkat() syscall, by Thayne Harbaugh. |
commit | commitdiff | tree | snapshot |
2007-09-24 |
ths | linux-user linkat() syscall, by Thayne Harbaugh. |
commit | commitdiff | tree | snapshot |
2007-09-24 |
ths | linux-user renameat() syscall, by Thayne Harbaugh. |
commit | commitdiff | tree | snapshot |
2007-09-24 |
ths | linux-user unlinkat() syscall, by Thayne Harbaugh. |
commit | commitdiff | tree | snapshot |
2007-09-24 |
ths | linux-user fchownat() syscall, by Thayne Harbaugh. |
commit | commitdiff | tree | snapshot |
2007-09-24 |
ths | linux-user mknodat() syscall, by Thayne Harbaugh. |
commit | commitdiff | tree | snapshot |
2007-09-24 |
ths | linux-user mkdirat() syscall, by Thayne Harbaugh. |
commit | commitdiff | tree | snapshot |
2007-09-24 |
ths | linux-user openat() syscall, by Thayne Harbaugh. |
commit | commitdiff | tree | snapshot |
2007-09-24 |
ths | Update Linux kernel syscall list. |
commit | commitdiff | tree | snapshot |
2007-09-23 |
ths | Sync termbits.h with current Linux kernel. |
commit | commitdiff | tree | snapshot |
2007-09-23 |
ths | Add new MIPS/Linux syscalls. |
commit | commitdiff | tree | snapshot |
2007-09-23 |
ths | Correct and update mips termbits.h. |
commit | commitdiff | tree | snapshot |
2007-09-23 |
ths | Fix mips usermode emulation. |
commit | commitdiff | tree | snapshot |
2007-09-23 |
ths | Add missing svm.h header, and add a Changelog entry. |
commit | commitdiff | tree | snapshot |
2007-09-23 |
ths | SVM Support, by Alexander Graf. |
commit | commitdiff | tree | snapshot |
2007-09-23 |
blueswir1 | Fix Caps lock and Num lock handling |
commit | commitdiff | tree | snapshot |
2007-09-23 |
blueswir1 | Add missing break statements |
commit | commitdiff | tree | snapshot |
2007-09-22 |
pbrook | Only build qemu-img with softmmu targets. |
commit | commitdiff | tree | snapshot |
2007-09-22 |
blueswir1 | Fix breakage on big endian hosts (Aurelien Jarno) |
commit | commitdiff | tree | snapshot |
2007-09-21 |
blueswir1 | Rework ASI instructions (Aurelien Jarno) |
commit | commitdiff | tree | snapshot |
2007-09-21 |
blueswir1 | Improve keyboard handling |
commit | commitdiff | tree | snapshot |
2007-09-21 |
j_mayer | Avoid compilation warnings on 32 bits hosts. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
j_mayer | Avoid compilation warnings on 64 bits hosts. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
j_mayer | More PowerPC definitions, from POWER 2.04 specification... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
j_mayer | Rework PowerPC 440 TLB management (thanks to Hollis... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
j_mayer | Make CPU hflags be a masked version of the PowerPC... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
j_mayer | Extend TB flags to 64 bits (Alexander Graf). |
commit | commitdiff | tree | snapshot |
2007-09-20 |
blueswir1 | Change ldl_phys to cpu_physical_memory_read, fix pte... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
blueswir1 | Fix tadd op generation with GCC 4.x |
commit | commitdiff | tree | snapshot |
2007-09-20 |
blueswir1 | Detabify |
commit | commitdiff | tree | snapshot |
2007-09-20 |
balrog | Make likely/unlikely accessible also in hw/. |
commit | commitdiff | tree | snapshot |
2007-09-20 |
balrog | Use logfile only when loglevel is set (http://bugzilla... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
j_mayer | Move likely and unlikely macros in a common place ... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
j_mayer | More PowerPC registers definitions. |
commit | commitdiff | tree | snapshot |
2007-09-19 |
j_mayer | TARGET_FMT_lu may also be useful. |
commit | commitdiff | tree | snapshot |
2007-09-19 |
j_mayer | Code provision for PowerPC BookE MMU model support. |
commit | commitdiff | tree | snapshot |
2007-09-19 |
j_mayer | Improve PowerPC target implementation, using computed... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
j_mayer | Avoid Linux to stay stucked in an infinite loop when... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
j_mayer | Code provision for PowerPC 64 MMU model support. |
commit | commitdiff | tree | snapshot |
2007-09-19 |
j_mayer | More PowerPC target cleanups: |
commit | commitdiff | tree | snapshot |
2007-09-18 |
j_mayer | Fix invalid MAP_xxx flags for PowerPC targets. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
j_mayer | Always keep the bootinfo structure in the first 16 MB, |
commit | commitdiff | tree | snapshot |
2007-09-18 |
j_mayer | Fix PowerPC 32 emulation on 64 bits hosts: |
commit | commitdiff | tree | snapshot |
2007-09-17 |
balrog | Prevent segfaulting when -clock is specified multiple... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
balrog | Pass correct pointer to HID keyboard event handler... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
j_mayer | PowerPC flags update/use fixes: |
commit | commitdiff | tree | snapshot |
2007-09-17 |
j_mayer | Coding style fixes in PowerPC related code (no function... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
ths | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
ths | Solaris x86_64 configure patch, by Ben Taylor. |
commit | commitdiff | tree | snapshot |
2007-09-16 |
ths | vmdk compatibility level 6 images, by Soren Hansen. |
commit | commitdiff | tree | snapshot |
2007-09-16 |
ths | Add some missing checks for host syscalls. |
commit | commitdiff | tree | snapshot |
2007-09-16 |
ths | find -type f | xargs sed -i 's/[\t ]$//g' # on most... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
ths | Add a local copy of hpet.h. |
commit | commitdiff | tree | snapshot |
2007-09-16 |
ths | Use UINT64_MAX instead of ULONG_LONG_MAX, suggested... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
ths | Less magic constants, by Filip Navara. |
commit | commitdiff | tree | snapshot |
next |