Age | Commit message (Expand) | Author |
2016-10-27 | socket_scm_helper: Accept fd directly | Max Reitz |
2016-10-27 | iotests.py: Allow concurrent qemu instances | Max Reitz |
2016-10-27 | iotests.py: Add qemu_nbd function | Max Reitz |
2016-10-27 | qapi: Allow blockdev-add for NBD | Max Reitz |
2016-10-27 | block/nbd: Use SocketAddress options | Max Reitz |
2016-10-27 | block/nbd: Accept SocketAddress | Max Reitz |
2016-10-27 | block/nbd: Add nbd_has_filename_options_conflict() | Max Reitz |
2016-10-27 | block/nbd: Use qdict_put() | Max Reitz |
2016-10-27 | block/nbd: Default port in nbd_refresh_filename() | Max Reitz |
2016-10-27 | block/nbd: Reject port parameter without host | Max Reitz |
2016-10-27 | block/nbd: Drop trailing "." in error messages | Max Reitz |
2016-10-27 | qemu-iotests: Fix typo for NFS with IMGOPTSSYNTAX | Kevin Wolf |
2016-10-27 | block: Remove bdrv_aio_ioctl() | Kevin Wolf |
2016-10-27 | raw: Implement .bdrv_co_ioctl instead of .bdrv_aio_ioctl | Kevin Wolf |
2016-10-27 | block: Introduce .bdrv_co_ioctl() driver callback | Kevin Wolf |
2016-10-27 | block: Remove bdrv_ioctl() | Kevin Wolf |
2016-10-27 | raw-posix: Don't use bdrv_ioctl() | Kevin Wolf |
2016-10-27 | block: Use blk_co_ioctl() for all BB level ioctls | Kevin Wolf |
2016-10-27 | block: Remove bdrv_aio_pdiscard() | Kevin Wolf |
2016-10-27 | block: Use blk_co_pdiscard() for all BB level discard | Kevin Wolf |
2016-10-27 | block: Use blk_co_flush() for all BB level flushes | Kevin Wolf |
2016-10-27 | Merge remote-tracking branch 'remotes/rth/tags/pull-atomic-20161026' into sta... | Peter Maydell |
2016-10-27 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell |
2016-10-27 | Merge remote-tracking branch 'remotes/vivier/tags/m68k-part1-pull-request' in... | Peter Maydell |
2016-10-26 | target-alpha: Emulate LL/SC using cmpxchg helpers | Richard Henderson |
2016-10-26 | target-alpha: Introduce MMU_PHYS_IDX | Richard Henderson |
2016-10-26 | target-arm: remove EXCP_STREX + cpu_exclusive_{test, info} | Emilio G. Cota |
2016-10-26 | linux-user: remove handling of aarch64's EXCP_STREX | Emilio G. Cota |
2016-10-26 | linux-user: remove handling of ARM's EXCP_STREX | Emilio G. Cota |
2016-10-26 | target-arm: emulate aarch64's LL/SC using cmpxchg helpers | Emilio G. Cota |
2016-10-26 | target-arm: emulate SWP with atomic_xchg helper | Emilio G. Cota |
2016-10-26 | target-arm: emulate LL/SC using cmpxchg helpers | Emilio G. Cota |
2016-10-26 | target-arm: Rearrange aa32 load and store functions | Richard Henderson |
2016-10-26 | tests: add atomic_add-bench | Emilio G. Cota |
2016-10-26 | target-i386: remove helper_lock() | Emilio G. Cota |
2016-10-26 | target-i386: emulate XCHG using atomic helper | Emilio G. Cota |
2016-10-26 | target-i386: emulate LOCK'ed BTX ops using atomic helpers | Emilio G. Cota |
2016-10-26 | target-i386: emulate LOCK'ed XADD using atomic helper | Emilio G. Cota |
2016-10-26 | target-i386: emulate LOCK'ed NEG using cmpxchg helper | Emilio G. Cota |
2016-10-26 | target-i386: emulate LOCK'ed NOT using atomic helper | Emilio G. Cota |
2016-10-26 | target-i386: emulate LOCK'ed INC using atomic helper | Emilio G. Cota |
2016-10-26 | target-i386: emulate LOCK'ed OP instructions using atomic helpers | Emilio G. Cota |
2016-10-26 | target-i386: emulate LOCK'ed cmpxchg using cmpxchg helpers | Emilio G. Cota |
2016-10-26 | tcg: Emit barriers with parallel_cpus | Richard Henderson |
2016-10-26 | tcg: Add CONFIG_ATOMIC64 | Richard Henderson |
2016-10-26 | tcg: Add atomic128 helpers | Richard Henderson |
2016-10-26 | tcg: Add atomic helpers | Richard Henderson |
2016-10-26 | cputlb: Tidy some macros | Richard Henderson |
2016-10-26 | cputlb: Move most of iotlb code out of line | Richard Henderson |
2016-10-26 | cputlb: Remove includes from softmmu_template.h | Richard Henderson |