index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-13
qapi: add dirty-bitmaps migration capability
Vladimir Sementsov-Ogievskiy
3
-1
/
+15
2018-03-13
migration: introduce postcopy-only pending
Vladimir Sementsov-Ogievskiy
8
-26
/
+46
2018-03-13
dirty-bitmap: add locked state
Vladimir Sementsov-Ogievskiy
4
-1
/
+42
2018-03-13
block/dirty-bitmap: add _locked version of bdrv_reclaim_dirty_bitmap
Vladimir Sementsov-Ogievskiy
2
-10
/
+21
2018-03-13
block/dirty-bitmap: fix locking in bdrv_reclaim_dirty_bitmap
Vladimir Sementsov-Ogievskiy
1
-32
/
+53
2018-03-13
iotests: new test 209 for NBD BLOCK_STATUS
Vladimir Sementsov-Ogievskiy
3
-0
/
+37
2018-03-13
iotests: add file_path helper
Vladimir Sementsov-Ogievskiy
1
-0
/
+32
2018-03-13
iotests.py: tiny refactor: move system imports up
Vladimir Sementsov-Ogievskiy
1
-2
/
+3
2018-03-13
nbd: BLOCK_STATUS for standard get_block_status function: client part
Vladimir Sementsov-Ogievskiy
5
-0
/
+279
2018-03-13
block/nbd-client: save first fatal error in nbd_iter_error
Vladimir Sementsov-Ogievskiy
1
-1
/
+3
2018-03-13
nbd: BLOCK_STATUS for standard get_block_status function: server part
Vladimir Sementsov-Ogievskiy
1
-0
/
+311
2018-03-13
nbd/server: add nbd_read_opt_name helper
Vladimir Sementsov-Ogievskiy
1
-10
/
+43
2018-03-13
nbd/server: add nbd_opt_invalid helper
Vladimir Sementsov-Ogievskiy
1
-14
/
+36
2018-03-13
iotests: add 208 nbd-server + blockdev-snapshot-sync test case
Stefan Hajnoczi
3
-0
/
+65
2018-03-13
block: let blk_add/remove_aio_context_notifier() tolerate BDS changes
Stefan Hajnoczi
2
-0
/
+65
2018-03-13
nbd/server: Honor FUA request on NBD_CMD_TRIM
Eric Blake
1
-0
/
+3
2018-03-13
nbd/server: refactor nbd_trip: split out nbd_handle_request
Vladimir Sementsov-Ogievskiy
1
-62
/
+66
2018-03-13
nbd/server: refactor nbd_trip: cmd_read and generic reply
Vladimir Sementsov-Ogievskiy
1
-81
/
+95
2018-03-13
nbd/server: fix: check client->closing before sending reply
Vladimir Sementsov-Ogievskiy
1
-8
/
+9
2018-03-13
nbd/server: fix sparse read
Vladimir Sementsov-Ogievskiy
1
-3
/
+14
2018-03-13
nbd/server: move nbd_co_send_structured_error up
Vladimir Sementsov-Ogievskiy
1
-24
/
+24
2018-03-13
iotests: Fix stuck NBD process on 33
Eric Blake
1
-0
/
+1
2018-03-13
block/dirty-bitmap: add bdrv_dirty_bitmap_enable_successor()
Vladimir Sementsov-Ogievskiy
2
-0
/
+9
2018-03-13
linux-user: drop unused target_msync function
Max Filippov
2
-18
/
+0
2018-03-13
linux-user: fix target_mprotect/target_munmap error return values
Max Filippov
1
-4
/
+4
2018-03-13
linux-user: fix assertion in shmdt
Max Filippov
1
-1
/
+7
2018-03-13
linux-user: fix mmap/munmap/mprotect/mremap/shmat
Max Filippov
4
-16
/
+31
2018-03-13
target/xtensa: support MTTCG
Max Filippov
3
-15
/
+35
2018-03-13
target/xtensa: use correct number of registers in gdbstub
Max Filippov
4
-13
/
+41
2018-03-13
target/xtensa: mark register windows in the dump
Max Filippov
1
-2
/
+7
2018-03-13
target/xtensa: dump correct physical registers
Max Filippov
1
-0
/
+1
2018-03-13
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging
Peter Maydell
2
-2
/
+2
2018-03-13
char: allow passing pre-opened socket file descriptor at startup
Daniel P. Berrange
3
-5
/
+60
2018-03-13
char: refactor parsing of socket address information
Daniel P. Berrange
1
-8
/
+14
2018-03-13
sockets: allow SocketAddress 'fd' to reference numeric file descriptors
Daniel P. Berrange
3
-9
/
+126
2018-03-13
sockets: check that the named file descriptor is a socket
Daniel P. Berrange
2
-2
/
+105
2018-03-13
sockets: move fd_is_socket() into common sockets code
Daniel P. Berrange
6
-13
/
+90
2018-03-13
sockets: strengthen test suite IP protocol availability checks
Daniel P. Berrange
2
-11
/
+60
2018-03-13
sockets: pull code for testing IP availability out of specific test
Daniel P. Berrange
4
-71
/
+145
2018-03-13
cutils: add qemu_strtoi & qemu_strtoui parsers for int/unsigned int types
Daniel P. Berrange
3
-0
/
+770
2018-03-13
ppc/spapr, vfio: Turn off MSIX emulation for VFIO devices
Alexey Kardashevskiy
2
-0
/
+20
2018-03-13
vfio-pci: Allow mmap of MSIX BAR
Alexey Kardashevskiy
3
-0
/
+25
2018-03-13
vfio/pci: Relax DMA map errors for MMIO regions
Alexey Kardashevskiy
1
-6
/
+49
2018-03-13
vfio/display: adding dmabuf support
Gerd Hoffmann
2
-2
/
+194
2018-03-13
vfio/display: adding region support
Gerd Hoffmann
3
-2
/
+124
2018-03-13
vfio/display: core & wireup
Gerd Hoffmann
4
-1
/
+71
2018-03-13
vfio/common: cleanup in vfio_region_finalize
Gerd Hoffmann
1
-0
/
+7
2018-03-13
secondary-vga: properly close QemuConsole on unplug
Gerd Hoffmann
1
-0
/
+9
2018-03-13
console: minimal hotplug suport
Gerd Hoffmann
3
-6
/
+77
2018-03-13
ui/pixman: add qemu_drm_format_to_pixman()
Gerd Hoffmann
2
-0
/
+27
[prev]
[next]