aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-04-13virtio-input: support absolute axis config in pass-throughLadi Prosek
2016-04-13move const_le{16, 23} to qemu/bswap.h, add commentGerd Hoffmann
2016-04-13virtio-input: add parenthesis to const_le{16, 32}Gerd Hoffmann
2016-04-11block: Fix bdrv_drain in coroutineFam Zheng
2016-04-11ui/virtio-gpu: add and use qemu_create_displaysurface_pixmanGerd Hoffmann
2016-04-07virtio: merge virtio_queue_aio_set_host_notifier_handler with virtio_queue_se...Paolo Bonzini
2016-04-07virtio-scsi: use aio handler for data planePaolo Bonzini
2016-04-07virtio-blk: use aio handler for data planeMichael S. Tsirkin
2016-04-07virtio: add aio handlerMichael S. Tsirkin
2016-04-07virtio-scsi: fix disabled modePaolo Bonzini
2016-04-07virtio-blk: fix disabled modePaolo Bonzini
2016-04-07virtio: make virtio_queue_notify_vq staticPaolo Bonzini
2016-04-07Sort the fw_cfg file listGerd Hoffmann
2016-04-07acpi: Add missing GCC_FMT_ATTRStefan Weil
2016-04-05Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-04-05include/qemu/atomic: add compile time assertsAlex Bennée
2016-04-05update Linux headers to 4.6Paolo Bonzini
2016-04-05spapr_drc: enable immediate detach for unsignalled devicesMichael Roth
2016-04-05ppc: Rework POWER7 & POWER8 exception modelCédric Le Goater
2016-03-31log: move qemu_log_close/qemu_log_flush from header to log.cDenis V. Lunev
2016-03-30kvm: add kvm_device_supported() helper functionPeter Xu
2016-03-30Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160329-2' into stagingPeter Maydell
2016-03-30block: Remove bdrv_(set_)enable_write_cache()Kevin Wolf
2016-03-30block: Remove BDRV_O_CACHE_WBKevin Wolf
2016-03-30block: Remove bdrv_parse_cache_flags()Kevin Wolf
2016-03-30block: Introduce bdrv_co_writev_flags()Kevin Wolf
2016-03-30block/qapi: Use blk_enable_write_cache()Kevin Wolf
2016-03-30block: Move enable_write_cache to BB levelKevin Wolf
2016-03-30block: Add bdrv_parse_cache_mode()Kevin Wolf
2016-03-30replay: introduce block devices record/replayPavel Dovgalyuk
2016-03-30block: add flush callbackPavel Dovgalyuk
2016-03-30block: move encryption deprecation warning into qcow codeDaniel P. Berrange
2016-03-30block: add flag to indicate that no I/O will be performedDaniel P. Berrange
2016-03-30block: Remove blk_set_bs()Kevin Wolf
2016-03-30block: Remove bdrv_make_anon()Kevin Wolf
2016-03-30hw/mips/cps: enable ITU for multithreading processorsLeon Alrae
2016-03-30hw/mips: implement ITC Configuration Tags and Storage CellsLeon Alrae
2016-03-30hw/mips/cps: create CPC block inside CPSLeon Alrae
2016-03-30hw/mips: add initial Cluster Power Controller supportLeon Alrae
2016-03-30hw/mips/cps: create GCR block inside CPSLeon Alrae
2016-03-30hw/mips: add initial Global Config Register supportYongbok Kim
2016-03-30hw/mips: implement generic MIPS Coherent Processing System containerLeon Alrae
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-03-23Merge remote-tracking branch 'remotes/armbru/tags/pull-ivshmem-2016-03-18' in...Peter Maydell
2016-03-22qemu-log: dfilter-ise exec, out_asm, op and opt_opAlex Bennée
2016-03-22qemu-log: new option -dfilter to limit outputAlex Bennée
2016-03-22qemu-log: Improve the "exec" TB execution loggingPeter Maydell
2016-03-22qemu-log: Avoid function call for disabled qemu_log_mask loggingPeter Maydell
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah