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
2021-02-05
iotests: 30: drop from auto group (and effectively from make check)
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-02-05
Merge remote-tracking branch 'remotes/kraxel/tags/vga-ui-20210205-pull-reques...
Peter Maydell
31
-105
/
+517
2021-02-04
Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2021...
Peter Maydell
2
-76
/
+150
2021-02-04
virtiofsd: Add restart_syscall to the seccomp whitelist
Greg Kurz
1
-0
/
+1
2021-02-04
virtiofsd: Add _llseek to the seccomp whitelist
Greg Kurz
1
-0
/
+1
2021-02-04
virtiofsd: prevent opening of special files (CVE-2020-35517)
Stefan Hajnoczi
1
-52
/
+92
2021-02-04
virtiofsd: optionally return inode pointer from lo_do_lookup()
Stefan Hajnoczi
1
-8
/
+21
2021-02-04
virtiofsd: extract lo_do_open() from lo_open()
Stefan Hajnoczi
1
-27
/
+46
2021-02-04
tests: add some virtio-gpu & vhost-user-gpu acceptance test
Marc-André Lureau
1
-0
/
+161
2021-02-04
chardev: check if the chardev is registered for yanking
Marc-André Lureau
1
-20
/
+33
2021-02-04
display/ui: add a callback to indicate GL state is flushed
Marc-André Lureau
11
-10
/
+48
2021-02-04
virtio-gpu: avoid re-entering cmdq processing
Marc-André Lureau
2
-0
/
+6
2021-02-04
ui: add egl dmabuf import to gtkglarea
Marc-André Lureau
3
-0
/
+42
2021-02-04
ui: check gtk-egl dmabuf support
Marc-André Lureau
2
-0
/
+10
2021-02-04
ui: add qemu_egl_has_dmabuf helper
Marc-André Lureau
2
-0
/
+11
2021-02-04
ui: check hw requirements during DCL registration
Marc-André Lureau
1
-0
/
+30
2021-02-04
ui: add a DCLOps callback to check dmabuf support
Marc-André Lureau
2
-0
/
+15
2021-02-04
ui: add an optional get_flags callback to GraphicHwOps
Marc-André Lureau
4
-0
/
+42
2021-02-04
vhost-user-gpu: add a configuration flag for dmabuf usage
Marc-André Lureau
2
-0
/
+5
2021-02-04
ui: remove console_has_gl_dmabuf()
Marc-André Lureau
3
-11
/
+0
2021-02-04
ui: annotate DCLOps callback requirements
Marc-André Lureau
1
-0
/
+19
2021-02-04
ui: add gd_gl_area_scanout_disable
Marc-André Lureau
4
-6
/
+10
2021-02-04
ui: remove gl_ctx_get_current
Marc-André Lureau
10
-28
/
+0
2021-02-04
ui: remove extra #ifdef CONFIG_OPENGL
Marc-André Lureau
1
-8
/
+1
2021-02-04
vhost-user-gpu: handle display-info in a callback
Marc-André Lureau
1
-6
/
+27
2021-02-04
vhost-user-gpu: use an extandable state enum for commands
Marc-André Lureau
3
-6
/
+12
2021-02-04
vhost-user-gpu: handle vhost-user-gpu features in a callback
Marc-André Lureau
2
-11
/
+28
2021-02-04
vhost-user-gpu: check backend for EDID support
Marc-André Lureau
1
-0
/
+6
2021-02-04
Merge remote-tracking branch 'remotes/armbru/tags/pull-qmp-2021-02-04' into s...
Peter Maydell
7
-21
/
+55
2021-02-04
spice: delay starting until display are initialized
Marc-André Lureau
3
-1
/
+11
2021-02-04
qxl: also notify the rendering is done when skipping it
Marc-André Lureau
1
-0
/
+1
2021-02-04
qxl: set qxl.ssd.dcl.con on secondary devices
Marc-André Lureau
1
-0
/
+1
2021-02-04
hw/display/qxl: Fix bad printf format specifiers
Alex Chen
2
-3
/
+3
2021-02-04
qmp: Resume OOB-enabled monitor before processing the request
Markus Armbruster
1
-6
/
+27
2021-02-04
qmp: Add more tracepoints
Markus Armbruster
2
-0
/
+11
2021-02-04
qmp: Fix up comments after commit 9ce44e2ce2
Markus Armbruster
1
-2
/
+2
2021-02-04
docs/interop/qmp-spec: Document the request queue limit
Markus Armbruster
1
-3
/
+5
2021-02-04
qobject: braces {} are necessary for all arms of this statement
Zhang Han
1
-2
/
+4
2021-02-04
qobject: spaces required around that operators
Zhang Han
1
-2
/
+2
2021-02-04
qobject: code indent should never use tabs
Zhang Han
1
-2
/
+2
2021-02-04
qobject: open brace '{' following struct go on the same line
Zhang Han
2
-4
/
+2
2021-02-04
monitor/qmp-cmds.c: Don't include ui/vnc.h
Peter Maydell
1
-1
/
+1
2021-02-03
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210202' into...
Peter Maydell
29
-1266
/
+1250
2021-02-03
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-02-02-v2' into...
Peter Maydell
15
-133
/
+275
2021-02-03
nbd: make nbd_read* return -EIO on error
Roman Kagan
1
-3
/
+4
2021-02-03
block/nbd: only enter connection coroutine if it's present
Roman Kagan
1
-7
/
+9
2021-02-03
block/nbd: only detach existing iochannel from aio_context
Roman Kagan
1
-1
/
+8
2021-02-03
block/io: use int64_t bytes in copy_range
Vladimir Sementsov-Ogievskiy
4
-22
/
+22
2021-02-03
block/io: support int64_t bytes in read/write wrappers
Vladimir Sementsov-Ogievskiy
5
-16
/
+18
2021-02-03
block/io: support int64_t bytes in bdrv_co_p{read,write}v_part()
Vladimir Sementsov-Ogievskiy
3
-10
/
+12
[next]