summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcg-ppc64: Merge ppc32 brcond2, setcond2, muluhRichard Henderson2014-06-232-2/+96
* tcg-ppc64: Begin merging ppc32 with ppc64Richard Henderson2014-06-232-43/+81
* tcg-ppc64: Fix sub2 implementationRichard Henderson2014-06-231-7/+7
* tcg-ppc64: Merge 32-bit ABIs into the prologue / frame codeRichard Henderson2014-06-231-7/+32
* tcg-ppc64: Adjust tcg_out_call for ELFv2Ulrich Weigand2014-06-231-0/+17
* tcg-ppc64: Support the ppc64 elfv2 ABIRichard Henderson2014-06-231-0/+4
* tcg-ppc64: Use the correct test in tcg_out_callRichard Henderson2014-06-231-3/+3
* tcg-ppc64: Better parameterize the stack frameRichard Henderson2014-06-231-28/+36
* tcg-ppc64: Fix TCG_TARGET_CALL_STACK_OFFSETRichard Henderson2014-06-231-1/+1
* tcg-ppc64: Move call macros out of tcg-target.hRichard Henderson2014-06-232-6/+5Star
* tcg-ppc64: Make TCG_AREG0 and TCG_REG_CALL_STACK enum constantsRichard Henderson2014-06-231-35/+11Star
* tcg-ppc64: Use tcg_out_{ld,st,cmp} internallyRichard Henderson2014-06-231-19/+14Star
* tcg-ppc64: Relax register restrictions in tcg_out_mem_longRichard Henderson2014-06-231-5/+7
* tcg-ppc64: Move functions aroundRichard Henderson2014-06-231-361/+361
* tcg-ppc64: Avoid some hard-codings of TCG_TYPE_I64Richard Henderson2014-06-231-10/+13
* tcg-ppc: Use uintptr_t in ppc_tb_set_jmp_targetRichard Henderson2014-06-232-2/+2
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2014-06-2310-56/+122
|\
| * block: asynchronously stop the VM on I/O errorsPaolo Bonzini2014-06-233-4/+26
| * vl: allow other threads to do qemu_system_vmstop_requestPaolo Bonzini2014-06-234-32/+57
| * sheepdog: fix NULL dereference in sd_createLiu Yuan2014-06-231-0/+1
| * QemuOpts: check NULL opts in qemu_opt_get functionsChunyan Liu2014-06-211-4/+24
| * block: m25p80: Support read only bdrvs.Peter Crosthwaite2014-06-211-6/+2Star
| * block: m25p80: sync_page(): Deindent function body.Peter Crosthwaite2014-06-211-11/+13
* | Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into stagingPeter Maydell2014-06-231-2/+2
|\ \
| * | apb: Fix out-of-bounds array write accessStefan Weil2014-06-211-2/+2
| |/
* | Merge remote-tracking branch 'remotes/mcayland/qemu-openbios' into stagingPeter Maydell2014-06-234-0/+0
|\ \
| * | Update OpenBIOS imagesMark Cave-Ayland2014-06-214-0/+0
| |/
* / console: move chardev declarations to sysemu/char.hMichael S. Tsirkin2014-06-234-7/+6Star
|/
* gt64xxx_pci: Add VMStateDescriptionSanjay Lal2014-06-201-0/+23
* target-mips: copy CP0_Config1 into DisasContextAurelien Jarno2014-06-201-9/+11
* Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell2014-06-2015-41/+873
|\
| * hw/mips: malta: Don't boot from flash with KVM T&EJames Hogan2014-06-201-0/+6
| * MAINTAINERS: Add entry for MIPS KVMJames Hogan2014-06-181-0/+5
| * target-mips: Enable KVM support in build systemSanjay Lal2014-06-182-1/+6
| * hw/mips: malta: Add KVM supportJames Hogan2014-06-181-20/+53
| * hw/mips: In KVM mode, inject IRQ2 (I/O) interrupts via ioctlsSanjay Lal2014-06-181-0/+11
| * target-mips: Call kvm_mips_reset_vcpu() from mips_cpu_reset()James Hogan2014-06-181-0/+8
| * target-mips: kvm: Add main KVM support for MIPSSanjay Lal2014-06-182-0/+709
| * kvm: Allow arch to set sigmask lengthJames Hogan2014-06-182-1/+12
| * target-mips: get_physical_address: Add KVM awarenessJames Hogan2014-06-181-7/+26
| * target-mips: get_physical_address: Add defines for segment basesJames Hogan2014-06-181-6/+12
| * hw/mips: Add API to convert KVM guest KSEG0 <-> GPASanjay Lal2014-06-182-1/+8
| * hw/mips/cputimer: Don't start periodic timer in KVM modeSanjay Lal2014-06-181-1/+8
| * target-mips: Reset CPU timer consistentlyJames Hogan2014-06-182-3/+8
| * KVM: Fix GSI number space limitAlexander Graf2014-06-181-1/+1
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-06-20126-728/+7416
|\ \
| * | numa: use RAM_ADDR_FMT with ram_addr_tMichael S. Tsirkin2014-06-191-6/+6
| * | qapi/string-output-visitor: fix bugsMichael S. Tsirkin2014-06-191-3/+3
| * | tests: simplify codeMichael S. Tsirkin2014-06-191-3/+1Star
| * | qapi: fix input visitor bugsMichael S. Tsirkin2014-06-191-5/+4Star