summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* sdl2: add support for display rendering using opengl.Gerd Hoffmann2015-05-052-0/+12
* sdl2: move SDL_* includes to sdl2.hGerd Hoffmann2015-05-051-0/+6
* console-gl: add opengl rendering helper functionsGerd Hoffmann2015-05-052-0/+33
* opengl: add shader helper functions.Gerd Hoffmann2015-05-051-0/+9
* Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-04-3...Peter Maydell2015-04-307-44/+31
|\
| * util: Remove unused functionsThomas Huth2015-04-302-5/+0
| * usb: Remove unused functionsThomas Huth2015-04-301-5/+0
| * monitor: Remove unused functionsThomas Huth2015-04-301-1/+0
| * pci: Remove unused function ich9_d2pbr_init()Thomas Huth2015-04-301-1/+0
| * range: remove useless inclusionsPaolo Bonzini2015-04-302-2/+0
| * bitops : fix coding styleChih-Min Chao2015-04-301-30/+31
* | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150430' into stagingPeter Maydell2015-04-303-2/+103
|\ \ | |/ |/|
| * linux-headers: updateCornelia Huck2015-04-303-2/+103
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-04-303-4/+19
|\ \ | |/ |/|
| * acpi-build: remove dependency from ram_addr.hPaolo Bonzini2015-04-271-3/+5
| * memory: add memory_region_ram_resizePaolo Bonzini2015-04-271-0/+12
| * dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancelFam Zheng2015-04-271-1/+2
* | block: extract bdrv_setup_io_funcs()Stefan Hajnoczi2015-04-281-0/+8
* | block: add bdrv_set_dirty()/bdrv_reset_dirty() to block_int.hStefan Hajnoczi2015-04-281-0/+4
* | block: Resize bitmaps on bdrv_truncateJohn Snow2015-04-281-0/+10
* | block: Ensure consistent bitmap function prototypesJohn Snow2015-04-281-6/+5
* | qmp: add block-dirty-bitmap-clearJohn Snow2015-04-281-0/+1
* | qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow2015-04-282-0/+3
* | block: Add bitmap successorsJohn Snow2015-04-281-0/+10
* | block: Add bitmap disabled statusJohn Snow2015-04-281-0/+3
* | hbitmap: add hbitmap_mergeJohn Snow2015-04-281-0/+13
* | block: Introduce bdrv_dirty_bitmap_granularity()John Snow2015-04-281-0/+1
* | qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-removeJohn Snow2015-04-281-0/+1
* | qmp: Ensure consistent granularity typeJohn Snow2015-04-282-2/+2
* | qapi: Add optional field "name" to block dirty bitmapFam Zheng2015-04-281-1/+6
* | qmp: fill in the image field in BlockDeviceInfoAlberto Garcia2015-04-282-2/+2
* | block: use bdrv_get_device_or_node_name() in error messagesAlberto Garcia2015-04-281-6/+0
* | block: add bdrv_get_device_or_node_name()Alberto Garcia2015-04-281-0/+1
* | virtio_blk: comment fixMichael S. Tsirkin2015-04-281-2/+6
* | blockjob: Allow nested pauseFam Zheng2015-04-281-4/+18
* | block-backend: Expose bdrv_write_zeroes()Kevin Wolf2015-04-281-0/+2
* | AioContext: acquire/release AioContext during aio_pollPaolo Bonzini2015-04-281-6/+7
* | aio-posix: move pollfds to thread-local storagePaolo Bonzini2015-04-281-3/+0
* | os-win32: drop ffs(3) prototypeStefan Hajnoczi2015-04-281-3/+0
* | Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi2015-04-282-17/+17
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150427'...Peter Maydell2015-04-286-18/+205
|\ \
| * | target-arm: Add user-mode transaction attributePeter Maydell2015-04-261-0/+2
| * | target-arm: Honour NS bits in page tablesPeter Maydell2015-04-261-0/+2
| * | exec.c: Capture the memory attributes for a watchpoint hitPeter Maydell2015-04-261-0/+2
| * | exec.c: Add new address_space_ld*/st* functionsPeter Maydell2015-04-261-0/+67
| * | exec.c: Make address_space_rw take transaction attributesPeter Maydell2015-04-262-12/+22
| * | Add MemTxAttrs to the IOTLBPeter Maydell2015-04-262-0/+5
| * | Make CPU iotlb a structure rather than a plain hwaddrPeter Maydell2015-04-261-2/+11
| * | memory: Replace io_mem_read/write with memory_region_dispatch_read/writePeter Maydell2015-04-262-4/+31
| * | memory: Define API for MemoryRegionOps to take attrs and return statusPeter Maydell2015-04-262-0/+63
| |/
OpenPOWER on IntegriCloud