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
2014-05-20
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
31
-96
/
+809
2014-05-19
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
27
-445
/
+752
2014-05-19
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-8' into staging
Peter Maydell
8
-282
/
+553
2014-05-19
block: optimize zero writes with bdrv_write_zeroes
Peter Lieven
9
-20
/
+91
2014-05-19
Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging
Peter Maydell
7
-132
/
+313
2014-05-19
blockdev: add a function to parse enum ids from strings
Peter Lieven
1
-0
/
+19
2014-05-19
util: add qemu_iovec_is_zero
Peter Lieven
2
-0
/
+22
2014-05-19
qcow1: Stricter backing file length check
Kevin Wolf
3
-2
/
+23
2014-05-19
qcow1: Validate image size (CVE-2014-0223)
Kevin Wolf
3
-2
/
+30
2014-05-19
qcow1: Validate L2 table size (CVE-2014-0222)
Kevin Wolf
3
-0
/
+34
2014-05-19
qcow1: Check maximum cluster size
Kevin Wolf
4
-2
/
+85
2014-05-19
qcow1: Make padding in the header explicit
Kevin Wolf
1
-1
/
+2
2014-05-19
curl: Add usage documentation
Matthew Booth
1
-0
/
+68
2014-05-19
curl: Add sslverify option
Matthew Booth
1
-0
/
+12
2014-05-19
curl: Remove broken parsing of options from url
Matthew Booth
1
-42
/
+10
2014-05-19
curl: Fix build when curl_multi_socket_action isn't available
Matthew Booth
1
-0
/
+15
2014-05-19
qemu-iotests: Fix blkdebug in VM drive in 030
Fam Zheng
1
-1
/
+1
2014-05-19
qemu-iotests: Fix core dump suppression in test 039
Markus Armbruster
3
-12
/
+12
2014-05-19
iotests: Add test for the JSON protocol
Max Reitz
3
-0
/
+185
2014-05-19
block: Allow JSON filenames
Max Reitz
1
-0
/
+41
2014-05-19
check-qdict: Add test for qdict_join()
Max Reitz
1
-0
/
+87
2014-05-19
qdict: Add qdict_join()
Max Reitz
2
-0
/
+35
2014-05-19
block: add test for vhdx image created by Disk2VHD
Jeff Cody
3
-0
/
+14
2014-05-19
block: vhdx - account for identical header sections
Jeff Cody
1
-1
/
+8
2014-05-19
Remove g_sequence_lookup from qemu-img help function
Mike Day
1
-5
/
+2
2014-05-19
block: Fix bdrv_is_allocated() for short backing files
Kevin Wolf
2
-8
/
+13
2014-05-16
qapi: skip redundant includes
BenoƮt Canet
8
-5
/
+23
2014-05-16
input: sparc32 kbd: claim en-us layout
Gerd Hoffmann
1
-1
/
+1
2014-05-16
input: sparc32 kbd: fix some key mappings
Gerd Hoffmann
1
-14
/
+16
2014-05-16
input: remove sparc keymap hack
Gerd Hoffmann
1
-19
/
+0
2014-05-16
input: switch sparc32 kbd to new input api
Gerd Hoffmann
2
-61
/
+172
2014-05-16
input: switch ps/2 mouse to new input api
Gerd Hoffmann
1
-15
/
+52
2014-05-16
input: switch ps/2 kbd to new input api
Gerd Hoffmann
1
-1
/
+24
2014-05-16
input: use KeyValue directly in sendkey monitor command
Gerd Hoffmann
1
-24
/
+23
2014-05-16
input: add qemu_input_handler_deactivate
Gerd Hoffmann
2
-0
/
+8
2014-05-16
input: key mapping helpers
Gerd Hoffmann
4
-175
/
+223
2014-05-16
ps2: set ps/2 output buffer size as the same as kernel
Gonglei
1
-6
/
+68
2014-05-15
monitor: Add netdev_del id argument completion.
Hani Benhabiles
3
-0
/
+28
2014-05-15
monitor: Add netdev_add type argument completion.
Hani Benhabiles
3
-1
/
+18
2014-05-15
monitor: Add set_link arguments completion.
Hani Benhabiles
4
-1
/
+37
2014-05-15
monitor: Add chardev-add backend argument completion.
Hani Benhabiles
3
-0
/
+25
2014-05-15
monitor: Add chardev-remove command completion.
Hani Benhabiles
3
-0
/
+25
2014-05-15
monitor: Convert sendkey to use command_completion.
Hani Benhabiles
3
-9
/
+25
2014-05-15
qapi: Show qapi-commands.py invocation in qapi-code-gen.txt
Markus Armbruster
1
-14
/
+13
2014-05-15
qapi: Replace uncommon use of the error API by the common one
Markus Armbruster
10
-286
/
+354
2014-05-15
tests: Don't call visit_end_struct() after visit_start_struct() fails
Markus Armbruster
3
-15
/
+39
2014-05-15
hw: Don't call visit_end_struct() after visit_start_struct() fails
Markus Armbruster
2
-14
/
+34
2014-05-15
hmp: Call visit_end_struct() after visit_start_struct() succeeds
Markus Armbruster
1
-8
/
+8
2014-05-15
qapi: Un-inline visit of implicit struct
Markus Armbruster
1
-14
/
+34
2014-05-15
qapi-visit.py: Clean up a sloppy use of field prefix
Markus Armbruster
1
-1
/
+1
[next]