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
2017-06-26
qed: Make qed_read_backing_file() synchronous
Kevin Wolf
1
-14
/
+18
2017-06-26
qed: Remove callback from qed_find_cluster()
Kevin Wolf
3
-32
/
+35
2017-06-26
qed: Remove callback from qed_read_l2_table()
Kevin Wolf
3
-76
/
+36
2017-06-26
qed: Remove callback from qed_read_table()
Kevin Wolf
1
-54
/
+25
2017-06-26
qed: Make qed_read_table() synchronous
Kevin Wolf
1
-38
/
+18
2017-06-26
qed: Use bottom half to resume waiting requests
Kevin Wolf
1
-3
/
+10
2017-06-26
qcow2: Use offset_into_cluster() and offset_to_l2_index()
Alberto Garcia
2
-3
/
+3
2017-06-26
qcow2: Merge the writing of the COW regions with the guest data
Alberto Garcia
3
-20
/
+91
2017-06-26
qcow2: Pass a QEMUIOVector to do_perform_cow_{read,write}()
Alberto Garcia
1
-27
/
+24
2017-06-26
qcow2: Allow reading both COW regions with only one request
Alberto Garcia
1
-13
/
+38
2017-06-26
qcow2: Split do_perform_cow() into _read(), _encrypt() and _write()
Alberto Garcia
1
-30
/
+87
2017-06-26
qcow2: Make perform_cow() call do_perform_cow() twice
Alberto Garcia
1
-14
/
+22
2017-06-26
qcow2: Use unsigned int for both members of Qcow2COWRegion
Alberto Garcia
2
-4
/
+4
2017-06-26
qcow2: Remove unused Error variable in do_perform_cow()
Alberto Garcia
1
-3
/
+1
2017-06-26
nvme: Add support for Read Data and Write Data in CMBs.
Stephen Bates
2
-26
/
+58
2017-06-26
qemu-iotests: 068: test iothread mode
Stefan Hajnoczi
2
-10
/
+24
2017-06-26
qemu-iotests: 068: use -drive/-device instead of -hda
Stefan Hajnoczi
1
-1
/
+6
2017-06-26
qemu-iotests: 068: extract _qemu() function
Stefan Hajnoczi
1
-6
/
+9
2017-06-26
migration: hold AioContext lock for loadvm qemu_fclose()
Stefan Hajnoczi
1
-1
/
+1
2017-06-26
throttle: Update throttle-groups.c documentation
Alberto Garcia
1
-1
/
+1
2017-06-26
doc: Document driver-specific -blockdev options
Kevin Wolf
1
-1
/
+114
2017-06-26
doc: Document generic -blockdev options
Kevin Wolf
1
-29
/
+79
2017-06-26
migration: use bdrv_drain_all_begin/end() instead bdrv_drain_all()
Stefan Hajnoczi
1
-3
/
+15
2017-06-26
migration: avoid recursive AioContext locking in save_vmstate()
Stefan Hajnoczi
1
-1
/
+11
2017-06-26
block: use BDRV_POLL_WHILE() in bdrv_rw_vmstate()
Stefan Hajnoczi
1
-3
/
+1
2017-06-26
block: count bdrv_co_rw_vmstate() requests
Stefan Hajnoczi
1
-5
/
+12
2017-06-26
qemu-iotests: Test exiting qemu with running job
Kevin Wolf
3
-0
/
+266
2017-06-26
qemu-iotests: Allow starting new qemu after cleanup
Kevin Wolf
1
-0
/
+3
2017-06-26
commit: Fix completion with extra reference
Kevin Wolf
1
-0
/
+7
2017-06-23
Merge remote-tracking branch 'remotes/rth/tags/pull-s390-20170623' into staging
Peter Maydell
7
-89
/
+411
2017-06-23
target/s390x: Implement idte instruction
David Hildenbrand
5
-0
/
+70
2017-06-23
target/s390x: Improve heuristic for ipte
David Hildenbrand
1
-9
/
+16
2017-06-23
target/s390x: Indicate and check for local tlb clearing
David Hildenbrand
3
-3
/
+6
2017-06-23
target/s390x: Clean up TB flag bits
Richard Henderson
2
-23
/
+17
2017-06-23
target/s390x: Finish implementing ETF2-ENH
Richard Henderson
2
-3
/
+13
2017-06-23
target/s390x: Mark STFLE_49 facility as available
Richard Henderson
1
-0
/
+1
2017-06-23
target/s390x: Implement processor-assist insn
Richard Henderson
2
-0
/
+4
2017-06-23
target/s390x: Implement execution-hint insns
Richard Henderson
2
-1
/
+13
2017-06-23
target/s390x: Mark STFLE_53 facility as available
Richard Henderson
1
-0
/
+1
2017-06-23
target/s390x: Implement load-and-zero-rightmost-byte insns
Richard Henderson
2
-0
/
+12
2017-06-23
target/s390x: Implement load-on-condition-2 insns
Richard Henderson
3
-3
/
+25
2017-06-23
target/s390x: Mark FPSEH facility as available
Richard Henderson
1
-0
/
+1
2017-06-23
target/s390x: implement mvcos instruction
David Hildenbrand
6
-15
/
+201
2017-06-23
target/s390x: change PSW_SHIFT_KEY
David Hildenbrand
2
-2
/
+2
2017-06-23
target/s390x: Map existing FAC_* names to S390_FEAT_* names
Richard Henderson
1
-30
/
+29
2017-06-23
Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20170622' into ...
Peter Maydell
1
-1
/
+1
2017-06-23
Merge remote-tracking branch 'remotes/kraxel/tags/queue/misc-pull-request' in...
Peter Maydell
1
-60
/
+151
2017-06-23
ui/cocoa.m: add Speed menu
John Arbuckle
1
-0
/
+56
2017-06-23
applesmc: fix port i/o access width
Gabriel L. Somlo
1
-2
/
+2
2017-06-23
applesmc: implement error status port
Gabriel L. Somlo
1
-26
/
+115
[next]