aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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/kraxel/tags/pull-audio-20161027-1' into...Peter Maydell
2016-10-27seabios: update to 1.10.0 release.Gerd Hoffmann
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-27main: set names for main loop sources createdDaniel P. Berrange
2016-10-27vnc: set name for all I/O channels createdDaniel P. Berrange
2016-10-27migration: set name for all I/O channels createdDaniel P. Berrange
2016-10-27char: set name for all I/O channels createdDaniel P. Berrange
2016-10-27nbd: set name for all I/O channels createdDaniel P. Berrange
2016-10-27io: add ability to set a name for IO channelsDaniel P. Berrange
2016-10-27io: Add a QIOChannelSocket cleanup testFelipe Franciosi
2016-10-27io: set LISTEN flag explicitly for listen socketsDaniel P. Berrange
2016-10-26io: Introduce a qio_channel_set_feature() helperFelipe Franciosi
2016-10-26io: Use qio_channel_has_feature() where applicableFelipe Franciosi
2016-10-26io: Fix double shift usages on QIOChannel featuresFelipe Franciosi
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
2016-10-26cputlb: Remove includes from softmmu_template.hRichard Henderson
2016-10-26cputlb: Move probe_write out of softmmu_template.hRichard Henderson