summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-17target-arm: Split out private-to-target functions into internals.hPeter Maydell8-20/+55
2014-04-17Merge remote-tracking branch 'remotes/rth/tcg-aarch-6-5' into stagingPeter Maydell3-558/+628
2014-04-17Open 2.1 development treePeter Maydell1-1/+1
2014-04-17Update version for v2.0.0 releasev2.0.0Peter Maydell1-1/+1
2014-04-16tcg-aarch64: Use tcg_out_mov in preference to tcg_out_movrRichard Henderson1-9/+7
2014-04-16tcg-aarch64: Prefer unsigned offsets before signed offsets for ldstRichard Henderson1-5/+6
2014-04-16tcg-aarch64: Introduce tcg_out_insn_3312, _3310, _3313Richard Henderson1-87/+89
2014-04-16tcg-aarch64: Merge aarch64_ldst_get_data/type into tcg_out_opRichard Henderson1-83/+32
2014-04-16tcg-aarch64: Introduce tcg_out_insn_3507Richard Henderson1-24/+33
2014-04-16tcg-aarch64: Support stores of zeroRichard Henderson1-16/+19
2014-04-16tcg-aarch64: Implement TCG_TARGET_HAS_new_ldstRichard Henderson2-60/+31
2014-04-16tcg-aarch64: Pass qemu_ld/st arguments directlyRichard Henderson1-32/+17
2014-04-16tcg-aarch64: Use TCGMemOp in qemu_ld/stRichard Henderson1-68/+63
2014-04-16tcg-aarch64: Use ADR to pass the return address to the ld/st helpersRichard Henderson1-2/+9
2014-04-16tcg-aarch64: Use tcg_out_call for qemu_ld/stRichard Henderson1-4/+2
2014-04-16tcg-aarch64: Avoid add with zero in tlb loadRichard Henderson1-9/+19
2014-04-16tcg-aarch64: Implement tcg_register_jitRichard Henderson1-15/+69
2014-04-16tcg-aarch64: Introduce tcg_out_insn_3314Richard Henderson1-67/+33
2014-04-16tcg-aarch64: Reuse LR in translated codeRichard Henderson2-33/+33
2014-04-16tcg-aarch64: Use CBZ and CBNZRichard Henderson1-2/+24
2014-04-16tcg-aarch64: Create tcg_out_brcondRichard Henderson1-20/+14
2014-04-16tcg-aarch64: Use symbolic names for branchesRichard Henderson1-31/+43
2014-04-16tcg-aarch64: Use adrp in tcg_out_moviRichard Henderson1-0/+23
2014-04-16tcg-aarch64: Special case small constants in tcg_out_moviRichard Henderson1-0/+10
2014-04-16tcg-aarch64: Use ORRI in tcg_out_moviRichard Henderson1-31/+39
2014-04-16tcg-aarch64: Use MOVN in tcg_out_moviRichard Henderson1-13/+50
2014-04-16tcg-aarch64: Use TCGType and TCGMemOp constantsRichard Henderson1-35/+38
2014-04-16tcg-aarch64: Use intptr_t apropriatelyRichard Henderson1-5/+5
2014-04-16tcg-aarch64: Properly detect SIGSEGV writesRichard Henderson1-6/+19
2014-04-14Update version for v2.0.0-rc3 releasev2.0.0-rc3Peter Maydell1-1/+1
2014-04-14Revert "fix return check for KVM_GET_DIRTY_LOG ioctl"Michael Tokarev1-1/+1
2014-04-14Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-1/+1
2014-04-14ide: Correct improper smart self test counter reset in ide core.BenoƮt Canet1-1/+1
2014-04-14acpi-test: update expected filesMichael S. Tsirkin1-0/+0
2014-04-14acpi: fix incorrect encoding for 0x{F-1}FFFFIgor Mammedov1-1/+1
2014-04-14configure: Make stack-protector test check both compile and linkPeter Maydell1-1/+4
2014-04-14vmxnet3: validate queues configuration read on migrationDmitry Fleytman1-0/+1
2014-04-14vmxnet3: validate interrupt indices read on migrationDmitry Fleytman1-0/+2
2014-04-14vmxnet3: validate queues configuration coming from guestDmitry Fleytman1-1/+18
2014-04-14vmxnet3: validate interrupt indices coming from guestDmitry Fleytman1-2/+34
2014-04-11qom: Fix crash with qom-list and link propertiesCole Robinson1-1/+2
2014-04-11virtio-net: fix guest-triggerable buffer overrunMichael S. Tsirkin1-1/+1
2014-04-11Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell5-8/+29
2014-04-11Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-1' into stagingPeter Maydell1-8/+13
2014-04-11block-commit: speed is an optional parameterMax Reitz1-0/+4
2014-04-11iscsi: Remember to set ret for iscsi_open in error caseFam Zheng1-0/+1
2014-04-11bochs: Fix catalog size checkKevin Wolf3-6/+20
2014-04-11bochs: Fix memory leak in bochs_open() error pathKevin Wolf1-2/+4
2014-04-11input: sdl2: Fix relative mode to match SDL1 behaviorCole Robinson1-1/+2
2014-04-11input: sdl2: Fix guest_cursor logicCole Robinson1-7/+11