Age | Commit message (Expand) | Author |
2011-02-16 | Merge remote branch 'qemu-kvm/uq/master' into staging | Anthony Liguori |
2011-02-16 | Handle icount for powerpc tbl/tbu/decr load and store. | Tristan Gingold |
2011-02-14 | kvm: Drop return values from kvm_arch_pre/post_run | Jan Kiszka |
2011-02-14 | kvm: Provide sigbus services arch-independently | Jan Kiszka |
2011-02-01 | Merge remote branch 'qemu-kvm/uq/master' into staging | Anthony Liguori |
2011-01-23 | kvm: Consolidate must-have capability checks | Jan Kiszka |
2011-01-23 | kvm: Drop smp_cpus argument from init functions | Jan Kiszka |
2011-01-23 | kvm: Stop on all fatal exit reasons | Jan Kiszka |
2011-01-21 | ppc: Correct BookE tlb reads | Edgar E. Iglesias |
2011-01-20 | target-ppc: fix wrong NaN tests | Aurelien Jarno |
2011-01-20 | target-ppc: fix sNaN propagation | Aurelien Jarno |
2011-01-06 | target-ppc: use float32_is_any_nan() | Aurelien Jarno |
2011-01-06 | target-ppc: fix default qNaN | Aurelien Jarno |
2011-01-06 | target-ppc: remove PRECISE_EMULATION define | Aurelien Jarno |
2011-01-02 | softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan() | Peter Maydell |
2010-12-31 | Fix translation of unary PPC/SPE instructions (efdneg etc.). | Mike Pall |
2010-12-08 | ppc: kvm: fix signedness warning | Alexander Graf |
2010-10-30 | target-xxx: Use fprintf_function (format checking) | Stefan Weil |
2010-10-13 | ppc: avoid write only variables | Blue Swirl |
2010-10-13 | ppc: remove video.x | Blue Swirl |
2010-10-05 | ppc: Minor 40x MMU fixes | John Clark |
2010-09-30 | powerpc: Add a virtex5 ml507 refdesign board | Edgar E. Iglesias |
2010-09-30 | powerpc: Add a ppc-440x5 Xilinx model | Edgar E. Iglesias |
2010-09-24 | powerpc: Improve emulation of the BookE MMU | Edgar E. Iglesias |
2010-09-18 | PPC: Suppress gcc warnings with -Wtype-limits | Blue Swirl |
2010-09-15 | PPC: Redesign interrupt trigger path | Alexander Graf |
2010-09-15 | PPC: Enable hint bits for lwarx/ldarx | Alexander Graf |
2010-09-11 | powerpc: Avoid TLB related log spamming | Edgar E. Iglesias |
2010-09-05 | KVM: PPC: Add level based interrupt logic | Alexander Graf |
2010-08-26 | PPC: Add PV hypercall transport through fw_cfg | Alexander Graf |
2010-07-19 | target-ppc: fix power mode checking on 7400/7410 | Aurelien Jarno |
2010-07-13 | target-ppc: add vexptefp instruction | Aurelien Jarno |
2010-07-03 | remove exec-all.h inclusion from cpu.h | Paolo Bonzini |
2010-07-03 | move cpu_pc_from_tb to target-*/exec.h | Paolo Bonzini |
2010-06-16 | tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts. | Richard Henderson |
2010-05-31 | target-ppc: remove useless line | Thomas Monjalon |
2010-05-31 | target-ppc: fix RFI by clearing some bits of MSR | Thomas Monjalon |
2010-05-22 | Fix %lld or %llx printf format use | Blue Swirl |
2010-05-18 | PPC/KVM: make iothread work | Alexander Graf |
2010-05-11 | Do not stop VM if emulation failed in userspace. | Gleb Natapov |
2010-05-11 | kvm: enable smp > 1 | Marcelo Tosatti |
2010-05-05 | target-ppc: Remove duplicate cpu log. | Richard Henderson |
2010-04-25 | ppc: remove dead assignments, spotted by clang analyzer | Blue Swirl |
2010-04-18 | PPC: avoid function pointer type mismatch, spotted by clang | Blue Swirl |
2010-03-26 | target-ppc: generic PowerPC TBL | Dmitry Ilyevsky |
2010-03-17 | Large page TLB flush | Paul Brook |
2010-03-12 | Target specific usermode cleanup | Paul Brook |
2010-03-12 | Remove cpu_get_phys_page_debug from userspace emulation | Paul Brook |
2010-03-12 | Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. | Richard Henderson |
2010-03-11 | target-ppc: fix evsrwu and evsrws (second try) | Aurelien Jarno |