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-02-24
mttcg: translate-all: Enable locking debug in a debug build
Pranith Kumar
1
-36
/
+16
2017-02-24
docs: new design document multi-thread-tcg.txt
Alex Bennée
1
-0
/
+350
2017-02-24
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170222' into...
Peter Maydell
35
-354
/
+1093
2017-02-24
s390x/css: handle format-0 TIC CCW correctly
Dong Jia Shi
1
-6
/
+9
2017-02-24
s390x/arch_dump: pass cpuid into notes sections
Christian Borntraeger
1
-11
/
+12
2017-02-24
s390x/arch_dump: use proper note name and note size
Christian Borntraeger
1
-15
/
+28
2017-02-24
virtio-ccw: support VIRTIO_QUEUE_MAX virtqueues
Halil Pasic
3
-10
/
+9
2017-02-24
s390x: bump ADAPTER_ROUTES_MAX_GSI
Halil Pasic
2
-3
/
+14
2017-02-24
virtio-ccw: check flic->adapter_routes_max_batch
Halil Pasic
1
-0
/
+7
2017-02-24
s390x: add property adapter_routes_max_batch
Halil Pasic
2
-0
/
+30
2017-02-24
virtio-ccw: Check the number of vqs in CCW_CMD_SET_IND
Halil Pasic
1
-0
/
+7
2017-02-24
virtio-ccw: add virtio-crypto-ccw device
Halil Pasic
2
-0
/
+73
2017-02-24
virtio-ccw: handle virtio 1 only devices
Halil Pasic
2
-1
/
+18
2017-02-24
s390x/flic: fail migration on source already
Cornelia Huck
1
-2
/
+4
2017-02-24
s390x/kvm: detect some program check loops
Christian Borntraeger
1
-3
/
+40
2017-02-24
s390x/s390-virtio: get rid of DPRINTF
Cornelia Huck
1
-10
/
+0
2017-02-24
docker: Install python2 explicitly in docker image
Fam Zheng
1
-1
/
+1
2017-02-24
MAINTAINERS: merge Build and test automation with Docker tests
Alex Bennée
1
-7
/
+5
2017-02-24
.shippable.yml: new CI provider
Alex Bennée
2
-0
/
+20
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
2
-40
/
+22
2017-02-23
util/cutils: Change qemu_strtosz*() from int64_t to uint64_t
Markus Armbruster
10
-41
/
+50
2017-02-23
util/cutils: Return qemu_strtosz*() error and value separately
Markus Armbruster
10
-77
/
+119
2017-02-23
util/cutils: Let qemu_strtosz*() optionally reject trailing crap
Markus Armbruster
8
-31
/
+25
2017-02-23
qemu-img: Wrap cvtnum() around qemu_strtosz()
Markus Armbruster
1
-27
/
+31
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: Drop QEMU_STRTOSZ_DEFSUFFIX_* macros
Markus Armbruster
1
-18
/
+10
2017-02-23
util/cutils: New qemu_strtosz()
Markus Armbruster
6
-41
/
+30
2017-02-23
util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()
Markus Armbruster
6
-24
/
+24
2017-02-23
util/cutils: New qemu_strtosz_metric()
Markus Armbruster
4
-14
/
+17
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
2
-14
/
+16
2017-02-23
util/cutils: Clean up control flow around qemu_strtol() a bit
Markus Armbruster
1
-42
/
+43
2017-02-23
util/cutils: Clean up variable names around qemu_strtol()
Markus Armbruster
1
-21
/
+21
2017-02-23
util/cutils: Rename qemu_strtoll(), qemu_strtoull()
Markus Armbruster
6
-193
/
+225
2017-02-23
util/cutils: Rewrite documentation of qemu_strtol() & friends
Markus Armbruster
1
-39
/
+49
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
option: Assert value string isn't null
Markus Armbruster
1
-50
/
+39
2017-02-23
test-qemu-opts: Cover qemu_opts_parse()
Markus Armbruster
1
-2
/
+328
2017-02-23
Revert "hw/mips: MIPS Boston board support"
Peter Maydell
4
-582
/
+1
2017-02-23
xhci: properties cleanup
Gerd Hoffmann
1
-3
/
+26
2017-02-23
usb: ohci: fix error return code in servicing td
Li Qiang
1
-1
/
+1
2017-02-23
usb: replace handle_destroy with unrealize
Marc-André Lureau
12
-29
/
+25
2017-02-23
Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170222' into staging
Peter Maydell
20
-35
/
+1424
[prev]
[next]