Sign in
qemu
/
qemu
/
c971d8fa73ff92996d751fa87d90f220cf3c8194
c971d8f
exec: introduce qemu_xxhash{2,4,5,6,7}
by Emilio G. Cota
· 6 years ago
e132fde
qht-bench: document -p flag
by Emilio G. Cota
· 6 years ago
ac1043f
tcg: Drop nargs from tcg_op_insert_{before,after}
by Emilio G. Cota
· 6 years ago
161dec9
tcg/mips: Improve the add2/sub2 command to use TCG_TARGET_REG_BITS
by Alistair Francis
· 6 years ago
e1dcf35
tcg: Add TCG_TARGET_HAS_MEMORY_BSWAP
by Richard Henderson
· 6 years ago
6498594
tcg/optimize: Optimize bswap
by Richard Henderson
· 6 years ago
9e821ea
tcg: Clean up generic bswap64
by Richard Henderson
· 6 years ago
a686dc7
tcg: Clean up generic bswap32
by Richard Henderson
· 6 years ago
5785c17
tcg/i386: Add setup_guest_base_seg for FreeBSD
by Richard Henderson
· 6 years ago
913c2bd
tcg/i386: Precompute all guest_base parameters
by Richard Henderson
· 6 years ago
4810d96
tcg/i386: Assume 32-bit values are zero-extended
by Richard Henderson
· 6 years ago
7547827
tcg/i386: Implement INDEX_op_extr{lh}_i64_i32 for 32-bit guests
by Richard Henderson
· 6 years ago
3dbc8c6
tcg/i386: Propagate is64 to tcg_out_qemu_ld_slow_path
by Richard Henderson
· 6 years ago
1d21d95
tcg/i386: Propagate is64 to tcg_out_qemu_ld_direct
by Richard Henderson
· 6 years ago
55dfd8f
tcg/s390x: Return false on failure from patch_reloc
by Richard Henderson
· 6 years ago
d513290
tcg/ppc: Return false on failure from patch_reloc
by Richard Henderson
· 6 years ago
43fabd3
tcg/arm: Return false on failure from patch_reloc
by Richard Henderson
· 6 years ago
214bfe8
tcg/aarch64: Return false on failure from patch_reloc
by Richard Henderson
· 6 years ago
bec3afd
tcg/i386: Return false on failure from patch_reloc
by Richard Henderson
· 6 years ago
6ac1778
tcg: Return success from patch_reloc
by Richard Henderson
· 6 years ago
8c1b079
tcg/mips: Remove retranslation code
by Richard Henderson
· 6 years ago
791645f
tcg/sparc: Remove retranslation code
by Richard Henderson
· 6 years ago
3661612
tcg/s390: Remove retranslation code
by Richard Henderson
· 6 years ago
f9c7246f
tcg/ppc: Fold away "noaddr" branch routines
by Richard Henderson
· 6 years ago
37ee93a
tcg/arm: Fold away "noaddr" branch routines
by Richard Henderson
· 6 years ago
2672ccc
tcg/arm: Remove reloc_pc24_atomic
by Richard Henderson
· 6 years ago
733589b
tcg/aarch64: Fold away "noaddr" branch routines
by Richard Henderson
· 6 years ago
90d6cb7
tcg/aarch64: Remove reloc_pc26_atomic
by Richard Henderson
· 6 years ago
66c0285
tcg/i386: Move TCG_REG_CALL_STACK from define to enum
by Richard Henderson
· 6 years ago
5740d9f
tcg/i386: Always use %ebp for TCG_AREG0
by Richard Henderson
· 6 years ago
f6823cb
target/sparc: Remove the constant pool
by Richard Henderson
· 6 years ago
58b1f0f
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 6 years ago
3866e6b
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20181214-pull-request' into staging
by Peter Maydell
· 6 years ago
81781be
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-12-13-v2' into staging
by Peter Maydell
· 6 years ago
d058a37
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
by Peter Maydell
· 6 years ago
110b1a8
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181213' into staging
by Peter Maydell
· 6 years ago
537c3d4
block/mirror: add missing coroutine_fn annotations
by Stefan Hajnoczi
· 6 years ago
2c26e64
iotests: make 235 work on s390 (and others)
by Christian Borntraeger
· 6 years ago
e6d79c4
block: Assert that flags are up-to-date in bdrv_reopen_prepare()
by Alberto Garcia
· 6 years ago
8eb4b07
block: Remove assertions from update_flags_from_options()
by Alberto Garcia
· 6 years ago
9aa09dd
block: Stop passing flags to bdrv_reopen_queue_child()
by Alberto Garcia
· 6 years ago
2e89172
block: Remove flags parameter from bdrv_reopen_queue()
by Alberto Garcia
· 6 years ago
3c4e964
block: Clean up reopen_backing_file() in block/replication.c
by Alberto Garcia
· 6 years ago
dc900c3
qemu-io: Put flag changes in the options QDict in reopen_f()
by Alberto Garcia
· 6 years ago
295cf23
block: Drop bdrv_reopen()
by Alberto Garcia
· 6 years ago
1ba7938
block: Use bdrv_reopen_set_read_only() in the mirror driver
by Alberto Garcia
· 6 years ago
1b57774
block: Use bdrv_reopen_set_read_only() in external_snapshot_commit()
by Alberto Garcia
· 6 years ago
051a60f
block: Use bdrv_reopen_set_read_only() in qmp_change_backing_file()
by Alberto Garcia
· 6 years ago
e7d22f8
block: Use bdrv_reopen_set_read_only() in stream_start/complete()
by Alberto Garcia
· 6 years ago
c742a36
block: Use bdrv_reopen_set_read_only() in bdrv_commit()
by Alberto Garcia
· 6 years ago
e70cdc5
block: Use bdrv_reopen_set_read_only() in commit_start/complete()
by Alberto Garcia
· 6 years ago
e94d3db
block: Use bdrv_reopen_set_read_only() in bdrv_backing_update_filename()
by Alberto Garcia
· 6 years ago
6e1000a
block: Add bdrv_reopen_set_read_only()
by Alberto Garcia
· 6 years ago
0342567
file-posix: Avoid aio_worker() for QEMU_AIO_IOCTL
by Kevin Wolf
· 6 years ago
2f3a7ab
file-posix: Switch to .bdrv_co_ioctl
by Kevin Wolf
· 6 years ago
c9db2b6
file-posix: Remove paio_submit_co()
by Kevin Wolf
· 6 years ago
999e6b6
file-posix: Avoid aio_worker() for QEMU_AIO_READ/WRITE
by Kevin Wolf
· 6 years ago
54c7ca1
file-posix: Move read/write operation logic out of aio_worker()
by Kevin Wolf
· 6 years ago
06dc9bd
file-posix: Avoid aio_worker() for QEMU_AIO_FLUSH
by Kevin Wolf
· 6 years ago
46ee0f4
file-posix: Avoid aio_worker() for QEMU_AIO_DISCARD
by Kevin Wolf
· 6 years ago
7154d8a
file-posix: Avoid aio_worker() for QEMU_AIO_WRITE_ZEROES
by Kevin Wolf
· 6 years ago
58a209c
file-posix: Avoid aio_worker() for QEMU_AIO_COPY_RANGE
by Kevin Wolf
· 6 years ago
29cb4c0
file-posix: Avoid aio_worker() for QEMU_AIO_TRUNCATE
by Kevin Wolf
· 6 years ago
5d5de25
file-posix: Factor out raw_thread_pool_submit()
by Kevin Wolf
· 6 years ago
d57c44d
file-posix: Reorganise RawPosixAIOData
by Kevin Wolf
· 6 years ago
e23c9d7
qcow2: do decompression in threads
by Vladimir Sementsov-Ogievskiy
· 6 years ago
c3c10f7
qcow2: aio support for compressed cluster read
by Vladimir Sementsov-Ogievskiy
· 6 years ago
c068a1c
qcow2: use byte-based read in qcow2_decompress_cluster
by Vladimir Sementsov-Ogievskiy
· 6 years ago
341926a
qcow2: refactor decompress_buffer
by Vladimir Sementsov-Ogievskiy
· 6 years ago
f4b3e2a
qcow2: move decompression from qcow2-cluster.c to qcow2.c
by Vladimir Sementsov-Ogievskiy
· 6 years ago
6994fd7
qcow2: make more generic interface for qcow2_compress
by Vladimir Sementsov-Ogievskiy
· 6 years ago
19a4448
qcow2: use Z_OK instead of 0 for deflateInit2 return code check
by Vladimir Sementsov-Ogievskiy
· 6 years ago
3a75187
block/backup: drop unused synchronization interface
by Vladimir Sementsov-Ogievskiy
· 6 years ago
e4f9752
block/replication: drop extra synchronization
by Vladimir Sementsov-Ogievskiy
· 6 years ago
95a156f
dmg: exchanging hardcoded dmg UDIF block types to enum.
by Julio Faracco
· 6 years ago
7a40b41
dmg: including dmg-lzfse module inside dmg block driver.
by Julio Faracco
· 6 years ago
83bc1f9
configure: adding support to lzfse library.
by Julio Faracco
· 6 years ago
c13e80d
block: adding lzfse decompressing support as a module.
by Julio Faracco
· 6 years ago
0f98c99
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-12-12' into staging
by Peter Maydell
· 6 years ago
90c1a74
usb-mtp: Limit filename to object information size
by Michael Hanselmann
· 6 years ago
bab9df3
usb-mtp: use O_NOFOLLOW and O_CLOEXEC.
by Gerd Hoffmann
· 6 years ago
335d10c
qapi: add conditions to REPLICATION type/commands on the schema
by Marc-André Lureau
· 6 years ago
fd9dda3
qapi: add more conditions to SPICE
by Marc-André Lureau
· 6 years ago
01ae9cc
qapi: add condition to variants documentation
by Marc-André Lureau
· 6 years ago
8867bf0
qapi: add 'If:' condition to struct members documentation
by Marc-André Lureau
· 6 years ago
a35c9bf
qapi: add 'If:' condition to enum values documentation
by Marc-André Lureau
· 6 years ago
8ee06f6
qapi: Add #if conditions to generated code members
by Marc-André Lureau
· 6 years ago
d8d5fef
Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-pull-request' into staging
by Peter Maydell
· 6 years ago
3e270dc
qapi: add 'if' to alternate members
by Marc-André Lureau
· 6 years ago
a272428
qapi: add 'if' to union members
by Marc-André Lureau
· 6 years ago
ccadd6b
qapi: Add 'if' to implicit struct members
by Marc-André Lureau
· 6 years ago
87adbbf
qapi: add a dictionary form for TYPE
by Marc-André Lureau
· 6 years ago
7bd2634
qapi-events: add 'if' condition to implicit event enum
by Marc-André Lureau
· 6 years ago
6cc32b0
qapi: add 'if' to enum members
by Marc-André Lureau
· 6 years ago
ea738b2
qapi: add a dictionary form with 'name' key for enum members
by Marc-André Lureau
· 6 years ago
7e80d48
qapi: improve reporting of unknown or missing keys
by Marc-André Lureau
· 6 years ago
563bd35
qapi: factor out checking for keys
by Marc-André Lureau
· 6 years ago
1e381b6
tests: print enum type members more like object type members
by Marc-André Lureau
· 6 years ago
1962bd3
qapi: change enum visitor and gen_enum* to take QAPISchemaMember
by Marc-André Lureau
· 6 years ago
9c2f56e
qapi: Do not define enumeration value explicitly
by Marc-André Lureau
· 6 years ago
Next »