build: simplify Makefile.target a bit, use just one rule for softmmu
[sdk/emulator/qemu.git] / block /
2014-05-02 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2014-05-02 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2014-05-01 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2014-04-30 Matthew Boothcurl: Fix hang reading from slow connections
2014-04-30 Matthew Boothcurl: Ensure all informationals are checked for completion
2014-04-30 Matthew Boothcurl: Eliminate unnecessary use of curl_multi_socket_all
2014-04-30 Matthew Boothcurl: Remove unnecessary explicit calls to internal...
2014-04-30 Matthew Boothcurl: Remove erroneous sleep waiting for curl completion
2014-04-30 Matthew Boothcurl: Fix return from curl_read_cb with invalid state
2014-04-30 Matthew Boothcurl: Remove unnecessary use of goto
2014-04-30 Matthew Boothcurl: Fix long line
2014-04-30 Max Reitzblock/vdi: Error out immediately in vdi_create()
2014-04-30 Max Reitzblock/bochs: Fix error handling for seek_to_sector()
2014-04-30 Max Reitzqcow2: Check min_size in qcow2_grow_l1_table()
2014-04-30 Max Reitzqcow2: Catch bdrv_getlength() error
2014-04-30 Max Reitzblock: Use correct width in format strings
2014-04-30 Max Reitzqcow2: Avoid overflow in alloc_clusters_noref()
2014-04-30 Max Reitzblock: Use error_abort in bdrv_image_info_specific_dump()
2014-04-30 Kevin Wolfblock: Unlink temporary files in raw-posix/win32
2014-04-29 Max Reitzqcow2: Fix discard
2014-04-29 Fam Zhengmirror: Check for bdrv_get_info result
2014-04-29 Fam Zhengmirror: Fix resource leak when bdrv_getlength fails
2014-04-28 Fam Zhengmirror: Use DIV_ROUND_UP
2014-04-28 Peter MaydellMerge remote-tracking branch 'remotes/otubo/seccomp...
2014-04-28 Peter MaydellMerge remote-tracking branch 'remotes/mjt/tags/trivial...
2014-04-28 Peter MaydellMerge remote-tracking branch 'remotes/qmp-unstable...
2014-04-28 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2014-04-28 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2014-04-28 Peter MaydellMerge remote-tracking branch 'remotes/cohuck/tags/s390x...
2014-04-25 Markus Armbrusteriscsi: Don't use error_is_set() to suppress additional...
2014-04-25 Markus Armbrusternbd: Use return values instead of error_is_set(errp)
2014-04-25 Markus ArmbrusterUse error_is_set() only when necessary (again)
2014-04-25 Cole Robinsonqerror.h: Remove QERR defines that are only used once
2014-04-25 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/tgt...
2014-04-25 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2014-04-23 Stefan Hajnocziblock/cloop: use PRIu32 format specifier for uint32_t
2014-04-22 Fam Zhengvmdk: Fix "%x" to PRIx32 in format strings for cid
2014-04-22 Kevin Wolfblock: Add errp to bdrv_new()
2014-04-22 Aakriti Guptaconvert fprintf() calls to error_setg() in block/qed...
2014-04-22 Maria Kustovacurl: Replaced old error handling with error reporting...
2014-04-22 Fam Zhengblock: Handle error of bdrv_getlength in bdrv_create_di...
2014-04-22 Fam Zhengvmdk: Fix %d and %lld to PRI* in format strings
2014-04-11 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2014-04-11 Fam Zhengiscsi: Remember to set ret for iscsi_open in error...
2014-04-11 Kevin Wolfbochs: Fix catalog size check
2014-04-11 Kevin Wolfbochs: Fix memory leak in bochs_open() error path
2014-04-04 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2014-04-04 Kevin Wolfqcow2: Put cache reference in error case
2014-04-04 Kevin Wolfqcow2: Flush metadata during read-only reopen
2014-04-04 Fam Zhengiscsi: Don't set error if already set in iscsi_do_inquiry
2014-04-03 Peter MaydellMerge remote-tracking branch 'remotes/riku/for-2.0...
2014-04-03 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/scsi...
2014-04-03 Paolo Bonziniiscsi: always query max WRITE SAME length
2014-04-03 Paolo Bonziniiscsi: ignore flushes on scsi-generic devices
2014-04-03 Paolo Bonziniiscsi: recognize "invalid field" ASCQ from WRITE SAME...
2014-04-01 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2014-04-01 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2014-04-01 Stefan Hajnocziqcow2: link all L2 meta updates in preallocate()
2014-04-01 Kevin Wolfparallels: Sanity check for s->tracks (CVE-2014-0142)
2014-04-01 Kevin Wolfparallels: Fix catalog size integer overflow (CVE-2014...
2014-04-01 Kevin Wolfqcow2: Limit snapshot table size
2014-04-01 Kevin Wolfqcow2: Check maximum L1 size in qcow2_snapshot_load_tmp...
2014-04-01 Kevin Wolfqcow2: Fix L1 allocation size in qcow2_snapshot_load_tm...
2014-04-01 Kevin Wolfqcow2: Fix NULL dereference in qcow2_open() error path...
2014-04-01 Kevin Wolfqcow2: Fix copy_sectors() with VM state
2014-04-01 Stefan Hajnoczidmg: prevent chunk buffer overflow (CVE-2014-0145)
2014-04-01 Stefan Hajnoczidmg: use uint64_t consistently for sectors and lengths
2014-04-01 Stefan Hajnoczidmg: sanitize chunk length and sectorcount (CVE-2014...
2014-04-01 Stefan Hajnoczidmg: use appropriate types when reading chunks
2014-04-01 Stefan Hajnoczidmg: drop broken bdrv_pread() loop
2014-04-01 Stefan Hajnoczidmg: prevent out-of-bounds array access on terminator
2014-04-01 Stefan Hajnoczidmg: coding style and indentation cleanup
2014-04-01 Kevin Wolfqcow2: Fix new L1 table size check (CVE-2014-0143)
2014-04-01 Kevin Wolfqcow2: Protect against some integer overflows in bdrv_check
2014-04-01 Kevin Wolfqcow2: Fix types in qcow2_alloc_clusters and alloc_clus...
2014-04-01 Kevin Wolfqcow2: Check new refcount table size on growth
2014-04-01 Kevin Wolfqcow2: Avoid integer overflow in get_refcount (CVE...
2014-04-01 Kevin Wolfqcow2: Don't rely on free_cluster_index in alloc_refcou...
2014-04-01 Kevin Wolfqcow2: Fix backing file name length check
2014-04-01 Kevin Wolfqcow2: Validate active L1 table offset and size (CVE...
2014-04-01 Kevin Wolfqcow2: Validate snapshot table offset/size (CVE-2014...
2014-04-01 Kevin Wolfqcow2: Validate refcount table offset
2014-04-01 Kevin Wolfqcow2: Check refcount table size (CVE-2014-0144)
2014-04-01 Kevin Wolfqcow2: Check backing_file_offset (CVE-2014-0144)
2014-04-01 Kevin Wolfqcow2: Check header_length (CVE-2014-0144)
2014-04-01 Fam Zhengcurl: check data size before memcpy to local buffer...
2014-04-01 Jeff Codyvhdx: Bounds checking for block_size and logical_sector...
2014-04-01 Jeff Codyvdi: add bounds checks for blocks_in_image and disk_siz...
2014-04-01 Kevin Wolfvpc: Validate block size (CVE-2014-0142)
2014-04-01 Jeff Codyvpc/vhd: add bounds check for max_table_entries and...
2014-04-01 Kevin Wolfbochs: Fix bitmap offset calculation
2014-04-01 Kevin Wolfbochs: Check extent_size header field (CVE-2014-0142)
2014-04-01 Kevin Wolfbochs: Check catalog_size header field (CVE-2014-0143)
2014-04-01 Kevin Wolfbochs: Use unsigned variables for offsets and sizes...
2014-04-01 Kevin Wolfbochs: Unify header structs and make them QEMU_PACKED
2014-04-01 Stefan Hajnocziblock/cloop: fix offsets[] size off-by-one
2014-04-01 Stefan Hajnocziblock/cloop: refuse images with bogus offsets (CVE...
2014-04-01 Stefan Hajnocziblock/cloop: refuse images with huge offsets arrays...
2014-04-01 Stefan Hajnocziblock/cloop: prevent offsets_size integer overflow...
2014-04-01 Stefan Hajnocziblock/cloop: validate block_size header field (CVE...
next