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
2018-12-14
file-posix: Switch to .bdrv_co_ioctl
Kevin Wolf
4
-28
/
+24
2018-12-14
file-posix: Remove paio_submit_co()
Kevin Wolf
1
-34
/
+0
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_READ/WRITE
Kevin Wolf
1
-8
/
+19
2018-12-14
file-posix: Move read/write operation logic out of aio_worker()
Kevin Wolf
1
-20
/
+20
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_FLUSH
Kevin Wolf
1
-5
/
+11
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_DISCARD
Kevin Wolf
1
-8
/
+24
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_WRITE_ZEROES
Kevin Wolf
1
-19
/
+34
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_COPY_RANGE
Kevin Wolf
1
-5
/
+17
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_TRUNCATE
Kevin Wolf
1
-6
/
+6
2018-12-14
file-posix: Factor out raw_thread_pool_submit()
Kevin Wolf
1
-7
/
+10
2018-12-14
file-posix: Reorganise RawPosixAIOData
Kevin Wolf
1
-40
/
+49
2018-12-14
qcow2: do decompression in threads
Vladimir Sementsov-Ogievskiy
1
-7
/
+27
2018-12-14
qcow2: aio support for compressed cluster read
Vladimir Sementsov-Ogievskiy
2
-51
/
+49
2018-12-14
qcow2: use byte-based read in qcow2_decompress_cluster
Vladimir Sementsov-Ogievskiy
1
-7
/
+12
2018-12-14
qcow2: refactor decompress_buffer
Vladimir Sementsov-Ogievskiy
1
-21
/
+35
2018-12-14
qcow2: move decompression from qcow2-cluster.c to qcow2.c
Vladimir Sementsov-Ogievskiy
2
-70
/
+71
2018-12-14
qcow2: make more generic interface for qcow2_compress
Vladimir Sementsov-Ogievskiy
1
-12
/
+18
2018-12-14
qcow2: use Z_OK instead of 0 for deflateInit2 return code check
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2018-12-14
block/backup: drop unused synchronization interface
Vladimir Sementsov-Ogievskiy
2
-44
/
+7
2018-12-14
block/replication: drop extra synchronization
Vladimir Sementsov-Ogievskiy
1
-23
/
+1
2018-12-14
dmg: exchanging hardcoded dmg UDIF block types to enum.
Julio Faracco
1
-15
/
+28
2018-12-14
dmg: including dmg-lzfse module inside dmg block driver.
Julio Faracco
2
-0
/
+31
2018-12-14
configure: adding support to lzfse library.
Julio Faracco
2
-0
/
+33
2018-12-14
block: adding lzfse decompressing support as a module.
Julio Faracco
1
-0
/
+49
2018-12-14
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-12-1...
Peter Maydell
11
-45
/
+32
2018-12-14
usb-mtp: Limit filename to object information size
Michael Hanselmann
1
-4
/
+5
2018-12-14
usb-mtp: use O_NOFOLLOW and O_CLOEXEC.
Gerd Hoffmann
1
-4
/
+9
2018-12-14
qapi: add conditions to REPLICATION type/commands on the schema
Marc-André Lureau
4
-25
/
+21
2018-12-14
qapi: add more conditions to SPICE
Marc-André Lureau
1
-8
/
+8
2018-12-14
qapi: add condition to variants documentation
Marc-André Lureau
4
-6
/
+9
2018-12-14
qapi: add 'If:' condition to struct members documentation
Marc-André Lureau
4
-3
/
+6
2018-12-14
qapi: add 'If:' condition to enum values documentation
Marc-André Lureau
4
-11
/
+21
2018-12-14
qapi: Add #if conditions to generated code members
Marc-André Lureau
4
-4
/
+24
2018-12-13
Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-pull-request...
Peter Maydell
10
-108
/
+260
2018-12-13
qapi: add 'if' to alternate members
Marc-André Lureau
4
-7
/
+10
2018-12-13
qapi: add 'if' to union members
Marc-André Lureau
5
-9
/
+17
2018-12-13
qapi: Add 'if' to implicit struct members
Marc-André Lureau
10
-10
/
+56
2018-12-13
qapi: add a dictionary form for TYPE
Marc-André Lureau
30
-32
/
+99
2018-12-13
qapi-events: add 'if' condition to implicit event enum
Marc-André Lureau
1
-1
/
+1
2018-12-13
qapi: add 'if' to enum members
Marc-André Lureau
11
-6
/
+27
2018-12-13
qapi: add a dictionary form with 'name' key for enum members
Marc-André Lureau
12
-14
/
+36
2018-12-13
qapi: improve reporting of unknown or missing keys
Marc-André Lureau
5
-10
/
+20
2018-12-13
qapi: factor out checking for keys
Marc-André Lureau
1
-7
/
+13
2018-12-13
tests: print enum type members more like object type members
Marc-André Lureau
12
-27
/
+149
2018-12-13
qapi: change enum visitor and gen_enum* to take QAPISchemaMember
Marc-André Lureau
7
-26
/
+28
2018-12-13
qapi: Do not define enumeration value explicitly
Marc-André Lureau
1
-5
/
+2
2018-12-13
qapi: break long lines at 'data' member
Marc-André Lureau
7
-71
/
+101
2018-12-13
qapi: rename QAPISchemaEnumType.values to .members
Marc-André Lureau
1
-12
/
+12
2018-12-13
tests/qapi: Cover commands with 'if' and union / alternate 'data'
Marc-André Lureau
2
-0
/
+18
2018-12-13
json: Fix to reject duplicate object member names
Markus Armbruster
2
-1
/
+5
[prev]
[next]