Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-10-31 | block/ssh: Add InetSocketAddress and accept it | Ashijeet Acharya | 1 | -16/+82 |
2016-10-31 | block/ssh: Add ssh_has_filename_options_conflict() | Ashijeet Acharya | 1 | -6/+21 |
2016-08-15 | block/ssh: Use QemuOpts for runtime options | Max Reitz | 1 | -24/+55 |
2016-07-13 | coroutine: move entry argument to qemu_coroutine_create | Paolo Bonzini | 1 | -1/+1 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-01-20 | block: Clean up includes | Peter Maydell | 1 | -3/+1 |
2015-10-23 | aio: Add "is_external" flag for event handlers | Fam Zheng | 1 | -2/+3 |
2015-10-08 | block/ssh: remove dead code | Paolo Bonzini | 1 | -4/+1 |
2015-07-28 | block/ssh: Avoid segfault if inet_connect doesn't set errno. | Richard W.M. Jones | 1 | -1/+1 |
2015-06-22 | qerror: Move #include out of qerror.h | Markus Armbruster | 1 | -0/+2 |
2014-10-03 | ssh: Don't crash if either host or path is not specified. | Richard W.M. Jones | 1 | -0/+10 |
2014-09-12 | block: round up file size to nearest sector | Hu Tao | 1 | -1/+2 |
2014-06-16 | cleanup QEMUOptionParameter | Chunyan Liu | 1 | -1/+1 |
2014-06-16 | ssh.c: replace QEMUOptionParameter with QemuOpts | Chunyan Liu | 1 | -17/+15 |
2014-06-04 | ssh: use BlockDriverState's AioContext | Stefan Hajnoczi | 1 | -17/+19 |
2014-05-28 | block/ssh: Propagate errors to open and create methods | Markus Armbruster | 1 | -25/+22 |
2014-05-28 | block/ssh: Propagate errors through connect_to_ssh() | Markus Armbruster | 1 | -17/+17 |
2014-05-28 | block/ssh: Propagate errors through authenticate() | Markus Armbruster | 1 | -9/+14 |
2014-05-28 | block/ssh: Propagate errors through check_host_key() | Markus Armbruster | 1 | -19/+49 |
2014-05-28 | block/ssh: Drop superfluous libssh2_session_last_errno() calls | Markus Armbruster | 1 | -5/+4 |
2013-09-12 | bdrv: Use "Error" for creating images | Max Reitz | 1 | -1/+2 |
2013-09-12 | bdrv: Use "Error" for opening images | Max Reitz | 1 | -1/+2 |
2013-08-19 | aio: drop io_flush argument | Stefan Hajnoczi | 1 | -2/+2 |
2013-08-19 | block/ssh: drop return_true() | Stefan Hajnoczi | 1 | -9/+1 |
2013-06-28 | block/ssh: Set bdrv_has_zero_init according to the file type. | Richard W.M. Jones | 1 | -0/+16 |
2013-04-22 | block: Remove filename parameter from .bdrv_file_open() | Kevin Wolf | 1 | -2/+1 |
2013-04-19 | ssh: Remove unnecessary use of strlen function. | Richard W.M. Jones | 1 | -4/+2 |
2013-04-19 | block/ssh: Add missing gcc format attributes | Stefan Weil | 1 | -2/+2 |
2013-04-15 | block: ssh: Use libssh2_sftp_fsync (if supported by libssh2) to flush to disk. | Richard W.M. Jones | 1 | -5/+73 |
2013-04-15 | block: Add support for Secure Shell (ssh) block device. | Richard W.M. Jones | 1 | -0/+995 |