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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2015-11-18
qmp: Convert QMP code to use object property iterators
Daniel P. Berrange
1
-2
/
+8
2015-11-18
qom: Introduce ObjectPropertyIterator struct for iteration
Daniel P. Berrange
3
-0
/
+123
2015-11-18
qdev: Change Property::offset field to ptrdiff_t type
Ildar Isaev
1
-1
/
+1
2015-11-12
hw/misc: Add support for ADC controller in Xilinx Zynq 7000
Guenter Roeck
4
-0
/
+355
2015-11-12
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20151112' i...
Peter Maydell
7
-42
/
+52
2015-11-12
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
42
-296
/
+2618
2015-11-12
migration_init: Fix lock initialisation/make it explicit
Dr. David Alan Gilbert
1
-30
/
+23
2015-11-12
migrate-start-postcopy: Improve text
Dr. David Alan Gilbert
3
-3
/
+7
2015-11-12
configure: check for $cxx before use
John Snow
1
-1
/
+2
2015-11-12
Postcopy: Fix TP!=HP zero case
Dr. David Alan Gilbert
1
-1
/
+1
2015-11-12
Finish non-postcopiable iterative devices before package
Dr. David Alan Gilbert
3
-5
/
+17
2015-11-12
migration: Make 32bit linux compile with RDMA
Juan Quintela
1
-1
/
+1
2015-11-12
migration: print ram_addr_t as RAM_ADDR_FMT not %zx
Juan Quintela
1
-2
/
+3
2015-11-12
target-arm: Update PC before calling gen_helper_check_breakpoints()
Sergey Fedorov
2
-0
/
+2
2015-11-12
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
17
-46
/
+446
2015-11-12
block: Update copyright of the accounting code
Alberto Garcia
2
-0
/
+2
2015-11-12
scsi-disk: Account for failed operations
Alberto Garcia
1
-15
/
+31
2015-11-12
macio: Account for failed operations
Alberto Garcia
1
-2
/
+10
2015-11-12
ide: Account for failed and invalid operations
Alberto Garcia
1
-2
/
+8
2015-11-12
atapi: Account for failed and invalid operations
Alberto Garcia
1
-12
/
+19
2015-11-12
xen_disk: Account for failed and invalid operations
Alberto Garcia
1
-1
/
+22
2015-11-12
virtio-blk: Account for failed and invalid operations
Alberto Garcia
1
-1
/
+3
2015-11-12
nvme: Account for failed and invalid operations
Alberto Garcia
1
-3
/
+8
2015-11-12
iotests: Add test for the block device statistics
Alberto Garcia
3
-0
/
+355
2015-11-12
block: Use QEMU_CLOCK_VIRTUAL for the accounting code in qtest mode
Alberto Garcia
1
-0
/
+14
2015-11-12
qemu-io: Account for failed, invalid and flush operations
Alberto Garcia
1
-0
/
+9
2015-11-12
block: New option to define the intervals for collecting I/O statistics
Alberto Garcia
2
-0
/
+41
2015-11-12
block: Add average I/O queue depth to BlockDeviceTimedStats
Alberto Garcia
7
-6
/
+60
2015-11-12
block: Compute minimum, maximum and average I/O latencies
Alberto Garcia
6
-1
/
+168
2015-11-12
block: Allow configuring whether to account failed and invalid ops
Alberto Garcia
6
-11
/
+79
2015-11-12
block: Add statistics for failed and invalid I/O operations
Alberto Garcia
5
-1
/
+71
2015-11-12
block: Add idle_time_ns to BlockDeviceStats
Alberto Garcia
6
-6
/
+33
2015-11-12
util: Infrastructure for computing recent averages
Alberto Garcia
5
-0
/
+368
2015-11-12
block: define 'clock_type' for the accounting code
Alberto Garcia
1
-2
/
+4
2015-11-12
ide: Account for write operations correctly
Alberto Garcia
1
-1
/
+1
2015-11-12
xen_disk: Account for flush operations
Alberto Garcia
1
-1
/
+3
2015-11-12
tests: add BlockJobTxn unit test
Stefan Hajnoczi
2
-0
/
+253
2015-11-12
iotests: 124 - transactional failure test
John Snow
2
-4
/
+130
2015-11-12
block: add transactional properties
John Snow
3
-8
/
+122
2015-11-12
block: Add BlockJobTxn support to backup_run
John Snow
3
-30
/
+88
2015-11-12
block/backup: Rely on commit/abort for cleanup
John Snow
1
-4
/
+18
2015-11-12
block: Add block job transactions
Fam Zheng
3
-2
/
+172
2015-11-12
blockjob: Simplify block_job_finish_sync
Fam Zheng
1
-21
/
+7
2015-11-12
blockjob: Add "completed" and "ret" in BlockJob
Fam Zheng
2
-0
/
+12
2015-11-12
blockjob: Add .commit and .abort block job actions
Fam Zheng
1
-0
/
+20
2015-11-12
blockjob: Introduce reference count and fix reference to job->bs
Fam Zheng
5
-44
/
+32
2015-11-12
backup: Extract dirty bitmap handling as a separate function
Fam Zheng
1
-10
/
+17
2015-11-12
block: rename BlkTransactionState and BdrvActionOps
John Snow
1
-55
/
+69
2015-11-12
iotests: add transactional incremental backup test
John Snow
2
-2
/
+56
2015-11-12
qed: Implement .bdrv_drain
Fam Zheng
7
-10
/
+152
[next]