aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-27iotests: Add assert_json_filename_equal() methodMax Reitz
2016-10-27socket_scm_helper: Accept fd directlyMax Reitz
2016-10-27iotests.py: Allow concurrent qemu instancesMax Reitz
2016-10-27iotests.py: Add qemu_nbd functionMax Reitz
2016-10-27qapi: Allow blockdev-add for NBDMax Reitz
2016-10-27block/nbd: Use SocketAddress optionsMax Reitz
2016-10-27block/nbd: Accept SocketAddressMax Reitz
2016-10-27block/nbd: Add nbd_has_filename_options_conflict()Max Reitz
2016-10-27block/nbd: Use qdict_put()Max Reitz
2016-10-27block/nbd: Default port in nbd_refresh_filename()Max Reitz
2016-10-27block/nbd: Reject port parameter without hostMax Reitz
2016-10-27block/nbd: Drop trailing "." in error messagesMax Reitz
2016-10-27qemu-iotests: Fix typo for NFS with IMGOPTSSYNTAXKevin Wolf
2016-10-27block: Remove bdrv_aio_ioctl()Kevin Wolf
2016-10-27raw: Implement .bdrv_co_ioctl instead of .bdrv_aio_ioctlKevin Wolf
2016-10-27block: Introduce .bdrv_co_ioctl() driver callbackKevin Wolf
2016-10-27block: Remove bdrv_ioctl()Kevin Wolf
2016-10-27raw-posix: Don't use bdrv_ioctl()Kevin Wolf
2016-10-27block: Use blk_co_ioctl() for all BB level ioctlsKevin Wolf
2016-10-27block: Remove bdrv_aio_pdiscard()Kevin Wolf
2016-10-27block: Use blk_co_pdiscard() for all BB level discardKevin Wolf
2016-10-27block: Use blk_co_flush() for all BB level flushesKevin Wolf
2016-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-atomic-20161026' into sta...Peter Maydell
2016-10-27Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2016-10-27Merge remote-tracking branch 'remotes/vivier/tags/m68k-part1-pull-request' in...Peter Maydell
2016-10-26target-alpha: Emulate LL/SC using cmpxchg helpersRichard Henderson
2016-10-26target-alpha: Introduce MMU_PHYS_IDXRichard Henderson
2016-10-26target-arm: remove EXCP_STREX + cpu_exclusive_{test, info}Emilio G. Cota
2016-10-26linux-user: remove handling of aarch64's EXCP_STREXEmilio G. Cota
2016-10-26linux-user: remove handling of ARM's EXCP_STREXEmilio G. Cota
2016-10-26target-arm: emulate aarch64's LL/SC using cmpxchg helpersEmilio G. Cota
2016-10-26target-arm: emulate SWP with atomic_xchg helperEmilio G. Cota
2016-10-26target-arm: emulate LL/SC using cmpxchg helpersEmilio G. Cota
2016-10-26target-arm: Rearrange aa32 load and store functionsRichard Henderson
2016-10-26tests: add atomic_add-benchEmilio G. Cota
2016-10-26target-i386: remove helper_lock()Emilio G. Cota
2016-10-26target-i386: emulate XCHG using atomic helperEmilio G. Cota
2016-10-26target-i386: emulate LOCK'ed BTX ops using atomic helpersEmilio G. Cota
2016-10-26target-i386: emulate LOCK'ed XADD using atomic helperEmilio G. Cota
2016-10-26target-i386: emulate LOCK'ed NEG using cmpxchg helperEmilio G. Cota
2016-10-26target-i386: emulate LOCK'ed NOT using atomic helperEmilio G. Cota
2016-10-26target-i386: emulate LOCK'ed INC using atomic helperEmilio G. Cota
2016-10-26target-i386: emulate LOCK'ed OP instructions using atomic helpersEmilio G. Cota
2016-10-26target-i386: emulate LOCK'ed cmpxchg using cmpxchg helpersEmilio G. Cota
2016-10-26tcg: Emit barriers with parallel_cpusRichard Henderson
2016-10-26tcg: Add CONFIG_ATOMIC64Richard Henderson
2016-10-26tcg: Add atomic128 helpersRichard Henderson
2016-10-26tcg: Add atomic helpersRichard Henderson
2016-10-26cputlb: Tidy some macrosRichard Henderson
2016-10-26cputlb: Move most of iotlb code out of lineRichard Henderson