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
2012-09-28
stream: add on-error argument
Paolo Bonzini
6
-9
/
+47
2012-09-28
block: introduce block job error
Paolo Bonzini
8
-12
/
+120
2012-09-28
iostatus: reorganize io error code
Paolo Bonzini
6
-55
/
+64
2012-09-28
iostatus: change is_read to a bool
Paolo Bonzini
7
-11
/
+11
2012-09-28
iostatus: move BlockdevOnError declaration to QAPI
Paolo Bonzini
11
-36
/
+54
2012-09-28
iostatus: rename BlockErrorAction, BlockQMPEventAction
Paolo Bonzini
6
-14
/
+14
2012-09-28
qemu-iotests: add test for pausing a streaming operation
Paolo Bonzini
3
-5
/
+41
2012-09-28
qmp: add block-job-pause and block-job-resume
Paolo Bonzini
7
-8
/
+147
2012-09-28
block: add support for job pause/resume
Paolo Bonzini
5
-6
/
+72
2012-09-28
qmp: add 'busy' member to BlockJobInfo
Paolo Bonzini
2
-1
/
+5
2012-09-28
block: add block_job_query
Paolo Bonzini
3
-13
/
+21
2012-09-28
block: move job APIs to separate files
Paolo Bonzini
10
-282
/
+354
2012-09-28
block: fix documentation of block_job_cancel_sync
Paolo Bonzini
1
-7
/
+5
2012-09-28
qerror/block: introduce QERR_BLOCK_JOB_NOT_ACTIVE
Paolo Bonzini
2
-2
/
+5
2012-09-28
qemu-iotests: add initial tests for live block commit
Jeff Cody
3
-0
/
+184
2012-09-28
QAPI: add command for live block commit, 'block-commit'
Jeff Cody
4
-2
/
+102
2012-09-28
block: helper function, to find the base image of a chain
Jeff Cody
2
-0
/
+17
2012-09-28
blockdev: rename block_stream_cb to a generic block_job_cb
Jeff Cody
2
-4
/
+4
2012-09-28
block: add live block commit functionality
Jeff Cody
4
-0
/
+286
2012-09-28
block: add support functions for live commit, to find and delete images.
Jeff Cody
2
-0
/
+147
2012-09-28
block: Support GlusterFS as a QEMU block backend.
Bharata B Rao
2
-0
/
+625
2012-09-28
configure: Add a config option for GlusterFS as block backend
Bharata B Rao
1
-0
/
+35
2012-09-28
aio: Another fix to the walking_handlers logic
Paolo Bonzini
1
-5
/
+5
2012-09-28
qemu: URI parsing library
Paolo Bonzini
3
-1
/
+2363
2012-09-28
aio: Fix qemu_aio_wait() to maintain correct walking_handlers count
Paolo Bonzini
1
-4
/
+4
2012-09-28
block: after creating a live snapshot, make old image read-only
Jeff Cody
1
-0
/
+5
2012-09-28
block-migration: Flush requests in blk_mig_cleanup
Kevin Wolf
1
-0
/
+2
2012-09-27
Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...
Aurelien Jarno
3
-14
/
+40
2012-09-27
target-s390x: Tidy cpu_dump_state
Richard Henderson
1
-12
/
+10
2012-09-27
target-s390x: Avoid double CPU_LOG_TB_CPU
Richard Henderson
1
-1
/
+0
2012-09-27
target-s390x: Use CPU_LOG_INT
Richard Henderson
2
-4
/
+6
2012-09-27
target-unicore32: Call tcg_gen_debug_insn_start
Richard Henderson
1
-0
/
+4
2012-09-27
target-s390x: Call tcg_gen_debug_insn_start
Richard Henderson
1
-4
/
+5
2012-09-27
target-m68k: Call tcg_gen_debug_insn_start
Richard Henderson
1
-0
/
+4
2012-09-27
Emit debug_insn for CPU_LOG_TB_OP_OPT as well.
Richard Henderson
12
-12
/
+18
2012-09-27
tci: Fix for AREG0 free mode
Stefan Weil
2
-9
/
+14
2012-09-26
Versatile Express: Add modelling of NOR flash
Francesco Lavra
1
-2
/
+24
2012-09-26
Versatile Express: Fix NOR flash 0 address and remove flash alias
Francesco Lavra
1
-5
/
+2
2012-09-26
hw/armv7m_nvic: Correctly register GIC region when setting up NVIC
Meador Inge
1
-1
/
+2
2012-09-26
pl190: fix read of VECTADDR
Brendan Fennell
1
-6
/
+12
2012-09-25
add a boot parameter to set reboot timeout
Amos Kong
4
-4
/
+39
2012-09-25
Clear handler only for valid fd
Orit Wasserman
1
-1
/
+3
2012-09-25
Fix address handling in inet_nonblocking_connect
Orit Wasserman
4
-58
/
+126
2012-09-25
Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connect
Orit Wasserman
6
-16
/
+57
2012-09-25
Refactor inet_connect_opts function
Michael S. Tsirkin
1
-63
/
+85
2012-09-25
configure: Allow builds without any system or user emulation
Stefan Weil
2
-4
/
+5
2012-09-25
ivshmem: add 64bit option
Gerd Hoffmann
2
-3
/
+14
2012-09-25
compat: turn off msi/msix on xhci for old machine types
Gerd Hoffmann
1
-0
/
+16
2012-09-25
add pc-1.3 machine type
Gerd Hoffmann
1
-2
/
+10
2012-09-25
Cleanup unused global var qemu_system_powerdown
Igor Mammedov
2
-6
/
+7
[next]