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
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-28
backup: Use real permissions in backup block job
Kevin Wolf
1
-4
/
+7
2017-02-28
blockjob: Add permissions to block_job_create()
Kevin Wolf
2
-5
/
+6
2017-02-28
hw/block: Introduce share-rw qdev property
Kevin Wolf
1
-0
/
+53
2017-02-28
hw/block: Request permissions
Kevin Wolf
1
-3
/
+3
2017-02-28
block: Add error parameter to blk_insert_bs()
Kevin Wolf
1
-1
/
+1
2017-02-28
block: Add permissions to blk_new()
Kevin Wolf
2
-4
/
+6
2017-02-28
option: Tweak invalid size error message and unbreak iotest 049
Markus Armbruster
1
-5
/
+9
2017-02-28
new: dockerfiles/debian-s390-cross
Alex Bennée
1
-0
/
+22
2017-02-28
tests/test-vmstate.c: test array of ptr to primitive
Halil Pasic
1
-0
/
+48
2017-02-28
tests/test-vmstate.c: test array of ptr with null
Halil Pasic
1
-17
/
+57
2017-02-28
tests/prom-env: Enable the test for the sun4u machine, too
Thomas Huth
2
-3
/
+2
2017-02-28
ide: remove undefined behavior in ide-test
John Snow
1
-0
/
+1
2017-02-27
tests-aio-multithread: use atomic_read properly
Paolo Bonzini
1
-2
/
+2
2017-02-26
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
10
-9
/
+112
2017-02-25
Merge remote-tracking branch 'remotes/famz/tags/for-upstream' into staging
Peter Maydell
7
-4
/
+77
2017-02-24
Merge remote-tracking branch 'remotes/armbru/tags/pull-util-2017-02-23' into ...
Peter Maydell
2
-229
/
+739
2017-02-24
tests: Use opened block node for block job tests
Kevin Wolf
2
-2
/
+10
2017-02-24
block: Attach bs->file only during .bdrv_open()
Kevin Wolf
2
-4
/
+4
2017-02-24
iotests: Fix another race in 030
John Snow
1
-1
/
+4
2017-02-24
qemu-img: Add tests for raw image preallocation
Nir Soffer
3
-0
/
+80
2017-02-24
qemu-iotests: redirect nbd server stdout to /dev/null
Jeff Cody
1
-1
/
+1
2017-02-24
qemu-iotests: add ability to exclude certain protocols from tests
Jeff Cody
1
-0
/
+12
2017-02-24
qemu-iotests: Test 137 only supports 'file' protocol
Jeff Cody
1
-1
/
+1
2017-02-24
docker: Install python2 explicitly in docker image
Fam Zheng
1
-1
/
+1
2017-02-24
new: debian docker targets for cross-compiling
Alex Bennée
5
-1
/
+60
2017-02-24
tests/docker: add basic user mapping support
Alex Bennée
2
-2
/
+16
2017-02-23
option: Fix checking of sizes for overflow and trailing crap
Markus Armbruster
1
-12
/
+9
2017-02-23
util/cutils: Change qemu_strtosz*() from int64_t to uint64_t
Markus Armbruster
1
-20
/
+20
2017-02-23
util/cutils: Return qemu_strtosz*() error and value separately
Markus Armbruster
1
-47
/
+73
2017-02-23
util/cutils: Let qemu_strtosz*() optionally reject trailing crap
Markus Armbruster
1
-0
/
+6
2017-02-23
test-cutils: Drop suffix from test_qemu_strtosz_simple()
Markus Armbruster
1
-4
/
+4
2017-02-23
test-cutils: Use qemu_strtosz() more often
Markus Armbruster
1
-17
/
+17
2017-02-23
util/cutils: New qemu_strtosz()
Markus Armbruster
1
-8
/
+8
2017-02-23
util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()
Markus Armbruster
1
-19
/
+19
2017-02-23
util/cutils: New qemu_strtosz_metric()
Markus Armbruster
1
-7
/
+6
2017-02-23
test-cutils: Cover qemu_strtosz() around range limits
Markus Armbruster
1
-2
/
+59
2017-02-23
test-cutils: Cover qemu_strtosz() with trailing crap
Markus Armbruster
1
-0
/
+19
2017-02-23
test-cutils: Cover qemu_strtosz() invalid input
Markus Armbruster
1
-0
/
+24
2017-02-23
test-cutils: Add missing qemu_strtosz()... endptr checks
Markus Armbruster
1
-11
/
+26
2017-02-23
option: Fix to reject invalid and overflowing numbers
Markus Armbruster
1
-11
/
+8
2017-02-23
util/cutils: Rename qemu_strtoll(), qemu_strtoull()
Markus Armbruster
1
-168
/
+200
2017-02-23
test-cutils: Clean up qemu_strtoul() result checks
Markus Armbruster
1
-30
/
+30
2017-02-23
test-cutils: Add missing qemu_strtol()... endptr checks
Markus Armbruster
1
-0
/
+12
2017-02-23
test-qemu-opts: Cover qemu_opts_parse()
Markus Armbruster
1
-2
/
+328
2017-02-22
tests: Don't check qobject_type() before qobject_to_qbool()
Markus Armbruster
2
-25
/
+11
2017-02-22
tests: Don't check qobject_type() before qobject_to_qfloat()
Markus Armbruster
2
-14
/
+6
2017-02-22
tests: Don't check qobject_type() before qobject_to_qint()
Markus Armbruster
2
-35
/
+17
2017-02-22
tests: Don't check qobject_type() before qobject_to_qstring()
Markus Armbruster
2
-43
/
+25
2017-02-22
tests: Don't check qobject_type() before qobject_to_qlist()
Markus Armbruster
1
-5
/
+2
2017-02-22
Don't check qobject_type() before qobject_to_qdict()
Markus Armbruster
2
-36
/
+14
[prev]
[next]