summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcg: Move helper registration into tcg_context_initRichard Henderson2013-10-1015-48/+7
* target-m68k: Rename helpers.h to helper.hRichard Henderson2013-10-104-5/+5
* tcg: Use a GHashTable for tcg_find_helperRichard Henderson2013-10-102-65/+19
* tcg: Delete tcg_helper_get_name declarationRichard Henderson2013-10-101-1/+0
* tcg-hppa: Remove tcg backendRichard Henderson2013-10-104-1962/+0
* Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2013-10-096-59/+42
|\
| * block: use correct filenameDunrong Huang2013-10-071-2/+2
| * qemu-iotests: Correct 026 outputMax Reitz2013-10-072-48/+16
| * qcow2: Free allocated L2 cluster on errorMax Reitz2013-10-071-0/+4
| * qcow2: Switch L1 table in a single sequenceMax Reitz2013-10-021-2/+5
| * block: vhdx - add migration blockerJeff Cody2013-10-021-0/+10
| * block: use correct filename for error reportDunrong Huang2013-10-021-2/+2
| * qcow2: CHECK_OFLAG_COPIED is obsoleteMax Reitz2013-10-021-3/+1
| * qcow2: Correct endianness in overlap checkMax Reitz2013-10-021-2/+2
* | Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori2013-10-0914-29/+31
|\ \
| * | migration: Fix compiler warning ('caps' may be used uninitialized)Michael Tokarev2013-10-051-0/+1
| * | util/path: Fix type which is longer than 8 bit for MinGWStefan Weil2013-10-051-2/+2
| * | hw/9pfs: Fix errno value for xattr functionsDaniel P. Berrange2013-10-051-3/+3
| * | vl: Clean up unnecessary boot_order complicationsMarkus Armbruster2013-10-051-4/+2
| * | qemu-char: Fix potential out of bounds access to local arraysStefan Weil2013-10-051-2/+2
| * | pci-ohci: Add missing 'break' in ohci_service_tdJán Veselý2013-10-021-0/+2
| * | sh4: Fix serial line access for Linux kernels later than 3.2Guenter Roeck2013-10-021-2/+0
| * | hw/alpha: Fix compiler warning (integer constant is too large)Stefan Weil2013-10-021-1/+1
| * | target-i386: Fix compiler warning (integer constant is too large)Stefan Weil2013-10-021-1/+1
| * | block: Remove unused assignment (fixes warning from clang)Stefan Weil2013-10-021-1/+0
| * | exec: cleanup DEBUG_SUBPAGEAmos Kong2013-10-021-9/+9
| * | tests: Fix schema parser test for in-tree buildMarkus Armbruster2013-10-022-4/+5
| * | tests: Update .gitignore for test-int128 and test-bitopsMarkus Armbruster2013-10-011-0/+2
| * | .gitignore: ignore tests/qemu-iotests/socket_scm_helperFam Zheng2013-10-011-0/+1
| |/
* | Merge remote-tracking branch 'rth/tcg-arm-pull' into stagingAnthony Liguori2013-10-092-185/+216
|\ \
| * | tcg-arm: Move the tlb addend load earlierRichard Henderson2013-10-011-5/+6
| * | tcg-arm: Remove restriction on qemu_ld output registerRichard Henderson2013-10-011-24/+34
| * | tcg-arm: Return register containing tlb addendRichard Henderson2013-10-011-29/+30
| * | tcg-arm: Move load of tlb addend into tcg_out_tlb_readRichard Henderson2013-10-011-37/+23
| * | tcg-arm: Use QEMU_BUILD_BUG_ON to verify constraints on tlbRichard Henderson2013-10-011-5/+10
| * | tcg-arm: Use strd for tcg_out_arg_reg64Richard Henderson2013-10-011-3/+10
| * | tcg-arm: Rearrange slow-path qemu_ld/stRichard Henderson2013-10-012-105/+88
| * | tcg-arm: Use ldrd/strd for appropriate qemu_ld/st64Richard Henderson2013-10-011-5/+43
| |/
* | Merge remote-tracking branch 'sweil/mingw' into stagingAnthony Liguori2013-10-0910-27/+44
|\ \
| * | util: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik2013-10-021-3/+3
| * | slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik2013-10-024-11/+6
| * | net: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik2013-10-021-9/+10
| * | gdbstub: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik2013-10-021-4/+2
| * | util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDRSebastian Ottlik2013-10-023-0/+23
| |/
* | Merge remote-tracking branch 'kraxel/chardev.8' into stagingAnthony Liguori2013-10-091-1/+6
|\ \
| * | chardev: handle qmp_chardev_add(KIND_MUX) failureGerd Hoffmann2013-10-011-1/+6
| |/
* | Merge remote-tracking branch 'sweil/tci' into stagingAnthony Liguori2013-10-095-13/+96
|\ \
| * | misc: Use new rotate functionsStefan Weil2013-09-253-13/+9
| * | bitops: Add rotate functions (rol8, ror8, ...)Stefan Weil2013-09-251-0/+80
| * | tci: Add implementation of rotl_i64, rotr_i64Stefan Weil2013-09-252-2/+9
OpenPOWER on IntegriCloud