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
...
|
|
*
|
|
hbitmap: Add @advance param to hbitmap_iter_next()
Max Reitz
2018-06-18
5
-19
/
+26
|
|
*
|
|
block: Generalize should_update_child() rule
Max Reitz
2018-06-18
1
-10
/
+34
|
|
*
|
|
block/mirror: Use source as a BdrvChild
Max Reitz
2018-06-18
1
-8
/
+6
|
|
*
|
|
block/mirror: Wait for in-flight op conflicts
Max Reitz
2018-06-18
1
-18
/
+84
|
|
*
|
|
block/mirror: Use CoQueue to wait on in-flight ops
Max Reitz
2018-06-18
1
-11
/
+23
|
|
*
|
|
block/mirror: Convert to coroutines
Max Reitz
2018-06-18
1
-62
/
+90
|
|
*
|
|
block/mirror: Pull out mirror_perform()
Max Reitz
2018-06-18
1
-22
/
+29
|
|
/
/
/
|
*
|
|
block: fix QEMU crash with scsi-hd and drive_del
Greg Kurz
2018-06-18
1
-0
/
+5
|
*
|
|
test-bdrv-drain: Test graph changes in drain_all section
Kevin Wolf
2018-06-18
1
-2
/
+73
|
*
|
|
block: Allow graph changes in bdrv_drain_all_begin/end sections
Kevin Wolf
2018-06-18
4
-17
/
+79
|
*
|
|
block: ignore_bds_parents parameter for drain functions
Kevin Wolf
2018-06-18
5
-44
/
+78
|
*
|
|
block: Move bdrv_drain_all_begin() out of coroutine context
Kevin Wolf
2018-06-18
1
-5
/
+17
|
*
|
|
block: Allow AIO_WAIT_WHILE with NULL ctx
Kevin Wolf
2018-06-18
1
-4
/
+9
|
*
|
|
test-bdrv-drain: Test that bdrv_drain_invoke() doesn't poll
Kevin Wolf
2018-06-18
1
-14
/
+88
|
*
|
|
block: Defer .bdrv_drain_begin callback to polling phase
Kevin Wolf
2018-06-18
1
-5
/
+23
|
*
|
|
test-bdrv-drain: Graph change through parent callback
Kevin Wolf
2018-06-18
1
-0
/
+130
|
*
|
|
block: Don't poll in parent drain callbacks
Kevin Wolf
2018-06-18
3
-9
/
+26
|
*
|
|
test-bdrv-drain: Test node deletion in subtree recursion
Kevin Wolf
2018-06-18
1
-9
/
+29
|
*
|
|
block: Drain recursively with a single BDRV_POLL_WHILE()
Kevin Wolf
2018-06-18
3
-22
/
+52
|
*
|
|
test-bdrv-drain: Add test for node deletion
Max Reitz
2018-06-18
1
-0
/
+169
|
*
|
|
block: Remove bdrv_drain_recurse()
Kevin Wolf
2018-06-18
1
-33
/
+3
|
*
|
|
block: Really pause block jobs on drain
Kevin Wolf
2018-06-18
8
-14
/
+107
|
*
|
|
block: Avoid unnecessary aio_poll() in AIO_WAIT_WHILE()
Kevin Wolf
2018-06-18
2
-15
/
+18
|
*
|
|
tests/test-bdrv-drain: bdrv_drain_all() works in coroutines now
Kevin Wolf
2018-06-18
1
-2
/
+14
|
*
|
|
block: Don't manually poll in bdrv_drain_all()
Kevin Wolf
2018-06-18
1
-29
/
+12
|
*
|
|
block: Remove 'recursive' parameter from bdrv_drain_invoke()
Kevin Wolf
2018-06-18
1
-10
/
+3
|
*
|
|
block: Use bdrv_do_drain_begin/end in bdrv_drain_all()
Kevin Wolf
2018-06-18
2
-18
/
+6
|
*
|
|
test-bdrv-drain: bdrv_drain() works with cross-AioContext events
Kevin Wolf
2018-06-18
2
-5
/
+186
|
|
/
/
*
|
|
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-06-18' in...
Peter Maydell
2018-06-19
4
-59
/
+121
|
\
\
\
|
*
|
|
monitor: add lock to protect mon_fdsets
Peter Xu
2018-06-18
3
-12
/
+45
|
*
|
|
monitor: move init global earlier
Peter Xu
2018-06-18
1
-6
/
+1
|
*
|
|
monitor: remove event_clock_type
Peter Xu
2018-06-18
1
-9
/
+16
|
*
|
|
monitor: fix comment for monitor_lock
Peter Xu
2018-06-18
1
-4
/
+3
|
*
|
|
monitor: more comments on lock-free elements
Peter Xu
2018-06-18
1
-1
/
+10
|
*
|
|
monitor: protect mon->fds with mon_lock
Peter Xu
2018-06-18
1
-4
/
+18
|
*
|
|
monitor: rename out_lock to mon_lock
Peter Xu
2018-06-18
1
-24
/
+29
|
|
/
/
*
|
|
Merge remote-tracking branch 'remotes/kraxel/tags/input-20180618-pull-request...
Peter Maydell
2018-06-19
1
-1
/
+1
|
\
\
\
|
*
|
|
ps2: check PS2Queue wptr pointer in post_load routine
liujunjie
2018-06-18
1
-1
/
+1
|
|
/
/
*
|
|
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180618-pull-request' ...
Peter Maydell
2018-06-19
10
-1
/
+193
|
\
\
\
|
*
|
|
Add ramfb MAINTAINERS entry
Gerd Hoffmann
2018-06-18
1
-0
/
+6
|
*
|
|
hw/display: add standalone ramfb device
Gerd Hoffmann
2018-06-18
7
-0
/
+79
|
*
|
|
hw/display: add ramfb, a simple boot framebuffer living in guest ram
Gerd Hoffmann
2018-06-18
3
-0
/
+106
|
*
|
|
configure: print virglrenderer version
Marc-André Lureau
2018-06-18
1
-1
/
+2
|
|
/
/
*
|
|
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180618-pull-request' ...
Peter Maydell
2018-06-19
4
-19
/
+1
|
\
\
\
|
*
|
|
Revert "bus: do not unref the added child bus on realize"
Marc-André Lureau
2018-06-18
1
-0
/
+1
|
*
|
|
Revert "usb: release the created buses"
Marc-André Lureau
2018-06-18
2
-18
/
+0
|
*
|
|
Revert "usb-ccid: fix bus leak"
Marc-André Lureau
2018-06-18
1
-1
/
+0
|
|
/
/
*
|
|
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180618' into...
Peter Maydell
2018-06-19
31
-284
/
+1930
|
\
\
\
|
*
|
|
spapr: fix xics_system_init() error path
Greg Kurz
2018-06-18
1
-8
/
+14
|
*
|
|
target/ppc, spapr: Move VPA information to machine_data
David Gibson
2018-06-16
6
-67
/
+88
[prev]
[next]