Age | Commit message (Expand) | Author |
2017-10-17 | opengl: move shader init from console-gl.c to shader.c | Gerd Hoffmann |
2017-10-17 | console: add support for dmabufs | Gerd Hoffmann |
2017-10-16 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2017-10-16 | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-10-14' into st... | Peter Maydell |
2017-10-16 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2017-10-15 | pci: conventional-pci-device and pci-express-device interfaces | Eduardo Habkost |
2017-10-15 | dump: add guest ELF note | Marc-André Lureau |
2017-10-15 | hw/misc: add vmcoreinfo device | Marc-André Lureau |
2017-10-15 | fw_cfg: add write callback | Marc-André Lureau |
2017-10-13 | nbd: header constants indenting | Vladimir Sementsov-Ogievskiy |
2017-10-13 | block: rename bdrv_co_drain to bdrv_co_drain_begin | Manos Pitsidianakis |
2017-10-13 | block: add bdrv_co_drain_end callback | Manos Pitsidianakis |
2017-10-13 | tpm-backend: Move realloc_buffer() implementation to tpm-tis model | Amarnath Valluri |
2017-10-13 | tpm-backend: Add new API to read backend TpmInfo | Amarnath Valluri |
2017-10-13 | tpm-backend: Made few interface methods optional | Amarnath Valluri |
2017-10-13 | tpm-backend: Initialize and free data members in it's own methods | Amarnath Valluri |
2017-10-13 | tpm-backend: Move thread handling inside TPMBackend | Amarnath Valluri |
2017-10-13 | tpm-backend: Remove unneeded member variable from backend class | Amarnath Valluri |
2017-10-12 | nbd/server: structurize simple reply header sending | Vladimir Sementsov-Ogievskiy |
2017-10-12 | arm: fix armv7m_init() declaration to match definition | Igor Mammedov |
2017-10-11 | Merge remote-tracking branch 'remotes/elmarco/tags/vus-pull-request' into sta... | Peter Maydell |
2017-10-10 | util: move qemu_real_host_page_size/mask to osdep.h | Emilio G. Cota |
2017-10-10 | exec-all: extract tb->tc_* into a separate struct tc_tb | Emilio G. Cota |
2017-10-10 | exec-all: introduce TB_PAGE_ADDR_FMT | Emilio G. Cota |
2017-10-10 | exec-all: bring tb->invalid into tb->cflags | Emilio G. Cota |
2017-10-10 | tcg: consolidate TB lookups in tb_lookup__cpu_state | Emilio G. Cota |
2017-10-10 | exec-all: fix typos in TranslationBlock's documentation | Emilio G. Cota |
2017-10-10 | cputlb: bring back tlb_flush_count under !TLB_DEBUG | Emilio G. Cota |
2017-10-10 | glib-compat: move G_SOURCE_CONTINUE/REMOVE there | Marc-André Lureau |
2017-10-09 | vl: exit if maxcpus is negative | Seeteena Thoufeek |
2017-10-09 | qom: update doc comment for type_register[_static]() | Igor Mammedov |
2017-10-09 | machine: Add a valid_cpu_types property | Alistair Francis |
2017-10-06 | block: convert qcrypto_block_encrypt|decrypt to take bytes offset | Daniel P. Berrange |
2017-10-06 | crypto: expose encryption sector size in APIs | Daniel P. Berrange |
2017-10-06 | commit: Remove overlay_bs | Kevin Wolf |
2017-10-06 | block: Introduce BdrvChildRole.update_filename | Kevin Wolf |
2017-10-06 | dirty-bitmap: Switch bdrv_set_dirty() to bytes | Eric Blake |
2017-10-06 | dirty-bitmap: Change bdrv_[re]set_dirty_bitmap() to use bytes | Eric Blake |
2017-10-06 | dirty-bitmap: Change bdrv_get_dirty_locked() to take bytes | Eric Blake |
2017-10-06 | dirty-bitmap: Set iterator start by offset, not sector | Eric Blake |
2017-10-06 | dirty-bitmap: Change bdrv_dirty_bitmap_*serialize*() to take bytes | Eric Blake |
2017-10-06 | dirty-bitmap: Avoid size query failure during truncate | Eric Blake |
2017-10-06 | dirty-bitmap: Drop unused functions | Eric Blake |
2017-10-06 | hbitmap: Rename serialization_granularity to serialization_align | Eric Blake |
2017-10-06 | s390x/3270: IDA support for 3270 via CcwDataStream | Halil Pasic |
2017-10-06 | 390x/css: introduce maximum data address checking | Halil Pasic |
2017-10-06 | s390x/css: introduce css data stream | Halil Pasic |
2017-10-05 | Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2017-10-04-1' in... | Peter Maydell |
2017-10-04 | io: Reply to ping frames | Brandon Carpenter |
2017-10-04 | io: Add support for fragmented websocket binary frames | Brandon Carpenter |