index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
commands.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-06-21
hmp: Restrict auto-complete in preconfig
Dr. David Alan Gilbert
1
-2
/
+7
2018-06-21
hmp: Allow help on preconfig commands
Dr. David Alan Gilbert
2
-1
/
+8
2018-06-21
hmp: Add flag for preconfig commands
Dr. David Alan Gilbert
1
-0
/
+20
2018-06-21
hmp-commands: use long for begin and length in dump-guest-memory
Suraj Jitindar Singh
1
-1
/
+1
2018-06-21
monitor: report entirety of hmp command on error
Collin Walling
1
-2
/
+6
2018-06-18
Update OpenBIOS images to 8fe6f5f96f built from submodule.
Mark Cave-Ayland
4
-0
/
+0
2018-06-18
iotests: Add test for active mirroring
Max Reitz
3
-0
/
+126
2018-06-18
block/mirror: Add copy mode QAPI interface
Max Reitz
4
-9
/
+27
2018-06-18
block/mirror: Add active mirroring
Max Reitz
2
-5
/
+265
2018-06-18
job: Add job_progress_increase_remaining()
Max Reitz
2
-0
/
+20
2018-06-18
block/mirror: Add MirrorBDSOpaque
Max Reitz
1
-0
/
+12
2018-06-18
block/dirty-bitmap: Add bdrv_dirty_iter_next_area
Max Reitz
2
-0
/
+57
2018-06-18
test-hbitmap: Add non-advancing iter_next tests
Max Reitz
1
-12
/
+24
2018-06-18
hbitmap: Add @advance param to hbitmap_iter_next()
Max Reitz
5
-19
/
+26
2018-06-18
block: Generalize should_update_child() rule
Max Reitz
1
-10
/
+34
2018-06-18
block/mirror: Use source as a BdrvChild
Max Reitz
1
-8
/
+6
2018-06-18
block/mirror: Wait for in-flight op conflicts
Max Reitz
1
-18
/
+84
2018-06-18
block/mirror: Use CoQueue to wait on in-flight ops
Max Reitz
1
-11
/
+23
2018-06-18
block/mirror: Convert to coroutines
Max Reitz
1
-62
/
+90
2018-06-18
block/mirror: Pull out mirror_perform()
Max Reitz
1
-22
/
+29
2018-06-18
monitor: add lock to protect mon_fdsets
Peter Xu
3
-12
/
+45
2018-06-18
monitor: move init global earlier
Peter Xu
1
-6
/
+1
2018-06-18
monitor: remove event_clock_type
Peter Xu
1
-9
/
+16
2018-06-18
monitor: fix comment for monitor_lock
Peter Xu
1
-4
/
+3
2018-06-18
monitor: more comments on lock-free elements
Peter Xu
1
-1
/
+10
2018-06-18
monitor: protect mon->fds with mon_lock
Peter Xu
1
-4
/
+18
2018-06-18
monitor: rename out_lock to mon_lock
Peter Xu
1
-24
/
+29
2018-06-18
pc-bios/s390-ccw: Update the s390-netboot.img binary
Thomas Huth
1
-0
/
+0
2018-06-18
pc-bios/s390-ccw: Optimize the s390-netboot.img for size
Thomas Huth
2
-2
/
+3
2018-06-18
pc-bios/s390-ccw/net: Try to load pxelinux.cfg file accoring to the UUID
Thomas Huth
1
-1
/
+55
2018-06-18
pc-bios/s390-ccw/net: Add support for pxelinux-style config files
Thomas Huth
2
-4
/
+89
2018-06-18
pc-bios/s390-ccw/net: Update code for the latest changes in SLOF
Thomas Huth
2
-70
/
+18
2018-06-18
roms: Update SLOF submodule to current status
Thomas Huth
1
-0
/
+0
2018-06-18
pc-bios/s390-ccw: define loadparm length
Collin Walling
4
-7
/
+9
2018-06-18
block: fix QEMU crash with scsi-hd and drive_del
Greg Kurz
1
-0
/
+5
2018-06-18
test-bdrv-drain: Test graph changes in drain_all section
Kevin Wolf
1
-2
/
+73
2018-06-18
block: Allow graph changes in bdrv_drain_all_begin/end sections
Kevin Wolf
4
-17
/
+79
2018-06-18
block: ignore_bds_parents parameter for drain functions
Kevin Wolf
5
-44
/
+78
2018-06-18
block: Move bdrv_drain_all_begin() out of coroutine context
Kevin Wolf
1
-5
/
+17
2018-06-18
block: Allow AIO_WAIT_WHILE with NULL ctx
Kevin Wolf
1
-4
/
+9
2018-06-18
test-bdrv-drain: Test that bdrv_drain_invoke() doesn't poll
Kevin Wolf
1
-14
/
+88
2018-06-18
block: Defer .bdrv_drain_begin callback to polling phase
Kevin Wolf
1
-5
/
+23
2018-06-18
test-bdrv-drain: Graph change through parent callback
Kevin Wolf
1
-0
/
+130
2018-06-18
block: Don't poll in parent drain callbacks
Kevin Wolf
3
-9
/
+26
2018-06-18
test-bdrv-drain: Test node deletion in subtree recursion
Kevin Wolf
1
-9
/
+29
2018-06-18
block: Drain recursively with a single BDRV_POLL_WHILE()
Kevin Wolf
3
-22
/
+52
2018-06-18
test-bdrv-drain: Add test for node deletion
Max Reitz
1
-0
/
+169
2018-06-18
block: Remove bdrv_drain_recurse()
Kevin Wolf
1
-33
/
+3
2018-06-18
block: Really pause block jobs on drain
Kevin Wolf
8
-14
/
+107
2018-06-18
block: Avoid unnecessary aio_poll() in AIO_WAIT_WHILE()
Kevin Wolf
2
-15
/
+18
[next]