]> git.ipfire.org Git - thirdparty/qemu.git/shortlog
thirdparty/qemu.git
2019-02-28  Peter Maydellhw/misc/armsse-mhu.c: Model the SSE-200 Message Handlin...
2019-02-26  Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2019-02-26  Peter MaydellMerge remote-tracking branch 'remotes/berrange/tags...
2019-02-26  Daniel P. Berrangeauthz: delete existing ACL implementation
2019-02-26  Daniel P. Berrangeauthz: add QAuthZPAM object type for authorizing using PAM
2019-02-26  Daniel P. Berrangéauthz: add QAuthZListFile object type for a file access...
2019-02-26  Daniel P. Berrangeauthz: add QAuthZList object type for an access control...
2019-02-26  Daniel P. Berrangéauthz: add QAuthZSimple object type for easy whitelist...
2019-02-26  Daniel P. Berrangeauthz: add QAuthZ object as an authorization base class
2019-02-26  Daniel P. Berrangéhw/usb: switch MTP to use new inotify APIs
2019-02-26  Daniel P. Berrangéhw/usb: fix const-ness for string params in MTP driver
2019-02-26  Daniel P. Berrangéhw/usb: don't set IN_ISDIR for inotify watch in MTP...
2019-02-26  Daniel P. Berrangéqom: don't require user creatable objects to be registered
2019-02-26  Daniel P. Berrangéutil: add helper APIs for dealing with inotify in porta...
2019-02-25  Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2019-02-25  Kevin WolfMerge remote-tracking branch 'mreitz/tags/pull-block...
2019-02-25  Max Reitziotests: Skip 211 on insufficient memory
2019-02-25  yuchenlinvmdk: false positive of compat6 with hwversion not set
2019-02-25  Stefan Hajnocziiotests: add LUKS payload overhead to 178 qemu-img...
2019-02-25  Stefan Hajnocziqcow2: include LUKS payload overhead in qemu-img measure
2019-02-25  Max Reitziotests.py: s/_/-/g on keys in qmp_log()
2019-02-25  Max Reitziotests: Let 045 be run concurrently
2019-02-25  Max Reitziotests: Filter SSH paths
2019-02-25  Max Reitziotests.py: Filter filename in any string value
2019-02-25  Max Reitziotests.py: Add is_str()
2019-02-25  Max Reitziotests: Fix 207 to use QMP filters for qmp_log
2019-02-25  Max Reitziotests: Fix 232 for LUKS
2019-02-25  Max Reitziotests: Remove superfluous rm from 232
2019-02-25  Max Reitziotests: Fix 237 for Python 2.x
2019-02-25  Max Reitziotests: Re-add filename filters
2019-02-25  Max Reitziotests: Test json:{} filenames of internal BDSs
2019-02-25  Max Reitzblock: BDS options may lack the "driver" option
2019-02-25  Max Reitzblock/null: Generate filename even with latency-ns
2019-02-25  Max Reitzblock/curl: Implement bdrv_refresh_filename()
2019-02-25  Max Reitzblock/curl: Harmonize option defaults
2019-02-25  Max Reitzblock/nvme: Fix bdrv_refresh_filename()
2019-02-25  Max Reitzblock: Do not copy exact_filename from format file
2019-02-25  Max Reitzblock: Purify .bdrv_refresh_filename()
2019-02-25  Max Reitzblock: Generically refresh runtime options
2019-02-25  Max Reitzblock: Add BlockDriver.bdrv_gather_child_options
2019-02-25  Max Reitzblock: Add strong_runtime_opts to BlockDriver
2019-02-25  Max Reitziotests: Add quorum case to test 110
2019-02-25  Max Reitzblock: Use bdrv_dirname() for relative filenames
2019-02-25  Max Reitzblock/nfs: Implement bdrv_dirname()
2019-02-25  Max Reitzblock/nbd: Make bdrv_dirname() return NULL
2019-02-25  Max Reitzquorum: Make bdrv_dirname() return NULL
2019-02-25  Max Reitzblkverify: Make bdrv_dirname() return NULL
2019-02-25  Max Reitzblock: Add bdrv_dirname()
2019-02-25  Max Reitzblock: Fix bdrv_find_backing_image()
2019-02-25  Max Reitzblock: Add bdrv_make_absolute_filename()
2019-02-25  Max Reitzblock: bdrv_get_full_backing_filename's ret. val.
2019-02-25  Max Reitzblock: bdrv_get_full_backing_filename_from_...'s ret...
2019-02-25  Max Reitzblock: Make path_combine() return the path
2019-02-25  Max Reitziotests: Add test for backing file overrides
2019-02-25  Max Reitziotests.py: Add node_info()
2019-02-25  Max Reitziotests.py: Add filter_imgfmt()
2019-02-25  Max Reitzblock: Respect backing bs in bdrv_refresh_filename
2019-02-25  Max Reitzblock: Add BDS.auto_backing_file
2019-02-25  Max Reitzblock: Skip implicit nodes for filename info
2019-02-25  Max Reitzblock: Use children list in bdrv_refresh_filename
2019-02-25  Max Reitzblock: Use bdrv_refresh_filename() to pull
2019-02-25  Thomas Huthblock/nvme: Remove QEMU_PACKED from naturally aligned...
2019-02-25  Alberto Garciaqcow2: Assert that L2 table offsets fit in the L1 table
2019-02-25  Peter MaydellMerge remote-tracking branch 'remotes/stsquad/tags...
2019-02-25  Vladimir Sementsov... tests: add test-bdrv-graph-mod
2019-02-25  Vladimir Sementsov... block: fix bdrv_check_perm for non-tree subgraph
2019-02-25  Vladimir Sementsov... block: improve should_update_child
2019-02-25  Kevin Wolfaio-posix: Assert that aio_poll() is always called...
2019-02-25  Kevin Wolfblock: Use normal drain for bdrv_set_aio_context()
2019-02-25  Kevin Wolftest-bdrv-drain: AioContext switch in drained section
2019-02-25  Kevin Wolfblock: Fix AioContext switch for drained node
2019-02-25  Kevin Wolfblock: Don't poll in bdrv_set_aio_context()
2019-02-25  Kevin Wolfnbd: Increase bs->in_flight during AioContext switch
2019-02-25  Kevin Wolfnbd: Use low-level QIOChannel API in nbd_read_eof()
2019-02-25  Kevin Wolfnbd: Move nbd_read_eof() to nbd/client.c
2019-02-25  Kevin Wolfio: Remove redundant read/write_coroutine assignments
2019-02-25  Kevin Wolfio: Make qio_channel_yield() interruptible
2019-02-25  Kevin Wolfnbd: Restrict connection_co reentrance
2019-02-25  Kevin Wolfvirtio-blk: Increase in_flight for request restart BH
2019-02-25  Kevin Wolfblock-backend: Make blk_inc/dec_in_flight public
2019-02-25  Daniel P. Berrangéqemu-img: fix error reporting for -object
2019-02-25  Alberto Garciacommit: Replace commit_top_bs on failure after deleting...
2019-02-25  Denis Plotnikovblock: don't set the same context
2019-02-25  Daniel Henrique... qcow2-snapshot: remove redundant find_snapshot_by_id_an...
2019-02-25  Daniel Henrique... block/snapshot: remove bdrv_snapshot_delete_by_id_or_name
2019-02-25  Daniel Henrique... block/snapshot.c: eliminate use of ID input in snapshot...
2019-02-25  Jeff CodyMAINTAINERS: Remove myself as block maintainer
2019-02-25  Jeff CodyMAINTAINERS: Replace myself with John Snow for block...
2019-02-25  Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/vga...
2019-02-25  Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/ui...
2019-02-22  Peter MaydellMerge remote-tracking branch 'remotes/awilliam/tags...
2019-02-22  Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2019-02-22  Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2019-02-22  Peter MaydellMerge remote-tracking branch 'remotes/amarkovic/tags...
2019-02-22  Stefano Garzarellatests/virtio-blk: add test for DISCARD command
2019-02-22  Stefano Garzarellatests/virtio-blk: add test for WRITE_ZEROES command
2019-02-22  Stefano Garzarellatests/virtio-blk: add virtio_blk_fix_dwz_hdr() function
2019-02-22  Stefano Garzarellatests/virtio-blk: change assert on data_size in virtio_...
2019-02-22  Stefano Garzarellavirtio-blk: add DISCARD and WRITE_ZEROES features
2019-02-22  Stefano Garzarellavirtio-blk: set config size depending on the features...
next