Age | Commit message (Expand) | Author |
2012-12-23 | Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu | Andreas Färber |
2012-12-19 | cpu: Move kvm_state field into CPUState | Andreas Färber |
2012-12-19 | kvm: Pass CPUState to kvm_vcpu_ioctl() | Andreas Färber |
2012-12-19 | kvm: Pass CPUState to kvm_arch_* | Andreas Färber |
2012-12-19 | fpu: move public header file to include/fpu | Paolo Bonzini |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | qom: move include files to include/qom/ | Paolo Bonzini |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini |
2012-12-19 | build: kill libdis, move disassemblers to disas/ | Paolo Bonzini |
2012-12-16 | exec: refactor cpu_restore_state | Blue Swirl |
2012-12-14 | target-ppc: Don't use hwaddr to represent hardware state | David Gibson |
2012-12-08 | TCG: Use gen_opc_instr_start from context instead of global variable. | Evgeny Voevodin |
2012-12-08 | TCG: Use gen_opc_icount from context instead of global variable. | Evgeny Voevodin |
2012-12-08 | TCG: Use gen_opc_pc from context instead of global variable. | Evgeny Voevodin |
2012-11-26 | PPC: Fix missing TRACE exception | Julio Guerra |
2012-11-17 | TCG: Use gen_opc_buf from context instead of global variable. | Evgeny Voevodin |
2012-11-17 | TCG: Use gen_opc_ptr from context instead of global variable. | Evgeny Voevodin |
2012-11-10 | disas: avoid using cpu_single_env | Blue Swirl |
2012-11-03 | Merge branch 'trivial-patches' of git://github.com/stefanha/qemu | Blue Swirl |
2012-11-01 | target-ppc: make some functions static | Blue Swirl |
2012-11-01 | ppc: add missing static | Blue Swirl |
2012-11-01 | Merge remote-tracking branch 'afaerber/qom-cpu' into staging | Anthony Liguori |
2012-11-01 | target-ppc: Extend FPU state for newer POWER CPUs | David Gibson |
2012-11-01 | target-ppc: Rework storage of VPA registration state | David Gibson |
2012-10-31 | cpus: Pass CPUState to [qemu_]cpu_has_work() | Andreas Färber |
2012-10-31 | spapr: Pass PowerPCCPU to spapr_hypercall() | Andreas Färber |
2012-10-31 | target-ppc: Pass PowerPCCPU to cpu_ppc_hypercall | Andreas Färber |
2012-10-31 | target-ppc: Pass PowerPCCPU to powerpc_excp() | Andreas Färber |
2012-10-31 | cpus: Pass CPUState to qemu_cpu_kick() | Andreas Färber |
2012-10-31 | target-ppc: Rename kvm_kick_{env => cpu} and pass PowerPCCPU | Andreas Färber |
2012-10-29 | Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf | Aurelien Jarno |
2012-10-29 | target-ppc: Rework storage of VPA registration state | David Gibson |
2012-10-29 | PPC: 440: Emulate DCBR0 | Alexander Graf |
2012-10-29 | Drop unnecessary check of TARGET_PHYS_ADDR_SPACE_BITS | Peter Maydell |
2012-10-28 | target-ppc: rename helper flags | Aurelien Jarno |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity |
2012-10-06 | Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf | Aurelien Jarno |
2012-10-05 | ppc: avoid buffer overrun: use pstrcpy, not strncpy | Jim Meyering |
2012-10-05 | PPC: KVM: Fix BAT put | Alexander Graf |
2012-10-04 | Make target_phys_addr_t 64 bits unconditionally | Avi Kivity |
2012-10-05 | ppc/pseries: Reset VPA registration on CPU reset | David Gibson |
2012-10-04 | target-ppc: Remove unused power_mode field from cpu state | David Gibson |
2012-10-04 | target-ppc: KVM: Fix some kernel version edge cases for kvmppc_reset_htab() | David Gibson |
2012-10-04 | pseries: Add support for new KVM hash table control call | David Gibson |
2012-10-04 | ppc: Make kvm_arch_put_registers() put *all* the registers | David Gibson |
2012-10-04 | target-ppc: get rid of the HANDLE_NAN{1, 2, 3} macros | Aurelien Jarno |
2012-10-04 | target-ppc: use the softfloat float32_muladd function | Aurelien Jarno |
2012-10-04 | target-ppc: use the softfloat min/max functions | Aurelien Jarno |
2012-10-04 | target-ppc: simplify NaN propagation for vector functions | Aurelien Jarno |