]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
2016-02-03 Hervé Poussineaui8257: implement the IsaDma interface
2016-02-03 Hervé Poussineauisa: add an ISA DMA interface, and store it within...
2016-02-03 Hervé Poussineaui8257: move state definition to new independent header
2016-02-03 Hervé Poussineaui8257: QOM'ify
2016-02-03 Hervé Poussineaui8257: add missing const
2016-02-03 Hervé Poussineaui8257: make the DMA running method per controller
2016-02-03 Hervé Poussineaui8257: rename functions to start with i8257_ prefix
2016-02-03 Hervé Poussineaui8257: rename struct dma_regs to I8257Regs
2016-02-03 Hervé Poussineaui8257: rename struct dma_cont to I8257State
2016-02-03 Hervé Poussineaui8257: pass ISA bus to DMA_init() function
2016-02-03 Hervé Poussineaui82374: device only existed as ISA device, so simplify...
2016-02-03 John Snowfdc: fix detection under Linux
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 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 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...
2016-02-02 Marc-André... ivshmem: generalize ivshmem_setup_interrupts
2016-02-02 Marc-André... ivshmem-test: test both msi & irq cases
2016-02-02 Marc-André... libqos: remove some leaks
2016-02-02 Marc-André... ivshmem-test: leak fixes
2016-02-02 Marc-André... ivshmem: remove redundant assignment, fix crash with...
2016-02-02 Marc-André... ivshmem: no need for opaque argument
2016-02-02 Laszlo Erseknvme: generate OpenFirmware device path in the "bootord...
2016-02-02 Peter MaydellMerge remote-tracking branch 'remotes/dgibson/tags...
2016-02-01 Daniel P. Berrangecrypto: register properties against the class instead...
2016-02-01 Daniel P. Berrangecrypto: fix description of @errp parameter initialization
2016-02-01 James Clarketarget-ppc: mcrfs should always update FEX/VX and only...
2016-01-30 James Clarketarget-ppc: Make every FPSCR_ macro have a correspondin...
2016-01-30 David Gibsontarget-ppc: Allow more page sizes for POWER7 & POWER8...
2016-01-30 David Gibsontarget-ppc: Helper to determine page size information...
next