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
2017-02-27
sdl2: add scanout_disable support
Gerd Hoffmann
3
-5
/
+13
2017-02-27
spice: add scanout_disable support
Gerd Hoffmann
1
-15
/
+21
2017-02-27
virtio-gpu: use dpy_gl_scanout_disable
Gerd Hoffmann
1
-3
/
+2
2017-02-27
console: add dpy_gl_scanout_disable
Gerd Hoffmann
2
-0
/
+13
2017-02-27
console: rename dpy_gl_scanout to dpy_gl_scanout_texture
Gerd Hoffmann
11
-64
/
+80
2017-02-27
tests-aio-multithread: use atomic_read properly
Paolo Bonzini
1
-2
/
+2
2017-02-26
Merge remote-tracking branch 'remotes/artyom/tags/pull-sun4v-20170226' into s...
Peter Maydell
1
-10
/
+23
2017-02-26
niagara: check if a serial port is available
Artyom Tarasenko
1
-3
/
+4
2017-02-26
niagara: fail if a firmware file is missing
Artyom Tarasenko
1
-7
/
+19
2017-02-26
Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...
Peter Maydell
3
-17
/
+21
2017-02-26
slirp: tcp_listen(): Don't try to close() an fd we never opened
Peter Maydell
1
-1
/
+3
2017-02-26
slirp: Convert mbufs to use g_malloc() and g_free()
Peter Maydell
1
-16
/
+14
2017-02-26
slirp: Check qemu_socket() return value in udp_listen()
Peter Maydell
1
-0
/
+4
2017-02-26
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
34
-168
/
+461
2017-02-26
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging
Peter Maydell
2
-46
/
+84
2017-02-25
Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170224-2' into staging
Peter Maydell
4
-1
/
+582
2017-02-25
Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ...
Peter Maydell
40
-476
/
+1878
2017-02-25
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170224' into staging
Peter Maydell
10
-60
/
+250
2017-02-25
Merge remote-tracking branch 'remotes/famz/tags/for-upstream' into staging
Peter Maydell
9
-11
/
+102
2017-02-24
Merge remote-tracking branch 'remotes/armbru/tags/pull-util-2017-02-23' into ...
Peter Maydell
15
-498
/
+1000
2017-02-24
RBD: Add support readv,writev for rbd
tianqing
1
-24
/
+56
2017-02-24
block/nfs: try to avoid the bounce buffer in pwritev
Peter Lieven
1
-7
/
+16
2017-02-24
block/nfs: convert to preadv / pwritev
Peter Lieven
1
-18
/
+15
2017-02-24
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20170223.0' ...
Peter Maydell
2
-38
/
+64
2017-02-24
tests: Use opened block node for block job tests
Kevin Wolf
2
-2
/
+10
2017-02-24
vvfat: Use opened node as backing file
Kevin Wolf
1
-5
/
+5
2017-02-24
block: Add bdrv_new_open_driver()
Kevin Wolf
2
-1
/
+31
2017-02-24
block: Factor out bdrv_open_driver()
Kevin Wolf
1
-47
/
+65
2017-02-24
block: Use BlockBackend for image probing
Kevin Wolf
1
-17
/
+19
2017-02-24
block: Factor out bdrv_open_child_bs()
Kevin Wolf
1
-24
/
+37
2017-02-24
block: Attach bs->file only during .bdrv_open()
Kevin Wolf
17
-21
/
+130
2017-02-24
block: Pass BdrvChild to bdrv_truncate()
Kevin Wolf
12
-17
/
+18
2017-02-24
mirror: Resize active commit base in mirror_run()
Kevin Wolf
1
-28
/
+22
2017-02-24
qcow2: Use BB for resizing in qcow2_amend_options()
Kevin Wolf
1
-1
/
+5
2017-02-24
blockdev: Use BlockBackend to resize in qmp_block_resize()
Kevin Wolf
1
-1
/
+6
2017-02-24
iotests: Fix another race in 030
John Snow
1
-1
/
+4
2017-02-24
qemu-img: Improve documentation for PREALLOC_MODE_FALLOC
Nir Soffer
1
-1
/
+6
2017-02-24
qemu-img: Truncate before full preallocation
Nir Soffer
1
-0
/
+12
2017-02-24
qemu-img: Add tests for raw image preallocation
Nir Soffer
3
-0
/
+80
2017-02-24
qemu-img: Do not truncate before preallocation
Nir Soffer
1
-7
/
+4
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
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-02-22' into ...
Peter Maydell
16
-274
/
+155
2017-02-24
Merge remote-tracking branch 'remotes/kraxel/tags/pull-cve-2017-2620-20170224...
Peter Maydell
1
-0
/
+8
2017-02-24
cirrus: add blit_is_unsafe call to cirrus_bitblt_cputovideo (CVE-2017-2620)
Gerd Hoffmann
1
-0
/
+8
2017-02-24
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20170223-1' into s...
Peter Maydell
14
-33
/
+52
2017-02-24
hw/mips: MIPS Boston board support
Paul Burton
4
-1
/
+582
2017-02-24
tcg: enable MTTCG by default for ARM on x86 hosts
Alex Bennée
3
-0
/
+20
2017-02-24
hw/misc/imx6_src: defer clearing of SRC_SCR reset bits
Alex Bennée
1
-9
/
+49
[next]