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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-28
block: Add permissions to BlockBackend
Kevin Wolf
1
-0
/
+2
2017-02-28
vvfat: Implement .bdrv_child_perm()
Kevin Wolf
1
-0
/
+1
2017-02-28
block: Default .bdrv_child_perm() for format drivers
Kevin Wolf
1
-0
/
+8
2017-02-28
block: Default .bdrv_child_perm() for filter drivers
Kevin Wolf
1
-0
/
+8
2017-02-28
block: Involve block drivers in permission granting
Kevin Wolf
1
-0
/
+61
2017-02-28
block: Let callers request permissions when attaching a child node
Kevin Wolf
1
-1
/
+14
2017-02-28
block: Add Error argument to bdrv_attach_child()
Kevin Wolf
1
-1
/
+2
2017-02-28
block: Add op blocker permission constants
Kevin Wolf
1
-0
/
+36
2017-02-28
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+92
2017-02-28
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...
Peter Maydell
1
-1
/
+1
2017-02-28
bcm2835_sdhost: add bcm2835 sdhost controller
Clement Deschamps
1
-0
/
+48
2017-02-28
hw/arm/virt: Add a user option to disallow ITS instantiation
Eric Auger
1
-0
/
+1
2017-02-28
target-arm: Implement BCM2835 hardware RNG
Marcin Chojnacki
2
-0
/
+29
2017-02-28
throttle: factor out duplicate code
Pradeep Jagadeesh
1
-0
/
+92
2017-02-28
Update copyright year
Marc-André Lureau
1
-1
/
+1
2017-02-27
gtk-egl: add scanout_disable support
Gerd Hoffmann
1
-0
/
+1
2017-02-27
sdl2: add scanout_disable support
Gerd Hoffmann
1
-0
/
+1
2017-02-27
console: add dpy_gl_scanout_disable
Gerd Hoffmann
1
-0
/
+2
2017-02-27
console: rename dpy_gl_scanout to dpy_gl_scanout_texture
Gerd Hoffmann
3
-23
/
+32
2017-02-26
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+3
2017-02-25
Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ...
Peter Maydell
4
-14
/
+138
2017-02-25
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170224' into staging
Peter Maydell
1
-2
/
+9
2017-02-24
Merge remote-tracking branch 'remotes/armbru/tags/pull-util-2017-02-23' into ...
Peter Maydell
1
-22
/
+7
2017-02-24
block: Add bdrv_new_open_driver()
Kevin Wolf
1
-0
/
+2
2017-02-24
block: Pass BdrvChild to bdrv_truncate()
Kevin Wolf
1
-1
/
+1
2017-02-24
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20170223-1' into s...
Peter Maydell
1
-5
/
+0
2017-02-24
cputlb: introduce tlb_flush_*_all_cpus[_synced]
Alex Bennée
1
-3
/
+113
2017-02-24
cputlb: atomically update tlb fields used by tlb_reset_dirty
Alex Bennée
1
-2
/
+0
2017-02-24
cputlb: add tlb_flush_by_mmuidx async routines
Alex Bennée
1
-1
/
+1
2017-02-24
cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmap
Alex Bennée
1
-6
/
+7
2017-02-24
cputlb: introduce tlb_flush_* async work.
KONRAD Frederic
2
-0
/
+7
2017-02-24
tcg: remove global exit_request
Alex Bennée
1
-3
/
+0
2017-02-24
tcg: drop global lock during TCG code execution
Jan Kiszka
1
-0
/
+1
2017-02-24
tcg: rename tcg_current_cpu to tcg_current_rr_cpu
Alex Bennée
1
-1
/
+0
2017-02-24
tcg: add options for enabling MTTCG
KONRAD Frederic
2
-0
/
+11
2017-02-24
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170222' into...
Peter Maydell
5
-14
/
+15
2017-02-24
virtio-ccw: support VIRTIO_QUEUE_MAX virtqueues
Halil Pasic
1
-1
/
+0
2017-02-24
s390x: bump ADAPTER_ROUTES_MAX_GSI
Halil Pasic
1
-2
/
+8
2017-02-24
s390x: add property adapter_routes_max_batch
Halil Pasic
1
-0
/
+2
2017-02-23
util/cutils: Change qemu_strtosz*() from int64_t to uint64_t
Markus Armbruster
1
-3
/
+3
2017-02-23
util/cutils: Return qemu_strtosz*() error and value separately
Markus Armbruster
1
-3
/
+3
2017-02-23
util/cutils: New qemu_strtosz()
Markus Armbruster
1
-16
/
+1
2017-02-23
util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()
Markus Armbruster
1
-1
/
+1
2017-02-23
util/cutils: New qemu_strtosz_metric()
Markus Armbruster
1
-2
/
+2
2017-02-23
util/cutils: Rename qemu_strtoll(), qemu_strtoull()
Markus Armbruster
1
-3
/
+3
2017-02-23
usb: replace handle_destroy with unrealize
Marc-André Lureau
1
-5
/
+0
2017-02-22
machine: replace query_hotpluggable_cpus() callback with has_hotpluggable_cpu...
Igor Mammedov
1
-5
/
+3
2017-02-22
machine: unify [pc_|spapr_]query_hotpluggable_cpus() callbacks
Igor Mammedov
1
-0
/
+3
2017-02-22
spapr: reuse machine->possible_cpus instead of cores[]
Igor Mammedov
1
-1
/
+0
2017-02-22
change CPUArchId.cpu type to Object*
Igor Mammedov
1
-1
/
+1
[next]