summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-04-30range: remove useless inclusionsPaolo Bonzini2-2/+0
2015-04-30bitops : fix coding styleChih-Min Chao1-30/+31
2015-04-30linux-headers: updateCornelia Huck3-2/+103
2015-04-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-4/+19
2015-04-28virtio-scsi: Move DEFINE_VIRTIO_SCSI_FEATURES to virtio-scsiShannon Zhao1-0/+1
2015-04-28virtio-net: Move DEFINE_VIRTIO_NET_FEATURES to virtio-netShannon Zhao1-1/+1
2015-04-28block: extract bdrv_setup_io_funcs()Stefan Hajnoczi1-0/+8
2015-04-28block: add bdrv_set_dirty()/bdrv_reset_dirty() to block_int.hStefan Hajnoczi1-0/+4
2015-04-28block: Resize bitmaps on bdrv_truncateJohn Snow1-0/+10
2015-04-28block: Ensure consistent bitmap function prototypesJohn Snow1-6/+5
2015-04-28qmp: add block-dirty-bitmap-clearJohn Snow1-0/+1
2015-04-28qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow2-0/+3
2015-04-28block: Add bitmap successorsJohn Snow1-0/+10
2015-04-28block: Add bitmap disabled statusJohn Snow1-0/+3
2015-04-28hbitmap: add hbitmap_mergeJohn Snow1-0/+13
2015-04-28block: Introduce bdrv_dirty_bitmap_granularity()John Snow1-0/+1
2015-04-28qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-removeJohn Snow1-0/+1
2015-04-28qmp: Ensure consistent granularity typeJohn Snow2-2/+2
2015-04-28qapi: Add optional field "name" to block dirty bitmapFam Zheng1-1/+6
2015-04-28qmp: fill in the image field in BlockDeviceInfoAlberto Garcia2-2/+2
2015-04-28block: use bdrv_get_device_or_node_name() in error messagesAlberto Garcia1-6/+0
2015-04-28block: add bdrv_get_device_or_node_name()Alberto Garcia1-0/+1
2015-04-28virtio_blk: comment fixMichael S. Tsirkin1-2/+6
2015-04-28blockjob: Allow nested pauseFam Zheng1-4/+18
2015-04-28block-backend: Expose bdrv_write_zeroes()Kevin Wolf1-0/+2
2015-04-28AioContext: acquire/release AioContext during aio_pollPaolo Bonzini1-6/+7
2015-04-28aio-posix: move pollfds to thread-local storagePaolo Bonzini1-3/+0
2015-04-28os-win32: drop ffs(3) prototypeStefan Hajnoczi1-3/+0
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi2-17/+17
2015-04-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150427'...Peter Maydell6-18/+205
2015-04-28acpi: add a missing backslash to the \_SB scope.Gal Hammer1-1/+1
2015-04-27acpi: add hardware implementation for memory hot unplugZhu Guihua2-0/+4
2015-04-27acpi: extend aml_field() to support UpdateRuleZhu Guihua1-2/+8
2015-04-27acpi, mem-hotplug: add unplug cb for memory deviceTang Chen1-0/+2
2015-04-27acpi, mem-hotplug: add unplug request cb for memory deviceTang Chen1-0/+10
2015-04-27virtio: coding style tweakMichael S. Tsirkin1-1/+1
2015-04-27virtio: introduce vector to virtqueues mappingJason Wang2-0/+4
2015-04-27Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150427-1' into ...Peter Maydell3-6/+6
2015-04-27hw/i386/acpi-build: move generic acpi building helpers into dedictated fileShannon Zhao1-0/+29
2015-04-27hw/i386: Move ACPI header definitions in an arch-independent locationShannon Zhao1-0/+368
2015-04-27acpi-build: remove dependency from ram_addr.hPaolo Bonzini1-3/+5
2015-04-27memory: add memory_region_ram_resizePaolo Bonzini1-0/+12
2015-04-27dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancelFam Zheng1-1/+2
2015-04-27spice: set pointer position on hotspotMarc-André Lureau1-1/+2
2015-04-27spice: fix simple display on bigendian hostsGerd Hoffmann1-0/+2
2015-04-27monitor: Make client_migrate_info synchronousMarkus Armbruster1-5/+2
2015-04-26target-arm: Add user-mode transaction attributePeter Maydell1-0/+2
2015-04-26target-arm: Honour NS bits in page tablesPeter Maydell1-0/+2
2015-04-26exec.c: Capture the memory attributes for a watchpoint hitPeter Maydell1-0/+2
2015-04-26exec.c: Add new address_space_ld*/st* functionsPeter Maydell1-0/+67