| Commit message (Expand) | Author | Age | Files | Lines |
* | block: Factor out qobject_input_visitor_new_flat_confused() | Markus Armbruster | 2018-06-15 | 1 | -5/+2 |
* | block: Fix -drive for certain non-string scalars | Markus Armbruster | 2018-06-15 | 1 | -10/+2 |
* | block: Add block-specific QDict header | Max Reitz | 2018-06-15 | 1 | -0/+1 |
* | block: Merge .bdrv_co_writev{,_flags} in drivers | Eric Blake | 2018-05-15 | 1 | -1/+3 |
* | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau | 2018-05-04 | 1 | -2/+2 |
* | ssh: Support .bdrv_co_create | Kevin Wolf | 2018-03-09 | 1 | -35/+48 |
* | ssh: Pass BlockdevOptionsSsh to connect_to_ssh() | Kevin Wolf | 2018-03-09 | 1 | -13/+21 |
* | ssh: QAPIfy host-key-check option | Kevin Wolf | 2018-03-09 | 1 | -32/+56 |
* | ssh: Use QAPI BlockdevOptionsSsh object | Kevin Wolf | 2018-03-09 | 1 | -75/+62 |
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 2018-03-06 | 1 | -10/+56 |
|\ |
|
| * | block/ssh: Add basic .bdrv_truncate() | Max Reitz | 2018-03-02 | 1 | -0/+24 |
| * | block/ssh: Make ssh_grow_file() blocking | Max Reitz | 2018-03-02 | 1 | -0/+7 |
| * | block/ssh: Pull ssh_grow_file() from ssh_create() | Max Reitz | 2018-03-02 | 1 | -8/+22 |
| * | block: rename .bdrv_create() to .bdrv_co_create_opts() | Stefan Hajnoczi | 2018-03-02 | 1 | -2/+3 |
* | | Include less of the generated modular QAPI headers | Markus Armbruster | 2018-03-02 | 1 | -1/+1 |
|/ |
|
* | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 2018-02-09 | 1 | -0/+1 |
* | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster | 2018-02-09 | 1 | -0/+1 |
* | block/ssh: fix possible segmentation fault when .desc is not null-terminated | Murilo Opsfelder Araujo | 2018-02-01 | 1 | -0/+1 |
* | util: remove the obsolete non-blocking connect | Cao jin | 2017-09-05 | 1 | -1/+1 |
* | ssh: support I/O from any AioContext | Paolo Bonzini | 2017-07-17 | 1 | -7/+17 |
* | Convert error_report() to warn_report() | Alistair Francis | 2017-07-13 | 1 | -2/+2 |
* | block: Do not strcmp() with NULL uri->scheme | Max Reitz | 2017-06-26 | 1 | -1/+1 |
* | qapi: merge QInt and QFloat in QNum | Marc-André Lureau | 2017-06-20 | 1 | -1/+0 |
* | qobject: Use simpler QDict/QList scalar insertion macros | Eric Blake | 2017-05-09 | 1 | -9/+7 |
* | socket: Make errp the last parameter of inet_connect_saddr | Fam Zheng | 2017-04-24 | 1 | -1/+1 |
* | block: Document -drive problematic code and bugs | Markus Armbruster | 2017-04-03 | 1 | -0/+8 |
* | qapi: Drop unused non-strict qobject input visitor | Markus Armbruster | 2017-03-05 | 1 | -1/+1 |
* | block: explicitly acquire aiocontext in callbacks that need it | Paolo Bonzini | 2017-02-21 | 1 | -20/+9 |
* | aio: add AioPollFn and io_poll() interface | Stefan Hajnoczi | 2017-01-03 | 1 | -2/+2 |
* | block/ssh: Code cleanup for unused parameter | Ashijeet Acharya | 2016-11-11 | 1 | -3/+2 |
* | block/ssh: Use InetSocketAddress options | Ashijeet Acharya | 2016-10-31 | 1 | -4/+5 |
* | block/ssh: Add InetSocketAddress and accept it | Ashijeet Acharya | 2016-10-31 | 1 | -16/+82 |
* | block/ssh: Add ssh_has_filename_options_conflict() | Ashijeet Acharya | 2016-10-31 | 1 | -6/+21 |
* | block/ssh: Use QemuOpts for runtime options | Max Reitz | 2016-08-15 | 1 | -24/+55 |
* | coroutine: move entry argument to qemu_coroutine_create | Paolo Bonzini | 2016-07-13 | 1 | -1/+1 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | block: Clean up includes | Peter Maydell | 2016-01-20 | 1 | -3/+1 |
* | aio: Add "is_external" flag for event handlers | Fam Zheng | 2015-10-23 | 1 | -2/+3 |
* | block/ssh: remove dead code | Paolo Bonzini | 2015-10-08 | 1 | -4/+1 |
* | block/ssh: Avoid segfault if inet_connect doesn't set errno. | Richard W.M. Jones | 2015-07-28 | 1 | -1/+1 |
* | qerror: Move #include out of qerror.h | Markus Armbruster | 2015-06-22 | 1 | -0/+2 |
* | ssh: Don't crash if either host or path is not specified. | Richard W.M. Jones | 2014-10-03 | 1 | -0/+10 |
* | block: round up file size to nearest sector | Hu Tao | 2014-09-12 | 1 | -1/+2 |
* | cleanup QEMUOptionParameter | Chunyan Liu | 2014-06-16 | 1 | -1/+1 |
* | ssh.c: replace QEMUOptionParameter with QemuOpts | Chunyan Liu | 2014-06-16 | 1 | -17/+15 |
* | ssh: use BlockDriverState's AioContext | Stefan Hajnoczi | 2014-06-04 | 1 | -17/+19 |
* | block/ssh: Propagate errors to open and create methods | Markus Armbruster | 2014-05-28 | 1 | -25/+22 |
* | block/ssh: Propagate errors through connect_to_ssh() | Markus Armbruster | 2014-05-28 | 1 | -17/+17 |
* | block/ssh: Propagate errors through authenticate() | Markus Armbruster | 2014-05-28 | 1 | -9/+14 |
* | block/ssh: Propagate errors through check_host_key() | Markus Armbruster | 2014-05-28 | 1 | -19/+49 |