aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-10tcg: Add qemu_ld_st_i32/64Richard Henderson14-239/+368
2013-10-10tcg: Add TCGMemOpRichard Henderson1-0/+54
2013-10-10configure: Remove CONFIG_QEMU_LDST_OPTIMIZATIONRichard Henderson1-8/+0
2013-10-10tcg: Add tcg-be-ldst.hRichard Henderson8-158/+112
2013-10-10tcg: Add tcg-be-null.hRichard Henderson6-0/+53
2013-10-10exec: Delete is_tcg_gen_code and GETRA_EXTRichard Henderson3-26/+2
2013-10-10tcg-aarch64: Update to helper_ret_*_mmu routinesRichard Henderson2-30/+16
2013-10-10tcg: Merge tcg_register_helper into tcg_context_initRichard Henderson2-16/+6
2013-10-10tcg: Add tcg-runtime.c helpers to all_helpersRichard Henderson1-0/+16
2013-10-10tcg: Put target helper data into an array.Richard Henderson2-5/+15
2013-10-10tcg: Remove stray semi-colons from target-*/helper.hRichard Henderson6-29/+29
2013-10-10tcg: Move helper registration into tcg_context_initRichard Henderson15-48/+7
2013-10-10target-m68k: Rename helpers.h to helper.hRichard Henderson4-5/+5
2013-10-10tcg: Use a GHashTable for tcg_find_helperRichard Henderson2-65/+19
2013-10-10tcg: Delete tcg_helper_get_name declarationRichard Henderson1-1/+0
2013-10-10tcg-hppa: Remove tcg backendRichard Henderson4-1962/+0
2013-10-09Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori6-59/+42
2013-10-09Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori14-29/+31
2013-10-09Merge remote-tracking branch 'rth/tcg-arm-pull' into stagingAnthony Liguori2-185/+216
2013-10-09Merge remote-tracking branch 'sweil/mingw' into stagingAnthony Liguori10-27/+44
2013-10-09Merge remote-tracking branch 'kraxel/chardev.8' into stagingAnthony Liguori1-1/+6
2013-10-09Merge remote-tracking branch 'sweil/tci' into stagingAnthony Liguori5-13/+96
2013-10-07block: use correct filenameDunrong Huang1-2/+2
2013-10-07qemu-iotests: Correct 026 outputMax Reitz2-48/+16
2013-10-07qcow2: Free allocated L2 cluster on errorMax Reitz1-0/+4
2013-10-05migration: Fix compiler warning ('caps' may be used uninitialized)Michael Tokarev1-0/+1
2013-10-05util/path: Fix type which is longer than 8 bit for MinGWStefan Weil1-2/+2
2013-10-05hw/9pfs: Fix errno value for xattr functionsDaniel P. Berrange1-3/+3
2013-10-05vl: Clean up unnecessary boot_order complicationsMarkus Armbruster1-4/+2
2013-10-05qemu-char: Fix potential out of bounds access to local arraysStefan Weil1-2/+2
2013-10-02pci-ohci: Add missing 'break' in ohci_service_tdJán Veselý1-0/+2
2013-10-02sh4: Fix serial line access for Linux kernels later than 3.2Guenter Roeck1-2/+0
2013-10-02hw/alpha: Fix compiler warning (integer constant is too large)Stefan Weil1-1/+1
2013-10-02target-i386: Fix compiler warning (integer constant is too large)Stefan Weil1-1/+1
2013-10-02block: Remove unused assignment (fixes warning from clang)Stefan Weil1-1/+0
2013-10-02exec: cleanup DEBUG_SUBPAGEAmos Kong1-9/+9
2013-10-02tests: Fix schema parser test for in-tree buildMarkus Armbruster2-4/+5
2013-10-02util: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik1-3/+3
2013-10-02slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik4-11/+6
2013-10-02net: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik1-9/+10
2013-10-02gdbstub: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik1-4/+2
2013-10-02util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDRSebastian Ottlik3-0/+23
2013-10-02Update MAINTAINERSAnthony Liguori1-16/+5
2013-10-02qcow2: Switch L1 table in a single sequenceMax Reitz1-2/+5
2013-10-02block: vhdx - add migration blockerJeff Cody1-0/+10
2013-10-02block: use correct filename for error reportDunrong Huang1-2/+2
2013-10-02qcow2: CHECK_OFLAG_COPIED is obsoleteMax Reitz1-3/+1
2013-10-02qcow2: Correct endianness in overlap checkMax Reitz1-2/+2
2013-10-01tcg-arm: Move the tlb addend load earlierRichard Henderson1-5/+6
2013-10-01tcg-arm: Remove restriction on qemu_ld output registerRichard Henderson1-24/+34