Age | Commit message (Expand) | Author |
2016-05-18 | Fix some typos found by codespell | Stefan Weil |
2016-05-18 | smbios: fix typo | Cao jin |
2016-05-18 | accel: make configure_accelerator return void | Wei Jiangang |
2016-05-18 | ipack: Update e-mail address | Alberto Garcia |
2016-05-18 | remove comment for nonexistent structure member | Cao jin |
2016-05-17 | s390x: enable runtime instrumentation | Fan Zhang |
2016-05-17 | s390x: add compat machine for 2.7 | Cornelia Huck |
2016-05-13 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160513-1' into st... | Peter Maydell |
2016-05-12 | tcg: Remove needless CPUState::current_tb | Sergey Fedorov |
2016-05-12 | tcg: Rework tb_invalidated_flag | Sergey Fedorov |
2016-05-12 | tcg: Clarify thread safety check in tb_add_jump() | Sergey Fedorov |
2016-05-12 | tcg: Use uintptr_t type for jmp_list_{next|first} fields of TB | Sergey Fedorov |
2016-05-12 | tcg: Clean up direct block chaining data fields | Sergey Fedorov |
2016-05-12 | tcg: Note requirement on atomic direct jump patching | Sergey Fedorov |
2016-05-12 | tcg/arm: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | tcg/s390: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | tcg/i386: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | tci: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | include/qemu/osdep.h: Add macros for pointer alignment | Sergey Fedorov |
2016-05-12 | include/qemu/osdep.h: Add a macro to check for alignment | Sergey Fedorov |
2016-05-12 | tb: consistently use uint32_t for tb->flags | Emilio G. Cota |
2016-05-12 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2016-05-12 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160512'... | Peter Maydell |
2016-05-12 | spice/gl: add & use qemu_spice_gl_monitor_config | Gerd Hoffmann |
2016-05-12 | quorum: implement bdrv_add_child() and bdrv_del_child() | Wen Congyang |
2016-05-12 | Add new block driver interface to add/delete a BDS's child | Wen Congyang |
2016-05-12 | block: Honor BDRV_REQ_FUA during write_zeroes | Eric Blake |
2016-05-12 | block: Make supported_write_flags a per-bds property | Eric Blake |
2016-05-12 | block: Kill unused sector-based blk_* functions | Eric Blake |
2016-05-12 | ide: Switch to byte-based aio block access | Eric Blake |
2016-05-12 | block: Introduce byte-based aio read/write | Eric Blake |
2016-05-12 | block: Switch blk_*write_zeroes() to byte interface | Eric Blake |
2016-05-12 | block: Switch blk_read_unthrottled() to byte interface | Eric Blake |
2016-05-12 | block: Allow BDRV_REQ_FUA through blk_pwrite() | Eric Blake |
2016-05-12 | Allow users to specify the vmdk virtual hardware version. | Janne Karhunen |
2016-05-12 | block: Remove BlockDriver.bdrv_read/write | Kevin Wolf |
2016-05-12 | block: Introduce .bdrv_co_preadv/pwritev BlockDriver function | Kevin Wolf |
2016-05-12 | block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev | Kevin Wolf |
2016-05-12 | block: plug whole tree at once, introduce bdrv_io_unplugged_begin/end | Paolo Bonzini |
2016-05-12 | block: introduce bdrv_no_throttling_begin/end | Paolo Bonzini |
2016-05-12 | block: move restarting of throttled reqs to block/throttle-groups.c | Paolo Bonzini |
2016-05-12 | i.MX: Add i.MX6 SOC implementation. | Jean-Christophe DUBOIS |
2016-05-12 | i.MX: Add the Freescale SPI Controller | Jean-Christophe DUBOIS |
2016-05-12 | FIFO: Add a FIFO32 implementation | Jean-Christophe DUBOIS |
2016-05-12 | i.MX: Add i.MX6 System Reset Controller device. | Jean-Christophe DUBOIS |
2016-05-12 | ACPI: move acpi_build_srat_memory to common place | Shannon Zhao |
2016-05-12 | ACPI: Fix the definition of proximity in AcpiSratMemoryAffinity | Shannon Zhao |
2016-05-12 | ACPI: Add GICC Affinity Structure | Shannon Zhao |
2016-05-12 | gen-icount: Use tcg_set_insn_param | Edgar E. Iglesias |
2016-05-12 | qapi: Change visit_type_FOO() to no longer return partial objects | Eric Blake |