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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-30
curl: Fix hang reading from slow connections
Matthew Booth
1
-1
/
+2
2014-04-30
curl: Ensure all informationals are checked for completion
Matthew Booth
1
-30
/
+23
2014-04-30
curl: Eliminate unnecessary use of curl_multi_socket_all
Matthew Booth
1
-10
/
+22
2014-04-30
curl: Remove unnecessary explicit calls to internal event handler
Matthew Booth
1
-2
/
+3
2014-04-30
curl: Remove erroneous sleep waiting for curl completion
Matthew Booth
1
-2
/
+1
2014-04-30
curl: Fix return from curl_read_cb with invalid state
Matthew Booth
1
-2
/
+1
2014-04-30
curl: Remove unnecessary use of goto
Matthew Booth
1
-28
/
+27
2014-04-30
curl: Fix long line
Matthew Booth
1
-1
/
+2
2014-04-30
block/vdi: Error out immediately in vdi_create()
Max Reitz
1
-1
/
+6
2014-04-30
block/bochs: Fix error handling for seek_to_sector()
Max Reitz
1
-9
/
+14
2014-04-30
qcow2: Check min_size in qcow2_grow_l1_table()
Max Reitz
1
-0
/
+7
2014-04-30
qcow2: Catch bdrv_getlength() error
Max Reitz
1
-0
/
+5
2014-04-30
block: Use correct width in format strings
Max Reitz
6
-24
/
+28
2014-04-30
qcow2: Avoid overflow in alloc_clusters_noref()
Max Reitz
1
-0
/
+7
2014-04-30
block: Use error_abort in bdrv_image_info_specific_dump()
Max Reitz
1
-2
/
+1
2014-04-30
block: Unlink temporary files in raw-posix/win32
Kevin Wolf
2
-1
/
+7
2014-04-29
qcow2: Fix discard
Max Reitz
1
-8
/
+18
2014-04-29
mirror: Check for bdrv_get_info result
Fam Zheng
1
-1
/
+4
2014-04-29
mirror: Fix resource leak when bdrv_getlength fails
Fam Zheng
1
-2
/
+2
2014-04-28
mirror: Use DIV_ROUND_UP
Fam Zheng
1
-1
/
+1
2014-04-28
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
1
-1
/
+1
2014-04-25
iscsi: Don't use error_is_set() to suppress additional errors
Markus Armbruster
1
-5
/
+4
2014-04-25
nbd: Use return values instead of error_is_set(errp)
Markus Armbruster
1
-1
/
+1
2014-04-25
Use error_is_set() only when necessary (again)
Markus Armbruster
3
-4
/
+4
2014-04-25
qerror.h: Remove QERR defines that are only used once
Cole Robinson
1
-1
/
+1
2014-04-23
block/cloop: use PRIu32 format specifier for uint32_t
Stefan Hajnoczi
1
-6
/
+6
2014-04-22
vmdk: Fix "%x" to PRIx32 in format strings for cid
Fam Zheng
1
-5
/
+5
2014-04-22
block: Add errp to bdrv_new()
Kevin Wolf
2
-2
/
+2
2014-04-22
convert fprintf() calls to error_setg() in block/qed.c:bdrv_qed_create()
Aakriti Gupta
1
-7
/
+9
2014-04-22
curl: Replaced old error handling with error reporting API.
Maria Kustova
1
-1
/
+1
2014-04-22
block: Handle error of bdrv_getlength in bdrv_create_dirty_bitmap
Fam Zheng
1
-1
/
+4
2014-04-22
vmdk: Fix %d and %lld to PRI* in format strings
Fam Zheng
1
-6
/
+7
2014-04-11
iscsi: Remember to set ret for iscsi_open in error case
Fam Zheng
1
-0
/
+1
2014-04-11
bochs: Fix catalog size check
Kevin Wolf
1
-3
/
+11
2014-04-11
bochs: Fix memory leak in bochs_open() error path
Kevin Wolf
1
-2
/
+4
2014-04-04
qcow2: Put cache reference in error case
Kevin Wolf
1
-0
/
+1
2014-04-04
qcow2: Flush metadata during read-only reopen
Kevin Wolf
1
-4
/
+21
2014-04-04
iscsi: Don't set error if already set in iscsi_do_inquiry
Fam Zheng
1
-2
/
+4
2014-04-03
Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging
Peter Maydell
1
-6
/
+13
2014-04-03
iscsi: always query max WRITE SAME length
Paolo Bonzini
1
-5
/
+7
2014-04-03
iscsi: ignore flushes on scsi-generic devices
Paolo Bonzini
1
-0
/
+4
2014-04-03
iscsi: recognize "invalid field" ASCQ from WRITE SAME command
Paolo Bonzini
1
-1
/
+2
2014-04-01
qcow2: link all L2 meta updates in preallocate()
Stefan Hajnoczi
1
-1
/
+6
2014-04-01
parallels: Sanity check for s->tracks (CVE-2014-0142)
Kevin Wolf
1
-1
/
+6
2014-04-01
parallels: Fix catalog size integer overflow (CVE-2014-0143)
Kevin Wolf
1
-1
/
+6
2014-04-01
qcow2: Limit snapshot table size
Kevin Wolf
2
-1
/
+18
2014-04-01
qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)
Kevin Wolf
3
-3
/
+9
2014-04-01
qcow2: Fix L1 allocation size in qcow2_snapshot_load_tmp() (CVE-2014-0145)
Kevin Wolf
1
-1
/
+1
2014-04-01
qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146)
Kevin Wolf
1
-3
/
+4
2014-04-01
qcow2: Fix copy_sectors() with VM state
Kevin Wolf
1
-9
/
+0
[next]