index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: make bdrv_query_stats() static
Stefan Hajnoczi
2014-06-27
2
-2
/
+1
*
virtio-blk: Fix and clean up the in_sg and out_sg check
Fam Zheng
2014-06-27
1
-7
/
+14
*
virtio-blk: Fill in VirtIOBlockReq.out in dataplane code
Fam Zheng
2014-06-27
1
-58
/
+44
*
virtio-blk: Convert VirtIOBlockReq.out to structrue
Fam Zheng
2014-06-27
2
-7
/
+15
*
virtio-blk: Use VirtIOBlockReq.in to drop VirtIOBlockReq.inhdr
Fam Zheng
2014-06-27
2
-36
/
+22
*
virtio-blk: Replace VirtIOBlockRequest with VirtIOBlockReq
Fam Zheng
2014-06-27
2
-19
/
+19
*
virtio-blk: Drop VirtIOBlockRequest.read
Fam Zheng
2014-06-27
1
-2
/
+0
*
virtio-blk: Drop bounce buffer from dataplane code
Fam Zheng
2014-06-27
1
-25
/
+0
*
virtio-blk: Convert VirtIOBlockReq.elem to pointer
Fam Zheng
2014-06-27
2
-40
/
+47
*
virtio-blk: Move VirtIOBlockReq to header
Fam Zheng
2014-06-27
2
-11
/
+11
*
block: Add node-name argument to drive-mirror
Benoît Canet
2014-06-27
4
-2
/
+17
*
quorum: Add the rewrite-corrupted parameter to quorum
Benoît Canet
2014-06-27
4
-8
/
+119
*
block: add qemu-iotest for resize base during live commit
Jeff Cody
2014-06-27
3
-0
/
+118
*
block: check for RESIZE blocker in the QMP command, not bdrv_truncate()
Jeff Cody
2014-06-27
2
-3
/
+6
*
qemu_opts_append: Play nicely with QemuOptsList's head
Michal Privoznik
2014-06-26
1
-1
/
+10
*
block: Remove a special case for protocols
Kevin Wolf
2014-06-26
1
-16
/
+2
*
block: Catch backing files assigned to non-COW drivers
Kevin Wolf
2014-06-26
9
-0
/
+29
*
block: Remove second bdrv_open() recursion
Kevin Wolf
2014-06-26
1
-25
/
+25
*
block: Inline bdrv_file_open()
Kevin Wolf
2014-06-26
1
-40
/
+11
*
block: Use common driver selection code for bdrv_open_file()
Kevin Wolf
2014-06-26
1
-37
/
+30
*
block: Always pass driver name through options QDict
Kevin Wolf
2014-06-26
3
-37
/
+45
*
block: Move json: parsing to bdrv_fill_options()
Kevin Wolf
2014-06-26
1
-43
/
+45
*
block: Move bdrv_fill_options() call to bdrv_open()
Kevin Wolf
2014-06-26
1
-10
/
+15
*
block: Create bdrv_fill_options()
Kevin Wolf
2014-06-26
1
-43
/
+69
*
block/nfs: add knob to set readahead
Peter Lieven
2014-06-26
1
-0
/
+4
*
block/nfs: fix url parameter checking
Peter Lieven
2014-06-26
1
-6
/
+12
*
qemu-iotests: Test 0-length image for mirror
Fam Zheng
2014-06-26
2
-5
/
+10
*
qemu-iotests: Test BLOCK_JOB_READY event for 0Kb image active commit
Fam Zheng
2014-06-26
2
-5
/
+11
*
mirror: Go through ready -> complete process for 0 len image
Fam Zheng
2014-06-26
1
-1
/
+10
*
blockjob: Add block_job_yield()
Fam Zheng
2014-06-26
2
-0
/
+22
*
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-06-24' in...
Peter Maydell
2014-06-24
23
-115
/
+43
|
\
|
*
Add support for the arm breakpoint syscall
Hunter Laux
2014-06-24
2
-0
/
+5
|
*
Increase maximum number of session of the internal TFTP server.
Bernhard Übelacker
2014-06-24
1
-1
/
+1
|
*
target-s390x: Remove unused ld_code6() function
Peter Maydell
2014-06-24
1
-5
/
+0
|
*
hw/moxie/moxiesim.c: Remove unused moxie_intc_create()
Peter Maydell
2014-06-24
1
-13
/
+0
|
*
target-unicore: Remove unused functions
Peter Maydell
2014-06-24
2
-50
/
+0
|
*
build-sys: introduce install-prog macro to install&strip binaries and use it
Michael Tokarev
2014-06-24
3
-14
/
+10
|
*
tcg: mark tcg_out* and tcg_patch* with attribute 'unused'
Peter Maydell
2014-06-24
1
-8
/
+12
|
*
rng-random: NULL check not needed before g_free()
Eduardo Habkost
2014-06-24
1
-4
/
+1
|
*
block.c: Remove useless 'buf' variable
Chen Gang
2014-06-24
1
-2
/
+0
|
*
vscclient: Add required headers to fix build on FreeBSD
Ed Maste
2014-06-24
1
-0
/
+2
|
*
target-ppc: Fix compiler warning
Stefan Weil
2014-06-24
1
-2
/
+1
|
*
configure: Enable TPM by default, add --disable-tpm
Cole Robinson
2014-06-24
1
-1
/
+4
|
*
Fix new typos (found by codespell)
Stefan Weil
2014-06-24
6
-7
/
+7
|
*
virtio-serial: remove useless set_config function
Paolo Bonzini
2014-06-24
1
-8
/
+0
|
/
*
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140623' i...
Peter Maydell
2014-06-24
11
-76
/
+2872
|
\
|
*
vmstate: Refactor & increase tests for primitive types
Juan Quintela
2014-06-23
1
-61
/
+212
|
*
vmstate: Return error in case of error
Juan Quintela
2014-06-23
1
-0
/
+4
|
*
migration: Remove unneeded minimum_version_id_old
Juan Quintela
2014-06-23
1
-5
/
+2
|
*
tests: vmstate static checker: add size mismatch inside substructure
Amit Shah
2014-06-23
1
-1
/
+1
[next]