index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-30
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-04-3...
Peter Maydell
7
-44
/
+31
2015-04-30
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150430' into staging
Peter Maydell
3
-2
/
+103
2015-04-30
util: Remove unused functions
Thomas Huth
2
-5
/
+0
2015-04-30
usb: Remove unused functions
Thomas Huth
1
-5
/
+0
2015-04-30
monitor: Remove unused functions
Thomas Huth
1
-1
/
+0
2015-04-30
pci: Remove unused function ich9_d2pbr_init()
Thomas Huth
1
-1
/
+0
2015-04-30
range: remove useless inclusions
Paolo Bonzini
2
-2
/
+0
2015-04-30
bitops : fix coding style
Chih-Min Chao
1
-30
/
+31
2015-04-30
linux-headers: update
Cornelia Huck
3
-2
/
+103
2015-04-30
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
3
-4
/
+19
2015-04-28
block: extract bdrv_setup_io_funcs()
Stefan Hajnoczi
1
-0
/
+8
2015-04-28
block: add bdrv_set_dirty()/bdrv_reset_dirty() to block_int.h
Stefan Hajnoczi
1
-0
/
+4
2015-04-28
block: Resize bitmaps on bdrv_truncate
John Snow
1
-0
/
+10
2015-04-28
block: Ensure consistent bitmap function prototypes
John Snow
1
-6
/
+5
2015-04-28
qmp: add block-dirty-bitmap-clear
John Snow
1
-0
/
+1
2015-04-28
qmp: Add support of "dirty-bitmap" sync mode for drive-backup
John Snow
2
-0
/
+3
2015-04-28
block: Add bitmap successors
John Snow
1
-0
/
+10
2015-04-28
block: Add bitmap disabled status
John Snow
1
-0
/
+3
2015-04-28
hbitmap: add hbitmap_merge
John Snow
1
-0
/
+13
2015-04-28
block: Introduce bdrv_dirty_bitmap_granularity()
John Snow
1
-0
/
+1
2015-04-28
qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-remove
John Snow
1
-0
/
+1
2015-04-28
qmp: Ensure consistent granularity type
John Snow
2
-2
/
+2
2015-04-28
qapi: Add optional field "name" to block dirty bitmap
Fam Zheng
1
-1
/
+6
2015-04-28
qmp: fill in the image field in BlockDeviceInfo
Alberto Garcia
2
-2
/
+2
2015-04-28
block: use bdrv_get_device_or_node_name() in error messages
Alberto Garcia
1
-6
/
+0
2015-04-28
block: add bdrv_get_device_or_node_name()
Alberto Garcia
1
-0
/
+1
2015-04-28
virtio_blk: comment fix
Michael S. Tsirkin
1
-2
/
+6
2015-04-28
blockjob: Allow nested pause
Fam Zheng
1
-4
/
+18
2015-04-28
block-backend: Expose bdrv_write_zeroes()
Kevin Wolf
1
-0
/
+2
2015-04-28
AioContext: acquire/release AioContext during aio_poll
Paolo Bonzini
1
-6
/
+7
2015-04-28
aio-posix: move pollfds to thread-local storage
Paolo Bonzini
1
-3
/
+0
2015-04-28
os-win32: drop ffs(3) prototype
Stefan Hajnoczi
1
-3
/
+0
2015-04-28
Convert (ffs(val) - 1) to ctz32(val)
Stefan Hajnoczi
2
-17
/
+17
2015-04-28
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150427'...
Peter Maydell
6
-18
/
+205
2015-04-27
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150427-1' into ...
Peter Maydell
3
-6
/
+6
2015-04-27
acpi-build: remove dependency from ram_addr.h
Paolo Bonzini
1
-3
/
+5
2015-04-27
memory: add memory_region_ram_resize
Paolo Bonzini
1
-0
/
+12
2015-04-27
dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancel
Fam Zheng
1
-1
/
+2
2015-04-27
spice: set pointer position on hotspot
Marc-André Lureau
1
-1
/
+2
2015-04-27
spice: fix simple display on bigendian hosts
Gerd Hoffmann
1
-0
/
+2
2015-04-27
monitor: Make client_migrate_info synchronous
Markus Armbruster
1
-5
/
+2
2015-04-26
target-arm: Add user-mode transaction attribute
Peter Maydell
1
-0
/
+2
2015-04-26
target-arm: Honour NS bits in page tables
Peter Maydell
1
-0
/
+2
2015-04-26
exec.c: Capture the memory attributes for a watchpoint hit
Peter Maydell
1
-0
/
+2
2015-04-26
exec.c: Add new address_space_ld*/st* functions
Peter Maydell
1
-0
/
+67
2015-04-26
exec.c: Make address_space_rw take transaction attributes
Peter Maydell
2
-12
/
+22
2015-04-26
Add MemTxAttrs to the IOTLB
Peter Maydell
2
-0
/
+5
2015-04-26
Make CPU iotlb a structure rather than a plain hwaddr
Peter Maydell
1
-2
/
+11
2015-04-26
memory: Replace io_mem_read/write with memory_region_dispatch_read/write
Peter Maydell
2
-4
/
+31
2015-04-26
memory: Define API for MemoryRegionOps to take attrs and return status
Peter Maydell
2
-0
/
+63
[next]