aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-12tcg: Remove unreachable code in tcg_out_op and op_defsRichard Henderson
2014-05-12tcg: Use tcg_target_available_regs in tcg_reg_alloc_movRichard Henderson
2014-05-12tcg: Make call address a constant parameterRichard Henderson
2014-05-12tci: Create tcg_out_callRichard Henderson
2014-05-12tcg-mips: Split out tcg_out_callRichard Henderson
2014-05-12tcg-sparc: Create tcg_out_callRichard Henderson
2014-05-12tcg-ppc64: Rename tcg_out_calli to tcg_out_callRichard Henderson
2014-05-12tcg-ppc: Split out tcg_out_callRichard Henderson
2014-05-12tcg-s390: Rename tgen_calli to tcg_out_callRichard Henderson
2014-05-12tcg-i386: Rename tcg_out_calli to tcg_out_callRichard Henderson
2014-05-12tcg: Require TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tci: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tcg-mips: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tcg-ia64: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tcg-s390: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tcg-aarch64: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tcg-arm: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tcg-sparc: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tcg-ppc: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tcg-ppc64: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tcg-i386: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tcg: Define tcg_insn_unit for code pointersRichard Henderson
2014-05-12tcg: Introduce byte pointer arithmetic helpersRichard Henderson
2014-05-12tcg: Avoid undefined behaviour patching code at unaligned addressesPeter Maydell
2014-05-12tcg: Avoid stores to unaligned addressesPeter Maydell
2014-05-12exec-all.h: Use stl_p to avoid undefined behaviour patching x86 jumpsPeter Maydell
2014-05-09Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell
2014-05-09Revert "qapi: Clean up superfluous null check in qapi_dealloc_type_str()"Peter Lieven
2014-05-09qapi: Document optional arguments' backwards compatibilityEric Blake
2014-05-09qmp: use valid JSON in transaction exampleEric Blake
2014-05-09qmp: Don't use error_is_set() to suppress additional errorsMarkus Armbruster
2014-05-09dump: Drop pointless error_is_set(), DumpState member errpMarkus Armbruster
2014-05-09qemu-option: Clean up fragile use of error_is_set()Markus Armbruster
2014-05-09qga: Drop superfluous error_is_set()Markus Armbruster
2014-05-09qga: Clean up fragile use of error_is_set()Markus Armbruster
2014-05-09qapi: Clean up fragile use of error_is_set()Markus Armbruster
2014-05-09tests/qapi-schema: Drop superfluous error_is_set()Markus Armbruster
2014-05-09qapi: Drop redundant, unclean error_is_set()Markus Armbruster
2014-05-09hmp: Guard against misuse of hmp_handle_error()Markus Armbruster
2014-05-09qga: Use return values instead of error_is_set(errp)Markus Armbruster
2014-05-09error: Consistently name Error ** objects errp, and not errMarkus Armbruster
2014-05-09qmp: Consistently name Error ** objects errp, and not errMarkus Armbruster
2014-05-09qga: Consistently name Error ** objects errp, and not errMarkus Armbruster
2014-05-08qmp hmp: Consistently name Error * objects err, and not errpMarkus Armbruster
2014-05-08pci-assign: assigned_initfn(): set monitor error in common error handlerLaszlo Ersek
2014-05-08pci-assign: propagate errors from assign_intx()Laszlo Ersek
2014-05-08pci-assign: propagate errors from assign_device()Laszlo Ersek
2014-05-08pci-assign: propagate errors from assigned_dev_register_regions()Laszlo Ersek
2014-05-08pci-assign: propagate errors from assigned_dev_register_msix_mmio()Laszlo Ersek
2014-05-08pci-assign: propagate errors from assigned_device_pci_cap_init()Laszlo Ersek