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
2015-12-18
block: reopen: Extract QemuOpts for generic block layer options
Kevin Wolf
1
-0
/
+24
2015-12-18
qemu-iotests: Remove cache mode test without medium
Kevin Wolf
3
-14
/
+14
2015-12-18
blockdev: Set 'format' indicates non-empty drive
Kevin Wolf
3
-7
/
+4
2015-12-18
block: Introduce bs->explicit_options
Kevin Wolf
3
-2
/
+24
2015-12-18
block: Split out parse_json_protocol()
Kevin Wolf
1
-18
/
+32
2015-12-18
block: Add infrastructure for option inheritance
Kevin Wolf
2
-22
/
+33
2015-12-18
block: reopen: Document option precedence and refactor accordingly
Kevin Wolf
1
-6
/
+33
2015-12-18
block: Allow specifying child options in reopen
Kevin Wolf
1
-2
/
+10
2015-12-18
block: Keep "driver" in bs->options
Kevin Wolf
1
-17
/
+40
2015-12-18
block: Pass driver-specific options to .bdrv_refresh_filename()
Kevin Wolf
6
-20
/
+18
2015-12-18
block: Exclude nested options only for children in append_open_options()
Kevin Wolf
2
-4
/
+17
2015-12-18
block: Consider all block layer options in append_open_options
Kevin Wolf
1
-8
/
+18
2015-12-18
block: Allow references for backing files
Kevin Wolf
3
-21
/
+32
2015-12-18
mirror: Error out when a BDS would get two BBs
Kevin Wolf
1
-0
/
+28
2015-12-18
block: Fix reopen with semantically overlapping options
Kevin Wolf
1
-1
/
+15
2015-12-18
qcow2: Add .bdrv_join_options callback
Kevin Wolf
2
-0
/
+48
2015-12-18
iotests: 124: don't reopen qcow2
John Snow
1
-12
/
+14
2015-12-18
iotests: 124: move incremental failure test
John Snow
1
-57
/
+60
2015-12-18
iotests: 124: Split into two test classes
John Snow
1
-13
/
+22
2015-12-18
Merge remote-tracking branch 'remotes/berrange/tags/pull-io-channel-base-2015...
Peter Maydell
38
-1
/
+6866
2015-12-18
io: add QIOChannelBuffer class
Daniel P. Berrange
6
-0
/
+363
2015-12-18
io: add QIOChannelCommand class
Daniel P. Berrange
7
-0
/
+589
2015-12-18
io: add QIOChannelWebsock class
Daniel P. Berrange
4
-0
/
+1079
2015-12-18
io: add QIOChannelTLS class
Daniel P. Berrange
7
-0
/
+893
2015-12-18
io: add QIOChannelFile class
Daniel P. Berrange
7
-0
/
+428
2015-12-18
io: add QIOChannelSocket class
Daniel P. Berrange
13
-1
/
+1736
2015-12-18
io: add QIOTask class for async operations
Daniel P. Berrange
7
-0
/
+697
2015-12-18
io: add helper module for creating watches on FDs
Daniel P. Berrange
3
-0
/
+271
2015-12-18
io: add abstract QIOChannel classes
Daniel P. Berrange
7
-0
/
+810
2015-12-17
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
86
-1346
/
+2649
2015-12-17
coverity: Model g_memdup()
Markus Armbruster
1
-0
/
+17
2015-12-17
coverity: Model g_poll()
Markus Armbruster
1
-0
/
+9
2015-12-17
scsi: always call notifier on async cancellation
Paolo Bonzini
1
-3
/
+0
2015-12-17
scsi: use scsi_req_cancel_async when purging requests
Paolo Bonzini
1
-2
/
+4
2015-12-17
target-i386: kvm: clear unusable segments' flags in migration
Michael Chapman
1
-9
/
+13
2015-12-17
rcu: optimize rcu_read_lock
Paolo Bonzini
1
-5
/
+1
2015-12-17
memory: try to inline constant-length reads
Paolo Bonzini
3
-31
/
+59
2015-12-17
memory: inline a few small accessors
Paolo Bonzini
2
-24
/
+18
2015-12-17
memory: extract first iteration of address_space_read and address_space_write
Paolo Bonzini
2
-20
/
+71
2015-12-17
memory: split address_space_read and address_space_write
Paolo Bonzini
1
-92
/
+116
2015-12-17
memory: avoid unnecessary object_ref/unref
Paolo Bonzini
2
-16
/
+13
2015-12-17
memory: reorder MemoryRegion fields
Paolo Bonzini
1
-10
/
+14
2015-12-17
exec: make qemu_ram_ptr_length more similar to qemu_get_ram_ptr
Paolo Bonzini
1
-23
/
+23
2015-12-17
exec: always call qemu_get_ram_ptr within rcu_read_lock
Paolo Bonzini
3
-23
/
+22
2015-12-17
linux-user: convert DEBUG_SIGNAL logging to tracepoints
Paolo Bonzini
3
-62
/
+69
2015-12-17
linux-user: avoid "naked" qemu_log
Paolo Bonzini
1
-40
/
+31
2015-12-17
user: introduce "-d page"
Paolo Bonzini
5
-8
/
+11
2015-12-17
xtensa: avoid "naked" qemu_log
Paolo Bonzini
5
-31
/
+31
2015-12-17
tricore: avoid "naked" qemu_log
Paolo Bonzini
1
-2
/
+2
2015-12-17
ppc: cleanup logging
Paolo Bonzini
6
-43
/
+26
[next]