index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
ssh.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-02
block/ssh: Bump minimum libssh version to 0.8.7
Thomas Huth
1
-59
/
+0
2020-07-10
qapi: Smooth another visitor error checking pattern
Markus Armbruster
1
-5
/
+2
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
1
-2
/
+1
2020-07-10
qemu-option: Use returned bool to check for failure
Markus Armbruster
1
-2
/
+1
2020-05-08
block: Drop unused .bdrv_has_zero_init_truncate
Eric Blake
1
-1
/
+0
2020-05-08
ssh: Support BDRV_REQ_ZERO_WRITE for truncate
Eric Blake
1
-0
/
+4
2020-04-30
block: Add flags to BlockDriver.bdrv_co_truncate()
Kevin Wolf
1
-1
/
+1
2020-03-26
block: pass BlockDriver reference to the .bdrv_co_create
Maxim Levitsky
1
-1
/
+3
2019-10-28
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
1
-1
/
+2
2019-08-19
block: Implement .bdrv_has_zero_init_truncate()
Max Reitz
1
-0
/
+1
2019-06-24
ssh: switch from libssh2 to libssh
Pino Toscano
1
-292
/
+360
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-06-11
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster
1
-0
/
+1
2019-05-07
block/ssh: Implement .bdrv_dirname()
Max Reitz
1
-0
/
+21
2019-05-07
block/ssh: Implement .bdrv_refresh_filename()
Max Reitz
1
-5
/
+47
2019-04-17
block/ssh: Do not report read/write/flush errors to the user
Markus Armbruster
1
-25
/
+13
2019-02-25
block: Add strong_runtime_opts to BlockDriver
Max Reitz
1
-0
/
+12
2019-01-31
block/ssh: Convert from DPRINTF() macro to trace events
Laurent Vivier
1
-29
/
+17
2018-06-29
block: Convert .bdrv_truncate callback to coroutine_fn
Kevin Wolf
1
-3
/
+3
2018-06-15
block: Factor out qobject_input_visitor_new_flat_confused()
Markus Armbruster
1
-5
/
+2
2018-06-15
block: Fix -drive for certain non-string scalars
Markus Armbruster
1
-10
/
+2
2018-06-15
block: Add block-specific QDict header
Max Reitz
1
-0
/
+1
2018-05-15
block: Merge .bdrv_co_writev{,_flags} in drivers
Eric Blake
1
-1
/
+3
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
1
-2
/
+2
2018-03-09
ssh: Support .bdrv_co_create
Kevin Wolf
1
-35
/
+48
2018-03-09
ssh: Pass BlockdevOptionsSsh to connect_to_ssh()
Kevin Wolf
1
-13
/
+21
2018-03-09
ssh: QAPIfy host-key-check option
Kevin Wolf
1
-32
/
+56
2018-03-09
ssh: Use QAPI BlockdevOptionsSsh object
Kevin Wolf
1
-75
/
+62
2018-03-06
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-10
/
+56
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
1
-1
/
+1
2018-03-02
block/ssh: Add basic .bdrv_truncate()
Max Reitz
1
-0
/
+24
2018-03-02
block/ssh: Make ssh_grow_file() blocking
Max Reitz
1
-0
/
+7
2018-03-02
block/ssh: Pull ssh_grow_file() from ssh_create()
Max Reitz
1
-8
/
+22
2018-03-02
block: rename .bdrv_create() to .bdrv_co_create_opts()
Stefan Hajnoczi
1
-2
/
+3
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-0
/
+1
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-01-31
block/ssh: fix possible segmentation fault when .desc is not null-terminated
Murilo Opsfelder Araujo
1
-0
/
+1
2017-09-05
util: remove the obsolete non-blocking connect
Cao jin
1
-1
/
+1
2017-07-17
ssh: support I/O from any AioContext
Paolo Bonzini
1
-7
/
+17
2017-07-13
Convert error_report() to warn_report()
Alistair Francis
1
-2
/
+2
2017-06-26
block: Do not strcmp() with NULL uri->scheme
Max Reitz
1
-1
/
+1
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
1
-1
/
+0
2017-05-09
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
1
-9
/
+7
2017-04-24
socket: Make errp the last parameter of inet_connect_saddr
Fam Zheng
1
-1
/
+1
2017-04-03
block: Document -drive problematic code and bugs
Markus Armbruster
1
-0
/
+8
2017-03-05
qapi: Drop unused non-strict qobject input visitor
Markus Armbruster
1
-1
/
+1
2017-02-21
block: explicitly acquire aiocontext in callbacks that need it
Paolo Bonzini
1
-20
/
+9
2017-01-03
aio: add AioPollFn and io_poll() interface
Stefan Hajnoczi
1
-2
/
+2
2016-11-11
block/ssh: Code cleanup for unused parameter
Ashijeet Acharya
1
-3
/
+2
2016-10-31
block/ssh: Use InetSocketAddress options
Ashijeet Acharya
1
-4
/
+5
[next]