Age | Commit message (Expand) | Author |
2009-11-07 | user: move CPU reset call to main.c for x86/PPC/Sparc | Blue Swirl |
2009-11-07 | PPC: rename cpu_ppc_reset to cpu_reset for consistency | Blue Swirl |
2009-11-07 | PPC: remove unneeded calls to device reset | Blue Swirl |
2009-10-23 | target-ppc: move often used CPU fields at the top of the structure | Aurelien Jarno |
2009-10-18 | target-ppc: simpler definitions for microcontrollers based on e300 | Thomas Monjalon |
2009-10-18 | target-ppc: add declarations of microcontrollers based on e300 | Thomas Monjalon |
2009-10-18 | target-ppc: better support of e300 CPU core | Thomas Monjalon |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori |
2009-10-01 | Get rid of _t suffix | malc |
2009-09-28 | target-ppc: log instructions start in TCG code | Aurelien Jarno |
2009-09-25 | static and inline should came before the type of the functions | Juan Quintela |
2009-09-18 | target-ppc: optimize slw/srw/sld/srd | Aurelien Jarno |
2009-09-12 | Fix sys-queue.h conflict for good | Blue Swirl |
2009-09-11 | Unexport ticks_per_sec variable. Create get_ticks_per_sec() function | Juan Quintela |
2009-08-27 | kvm: Simplify cpu_synchronize_state() | Avi Kivity |
2009-08-24 | cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal | Nathan Froyd |
2009-08-16 | Replace REGX with PRIx64 | Blue Swirl |
2009-08-16 | Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx | Blue Swirl |
2009-08-16 | Replace always_inline with inline | Blue Swirl |
2009-08-03 | target-ppc: add exceptions for conditional stores | Nathan Froyd |
2009-08-03 | target-ppc: retain l{w,d}arx loaded value | Nathan Froyd |
2009-08-03 | target-ppc: add cpu_set_tls | Nathan Froyd |
2009-08-03 | target-ppc: fix cpu_clone_regs | Nathan Froyd |
2009-07-27 | rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN | Juan Quintela |
2009-07-27 | Rename HAVE_FDT to CONFIG_FDT and define it also in Makefile | Juan Quintela |
2009-07-22 | Use correct input constant | Alexander Graf |
2009-07-22 | Set PVR in sregs | Alexander Graf |
2009-07-20 | Fix most warnings (errors with -Werror) when debugging is enabled | Blue Swirl |
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl |
2009-07-13 | target-ppc: enable PPC_MFTB for 44x | Baojun Wang |
2009-07-13 | ppc tcg: fix wrong bit/mask of wrteei | Baojun Wang |
2009-07-12 | target-ppc: fix evmergelo and evmergelohi | Nathan Froyd |
2009-06-23 | target-ppc: permit linux-user to read PVR | Nathan Froyd |
2009-06-20 | Apply TCGV_UNUSED on variables that GCC mistakenly thinks can be used | malc |
2009-06-17 | Replace ELF section hack with normal table | Blue Swirl |
2009-06-17 | Concentrate rest of table entries to top | Blue Swirl |
2009-06-17 | Concentrate most table entries to top | Blue Swirl |
2009-06-17 | Clean up GEN_HANDLER2 | Blue Swirl |
2009-06-17 | Clean up GEN_HANDLER | Blue Swirl |
2009-06-13 | Fix mingw32 build warnings | Blue Swirl |
2009-05-22 | kvm: Add missing bits to support live migration | Jan Kiszka |
2009-05-21 | Convert machine registration to use module init functions | Anthony Liguori |
2009-05-19 | Hardware convenience library | Paul Brook |
2009-05-16 | target-ppc: expose cpu capability flags | Nathan Froyd |
2009-05-13 | Include assert.h from qemu-common.h | Paul Brook |
2009-05-13 | Fix typo that leads to out of bounds array access on big endian systems | malc |
2009-04-28 | Fix powerpc 604 reset vector | Tristan Gingold |
2009-04-28 | Fix PPC reset | Blue Swirl |
2009-04-24 | qemu: introduce qemu_init_vcpu (Marcelo Tosatti) | aliguori |
2009-04-24 | qemu: per-arch cpu_has_work (Marcelo Tosatti) | aliguori |