Age | Commit message (Expand) | Author |
2015-05-07 | migration: Use an array instead of 3 parameters | Liang Li |
2015-05-06 | qemu-file: Add compression functions to QEMUFile | Liang Li |
2015-05-06 | migration: Add the framework of multi-thread decompression | Liang Li |
2015-05-06 | migration: Add the framework of multi-thread compression | Liang Li |
2015-05-05 | sdl2: Fix RGB555 | Max Reitz |
2015-05-05 | sdl2: add support for display rendering using opengl. | Gerd Hoffmann |
2015-05-05 | sdl2: move SDL_* includes to sdl2.h | Gerd Hoffmann |
2015-05-05 | console-gl: add opengl rendering helper functions | Gerd Hoffmann |
2015-05-05 | opengl: add shader helper functions. | Gerd Hoffmann |
2015-04-30 | Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-04-3... | Peter Maydell |
2015-04-30 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150430' into staging | Peter Maydell |
2015-04-30 | util: Remove unused functions | Thomas Huth |
2015-04-30 | usb: Remove unused functions | Thomas Huth |
2015-04-30 | monitor: Remove unused functions | Thomas Huth |
2015-04-30 | pci: Remove unused function ich9_d2pbr_init() | Thomas Huth |
2015-04-30 | range: remove useless inclusions | Paolo Bonzini |
2015-04-30 | bitops : fix coding style | Chih-Min Chao |
2015-04-30 | linux-headers: update | Cornelia Huck |
2015-04-30 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-04-28 | block: extract bdrv_setup_io_funcs() | Stefan Hajnoczi |
2015-04-28 | block: add bdrv_set_dirty()/bdrv_reset_dirty() to block_int.h | Stefan Hajnoczi |
2015-04-28 | block: Resize bitmaps on bdrv_truncate | John Snow |
2015-04-28 | block: Ensure consistent bitmap function prototypes | John Snow |
2015-04-28 | qmp: add block-dirty-bitmap-clear | John Snow |
2015-04-28 | qmp: Add support of "dirty-bitmap" sync mode for drive-backup | John Snow |
2015-04-28 | block: Add bitmap successors | John Snow |
2015-04-28 | block: Add bitmap disabled status | John Snow |
2015-04-28 | hbitmap: add hbitmap_merge | John Snow |
2015-04-28 | block: Introduce bdrv_dirty_bitmap_granularity() | John Snow |
2015-04-28 | qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-remove | John Snow |
2015-04-28 | qmp: Ensure consistent granularity type | John Snow |
2015-04-28 | qapi: Add optional field "name" to block dirty bitmap | Fam Zheng |
2015-04-28 | qmp: fill in the image field in BlockDeviceInfo | Alberto Garcia |
2015-04-28 | block: use bdrv_get_device_or_node_name() in error messages | Alberto Garcia |
2015-04-28 | block: add bdrv_get_device_or_node_name() | Alberto Garcia |
2015-04-28 | virtio_blk: comment fix | Michael S. Tsirkin |
2015-04-28 | blockjob: Allow nested pause | Fam Zheng |
2015-04-28 | block-backend: Expose bdrv_write_zeroes() | Kevin Wolf |
2015-04-28 | AioContext: acquire/release AioContext during aio_poll | Paolo Bonzini |
2015-04-28 | aio-posix: move pollfds to thread-local storage | Paolo Bonzini |
2015-04-28 | os-win32: drop ffs(3) prototype | Stefan Hajnoczi |
2015-04-28 | Convert (ffs(val) - 1) to ctz32(val) | Stefan Hajnoczi |
2015-04-28 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150427'... | Peter Maydell |
2015-04-27 | Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150427-1' into ... | Peter Maydell |
2015-04-27 | acpi-build: remove dependency from ram_addr.h | Paolo Bonzini |
2015-04-27 | memory: add memory_region_ram_resize | Paolo Bonzini |
2015-04-27 | dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancel | Fam Zheng |
2015-04-27 | spice: set pointer position on hotspot | Marc-André Lureau |
2015-04-27 | spice: fix simple display on bigendian hosts | Gerd Hoffmann |
2015-04-27 | monitor: Make client_migrate_info synchronous | Markus Armbruster |