index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
ssh.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
block/ssh: Drop superfluous libssh2_session_last_errno() calls
Markus Armbruster
2014-05-28
1
-5
/
+4
*
bdrv: Use "Error" for creating images
Max Reitz
2013-09-12
1
-1
/
+2
*
bdrv: Use "Error" for opening images
Max Reitz
2013-09-12
1
-1
/
+2
*
aio: drop io_flush argument
Stefan Hajnoczi
2013-08-19
1
-2
/
+2
*
block/ssh: drop return_true()
Stefan Hajnoczi
2013-08-19
1
-9
/
+1
*
block/ssh: Set bdrv_has_zero_init according to the file type.
Richard W.M. Jones
2013-06-28
1
-0
/
+16
*
block: Remove filename parameter from .bdrv_file_open()
Kevin Wolf
2013-04-22
1
-2
/
+1
*
ssh: Remove unnecessary use of strlen function.
Richard W.M. Jones
2013-04-19
1
-4
/
+2
*
block/ssh: Add missing gcc format attributes
Stefan Weil
2013-04-19
1
-2
/
+2
*
block: ssh: Use libssh2_sftp_fsync (if supported by libssh2) to flush to disk.
Richard W.M. Jones
2013-04-15
1
-5
/
+73
*
block: Add support for Secure Shell (ssh) block device.
Richard W.M. Jones
2013-04-15
1
-0
/
+995