aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-17target-arm: Fix VFP enables for AArch32 EL0 under AArch64 EL1Peter Maydell
2014-04-17target-arm: A64: Add assertion that FP access was checkedPeter Maydell
2014-04-17target-arm: A64: Correctly fault FP/Neon if CPACR.FPEN setPeter Maydell
2014-04-17target-arm: Provide syndrome information for MMU faultsRob Herring
2014-04-17target-arm: Add support for generating exceptions with syndrome informationPeter Maydell
2014-04-17target-arm: Provide correct syndrome information for cpreg access trapsPeter Maydell
2014-04-17target-arm: Define exception record for AArch64 exceptionsPeter Maydell
2014-04-17target-arm: Implement AArch64 DAIF system registerPeter Maydell
2014-04-17target-arm: Split out private-to-target functions into internals.hPeter Maydell
2014-04-17Merge remote-tracking branch 'remotes/rth/tcg-aarch-6-5' into stagingPeter Maydell
2014-04-17Open 2.1 development treePeter Maydell
2014-04-17Update version for v2.0.0 releasePeter Maydell
2014-04-16tcg-aarch64: Use tcg_out_mov in preference to tcg_out_movrRichard Henderson
2014-04-16tcg-aarch64: Prefer unsigned offsets before signed offsets for ldstRichard Henderson
2014-04-16tcg-aarch64: Introduce tcg_out_insn_3312, _3310, _3313Richard Henderson
2014-04-16tcg-aarch64: Merge aarch64_ldst_get_data/type into tcg_out_opRichard Henderson
2014-04-16tcg-aarch64: Introduce tcg_out_insn_3507Richard Henderson
2014-04-16tcg-aarch64: Support stores of zeroRichard Henderson
2014-04-16tcg-aarch64: Implement TCG_TARGET_HAS_new_ldstRichard Henderson
2014-04-16tcg-aarch64: Pass qemu_ld/st arguments directlyRichard Henderson
2014-04-16tcg-aarch64: Use TCGMemOp in qemu_ld/stRichard Henderson
2014-04-16tcg-aarch64: Use ADR to pass the return address to the ld/st helpersRichard Henderson
2014-04-16tcg-aarch64: Use tcg_out_call for qemu_ld/stRichard Henderson
2014-04-16tcg-aarch64: Avoid add with zero in tlb loadRichard Henderson
2014-04-16tcg-aarch64: Implement tcg_register_jitRichard Henderson
2014-04-16tcg-aarch64: Introduce tcg_out_insn_3314Richard Henderson
2014-04-16tcg-aarch64: Reuse LR in translated codeRichard Henderson
2014-04-16tcg-aarch64: Use CBZ and CBNZRichard Henderson
2014-04-16tcg-aarch64: Create tcg_out_brcondRichard Henderson
2014-04-16tcg-aarch64: Use symbolic names for branchesRichard Henderson
2014-04-16tcg-aarch64: Use adrp in tcg_out_moviRichard Henderson
2014-04-16tcg-aarch64: Special case small constants in tcg_out_moviRichard Henderson
2014-04-16tcg-aarch64: Use ORRI in tcg_out_moviRichard Henderson
2014-04-16tcg-aarch64: Use MOVN in tcg_out_moviRichard Henderson
2014-04-16tcg-aarch64: Use TCGType and TCGMemOp constantsRichard Henderson
2014-04-16tcg-aarch64: Use intptr_t apropriatelyRichard Henderson
2014-04-16tcg-aarch64: Properly detect SIGSEGV writesRichard Henderson
2014-04-14Update version for v2.0.0-rc3 releasePeter Maydell
2014-04-14Revert "fix return check for KVM_GET_DIRTY_LOG ioctl"Michael Tokarev
2014-04-14Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-04-14ide: Correct improper smart self test counter reset in ide core.BenoƮt Canet
2014-04-14acpi-test: update expected filesMichael S. Tsirkin
2014-04-14acpi: fix incorrect encoding for 0x{F-1}FFFFIgor Mammedov
2014-04-14configure: Make stack-protector test check both compile and linkPeter Maydell
2014-04-14vmxnet3: validate queues configuration read on migrationDmitry Fleytman
2014-04-14vmxnet3: validate interrupt indices read on migrationDmitry Fleytman
2014-04-14vmxnet3: validate queues configuration coming from guestDmitry Fleytman
2014-04-14vmxnet3: validate interrupt indices coming from guestDmitry Fleytman
2014-04-11qom: Fix crash with qom-list and link propertiesCole Robinson
2014-04-11virtio-net: fix guest-triggerable buffer overrunMichael S. Tsirkin