OSDN Git Service

qmiga/qemu.git
2016-02-06 Vincenzo Maffionevirtio: cache used_idx in a VirtQueue field
2016-02-06 Paolo Bonzinivirtio: combine the read of a descriptor
2016-02-06 Paolo Bonzinivring: slim down allocation of VirtQueueElements
2016-02-06 Paolo Bonzinivirtio: slim down allocation of VirtQueueElements
2016-02-06 Paolo Bonzinivirtio: introduce virtqueue_alloc_element
2016-02-06 Paolo Bonzinivirtio: introduce qemu_get/put_virtqueue_element
2016-02-06 Paolo Bonzinivirtio: move allocation to virtqueue_pop/vring_pop
2016-02-04 Paolo Bonzinivirtio: move VirtQueueElement at the beginning of the...
2016-02-04 Igor Mammedovtests: pc: acpi: add expected DSDT.bridge blobs and...
2016-02-04 Igor Mammedovtests: pc: acpi: drop not needed 'expected SSDT' blobs
2016-02-04 Igor Mammedovpc: acpi: merge SSDT into DSDT
2016-02-04 Dr. David Alan... Fix virtio migration
2016-02-03 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2016-02-03 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2016-02-03 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2016-02-03 Paolo Bonzinilog: add "-d trace:PATTERN"
2016-02-03 Paolo Bonzinitrace: switch default backend to "log"
2016-02-03 Paolo Bonzinitrace: convert stderr backend to log
2016-02-03 Gerd Hoffmannvirtio-gpu: block any rendering until client (ui) is...
2016-02-03 Gerd Hoffmannvirtio-gpu: add support to enable/disable command proce...
2016-02-03 Gerd Hoffmannvirtio-gpu: maintain command queue
2016-02-03 Gerd Hoffmannvirtio-gpu: fix memory leak in error path
2016-02-03 Gerd Hoffmannconsole: block rendering until client is done
2016-02-03 Gerd Hoffmannzap qemu_egl_has_ext in include/ui/egl-helpers.h
2016-02-03 Denis V. Lunevlog: move qemu-log.c into util/ directory
2016-02-03 Paolo Bonzinilog: do not unnecessarily include qom/cpu.h
2016-02-03 Paolo Bonzinitrace: add "-trace help"
2016-02-03 Paolo Bonzinitrace: add "-trace enable=..."
2016-02-03 Denis V. Lunevtrace: no need to call trace_backend_init in different...
2016-02-03 Paolo Bonzinitrace: split trace_init_file out of trace_init_backends
2016-02-03 Paolo Bonzinitrace: split trace_init_events out of trace_init_backends
2016-02-03 Paolo Bonzinitrace: fix documentation
2016-02-03 Paolo Bonzinitrace: track enabled events in a separate array
2016-02-03 Paolo Bonzinitrace: count number of enabled events
2016-02-03 Wolfgang Bumillerhmp: fix sendkey out of bounds write (CVE-2015-8619)
2016-02-02 Peter MaydellMerge remote-tracking branch 'remotes/maxreitz/tags...
2016-02-02 Jeff Codyblock: qemu-iotests - add test for snapshot, commit...
2016-02-02 Jeff Codyblock: set device_list.tqe_prev to NULL on BDS removal
2016-02-02 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2016-02-02 Fam Zhengiotests: Add "qemu-img map" test for VMDK extents
2016-02-02 Fam Zhengqemu-img: Make MapEntry a QAPI struct
2016-02-02 Fam Zhengqemu-img: In "map", use the returned "file" from bdrv_g...
2016-02-02 Fam Zhengblock: Use returned *file in bdrv_co_get_block_status
2016-02-02 Fam Zhengvmdk: Return extent's file in bdrv_get_block_status
2016-02-02 Fam Zhengvmdk: Fix calculation of block status's offset
2016-02-02 Fam Zhengvpc: Assign bs->file->bs to file in vpc_co_get_block_status
2016-02-02 Fam Zhengvdi: Assign bs->file->bs to file in vdi_co_get_block_status
2016-02-02 Fam Zhengsheepdog: Assign bs to file in sd_co_get_block_status
2016-02-02 Fam Zhengqed: Assign bs->file->bs to file in bdrv_qed_co_get_blo...
2016-02-02 Fam Zhengparallels: Assign bs->file->bs to file in parallels_co_...
2016-02-02 Fam Zhengiscsi: Assign bs to file in iscsi_co_get_block_status
2016-02-02 Fam Zhengraw: Assign bs to file in raw_co_get_block_status
2016-02-02 Fam Zhengqcow2: Assign bs->file->bs to file in qcow2_co_get_bloc...
2016-02-02 Fam Zhengqcow: Assign bs->file->bs to file in qcow_co_get_block_...
2016-02-02 Fam Zhengblock: Add "file" output parameter to block status...
2016-02-02 Paolo Bonziniblock: acquire in bdrv_query_image_info
2016-02-02 Max Reitziotests: Add test for block jobs and BDS ejection
2016-02-02 Max Reitziotests: Add test for multiple BB on BDS tree
2016-02-02 Max Reitzblock: Rewrite bdrv_close_all()
2016-02-02 Max Reitzblock: Add blk_remove_all_bs()
2016-02-02 Max Reitzblockdev: Keep track of monitor-owned BDS
2016-02-02 Max Reitzblock: Add list of all BlockDriverStates
2016-02-02 Max Reitzblock: Make bdrv_close() static
2016-02-02 Max Reitzblockdev: Use blk_remove_bs() in do_drive_del()
2016-02-02 Max Reitzblock: Use blk_remove_bs() in blk_delete()
2016-02-02 Max Reitzblock: Remove BDS close notifier
2016-02-02 Max Reitznbd: Switch from close to eject notifier
2016-02-02 Max Reitzvirtio-scsi: Catch BDS-BB removal/insertion
2016-02-02 Max Reitzvirtio-blk: Functions for op blocker management
2016-02-02 Max Reitzblock: Add BB-BDS remove/insert notifiers
2016-02-02 Max Reitziotests: Add test for eject under NBD server
2016-02-02 Max Reitzblock: Release named dirty bitmaps in bdrv_close()
2016-02-02 Fam Zhengblock: Remove unused struct definition BlockFinishData
2016-02-02 Max Reitziotests: Add test for a nonexistent NBD export
2016-02-02 Max Reitziotests: Make redirecting qemu's stderr optional
2016-02-02 Max Reitziotests: Make _filter_nbd support more URL types
2016-02-02 Max Reitziotests: Make _filter_nbd drop log lines
2016-02-02 Max Reitziotests: Move _filter_nbd into common.filter
2016-02-02 Max Reitziotests: Change coding style of _filter_nbd in 083
2016-02-02 Max Reitziotests: Rename filter_nbd to _filter_nbd in 083
2016-02-02 Max Reitznbd: client_close on error in nbd_co_client_start
2016-02-02 Max Reitziotests: Limit supported formats for 118
2016-02-02 Fam Zhengvmdk: Fix converting to streamOptimized
2016-02-02 Max Reitzblock/qapi: Emit tray_open only if there is a tray
2016-02-02 Max ReitzRevert "hw/block/fdc: Implement tray status"
2016-02-02 Max Reitzblockdev: Fix 'change' for slot devices
2016-02-02 Max Reitzblock: Add blk_dev_has_tray()
2016-02-02 Peter MaydellMerge remote-tracking branch 'remotes/berrange/tags...
2016-02-02 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2016-02-02 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2016-02-02 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2016-02-02 Peter MaydellMerge remote-tracking branch 'remotes/elmarco/tags...
2016-02-02 Gerd Hoffmannehci: update irq on reset
2016-02-02 Prasad J Panditusb: check page select value while processing iTD
2016-02-02 Jindřich Makovičkasdl: shorten the GUI refresh interval when mouse or...
2016-02-02 Daniel P. Berrangegtk: use qemu_chr_alloc() to allocate CharDriverState
2016-02-02 Daniel P. Berrangecrypto: ensure qcrypto_hash_digest_len is always defined
2016-02-02 Peter Maydellaudio: Clean up includes
2016-02-02 Marc-André... char: remove qemu_chr_open_eventfd
2016-02-02 Marc-André... ivshmem: use a single eventfd callback, get rid of...
next