aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-20nbd: Convert to byte-based interfaceEric Blake
2016-07-20block: Kill .bdrv_co_discard()Eric Blake
2016-07-20sheepdog: Switch .bdrv_co_discard() to byte-basedEric Blake
2016-07-20raw_bsd: Switch .bdrv_co_discard() to byte-basedEric Blake
2016-07-20qcow2: Switch .bdrv_co_discard() to byte-basedEric Blake
2016-07-20nbd: Switch .bdrv_co_discard() to byte-basedEric Blake
2016-07-20iscsi: Switch .bdrv_co_discard() to byte-basedEric Blake
2016-07-20gluster: Switch .bdrv_co_discard() to byte-basedEric Blake
2016-07-20blkreplay: Switch .bdrv_co_discard() to byte-basedEric Blake
2016-07-20block: Add .bdrv_co_pdiscard() driver callbackEric Blake
2016-07-20block: Convert .bdrv_aio_discard() to byte-basedEric Blake
2016-07-20rbd: Switch rbd_start_aio() to byte-basedEric Blake
2016-07-20raw-posix: Switch paio_submit() to byte-basedEric Blake
2016-07-20block: Convert BB interface to byte-based discardsEric Blake
2016-07-20block: Convert bdrv_aio_discard() to byte-basedEric Blake
2016-07-20block: Switch BlockRequest to byte-basedEric Blake
2016-07-20block: Convert bdrv_discard() to byte-basedEric Blake
2016-07-20block: Convert bdrv_co_discard() to byte-basedEric Blake
2016-07-20iscsi: Rely on block layer to break up large requestsEric Blake
2016-07-20nbd: Drop unused offset parameterEric Blake
2016-07-20nbd: Rely on block layer to break up large requestsEric Blake
2016-07-20block: Fragment writes to max transfer lengthEric Blake
2016-07-20raw_bsd: Don't advertise flags not supported by protocol layerEric Blake
2016-07-20block: Fragment reads to max transfer lengthEric Blake
2016-07-20Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160719'...Peter Maydell
2016-07-20Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160719-2' i...Peter Maydell
2016-07-19arm_gicv3: Add assert()s to tell Coverity that offsets are alignedPeter Maydell
2016-07-19target-arm: Fix unreachable code in gicv3_class_name()Peter Maydell
2016-07-19disas: Fix ATTRIBUTE_UNUSED define clash with ALSA headersPeter Maydell
2016-07-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-07-19Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-20160718-1' in...Peter Maydell
2016-07-19linux-user: AArch64 has sync_file_range, not sync_file_range2Peter Maydell
2016-07-19linux-user: Fix type for SIOCATMARK ioctlPeter Maydell
2016-07-19linux-user: define missing sparc syscallsLaurent Vivier
2016-07-19linux-user: Fix terminal control ioctlsTimothy Pearson
2016-07-19Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20160719-1' into s...Peter Maydell
2016-07-19Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...Peter Maydell
2016-07-19linux-user: Add some new blk ioctlsPeter Maydell
2016-07-19linux-user: Handle short lengths in host_to_target_sockaddr()Peter Maydell
2016-07-19linux-user: Forget about synchronous signal once it is deliveredPeter Maydell
2016-07-19linux-user: Correct type for LOOP_GET_STATUS{,64} ioctlsPeter Maydell
2016-07-19linux-user: Correct type for BLKSSZGETPeter Maydell
2016-07-19linux-user: Add loop control ioctlsPeter Maydell
2016-07-19linux-user: Check sigsetsize argument to syscallsPeter Maydell
2016-07-19linux-user: add nested netlink typesLaurent Vivier
2016-07-19linux-user: convert sockaddr_ll from host to targetLaurent Vivier
2016-07-19linux-user: add fd_trans helper in do_recvfrom()Laurent Vivier
2016-07-19linux-user: fix netlink memory corruptionLaurent Vivier
2016-07-19linux-user: fd_trans_*_data() returns the lengthLaurent Vivier
2016-07-19Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell