index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
block: Remove BDRV_O_CACHE_WB
Kevin Wolf
2016-03-30
1
-2
/
+1
*
|
block: Remove bdrv_parse_cache_flags()
Kevin Wolf
2016-03-30
1
-1
/
+0
*
|
block: Introduce bdrv_co_writev_flags()
Kevin Wolf
2016-03-30
1
-0
/
+5
*
|
block/qapi: Use blk_enable_write_cache()
Kevin Wolf
2016-03-30
1
-1
/
+2
*
|
block: Move enable_write_cache to BB level
Kevin Wolf
2016-03-30
2
-3
/
+1
*
|
block: Add bdrv_parse_cache_mode()
Kevin Wolf
2016-03-30
1
-0
/
+1
*
|
replay: introduce block devices record/replay
Pavel Dovgalyuk
2016-03-30
1
-0
/
+2
*
|
block: add flush callback
Pavel Dovgalyuk
2016-03-30
1
-0
/
+7
*
|
block: move encryption deprecation warning into qcow code
Daniel P. Berrange
2016-03-30
1
-0
/
+1
*
|
block: add flag to indicate that no I/O will be performed
Daniel P. Berrange
2016-03-30
1
-0
/
+1
*
|
block: Remove blk_set_bs()
Kevin Wolf
2016-03-30
1
-2
/
+0
*
|
block: Remove bdrv_make_anon()
Kevin Wolf
2016-03-30
1
-1
/
+0
|
/
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-03-24
64
-447
/
+409
|
\
|
*
qemu-log: dfilter-ise exec, out_asm, op and opt_op
Alex Bennée
2016-03-22
2
-3
/
+20
|
*
qemu-log: new option -dfilter to limit output
Alex Bennée
2016-03-22
1
-0
/
+2
|
*
qemu-log: Improve the "exec" TB execution logging
Peter Maydell
2016-03-22
1
-0
/
+3
|
*
qemu-log: Avoid function call for disabled qemu_log_mask logging
Peter Maydell
2016-03-22
1
-3
/
+10
|
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
7
-257
/
+246
|
*
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
2016-03-22
2
-8
/
+3
|
*
include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.h
Markus Armbruster
2016-03-22
5
-6
/
+2
|
*
isa: Move DMA_transfer_handler from qemu-common.h to hw/isa/isa.h
Markus Armbruster
2016-03-22
3
-4
/
+5
|
*
Move ParallelIOArg from qemu-common.h to sysemu/char.h
Markus Armbruster
2016-03-22
2
-5
/
+5
|
*
Move QEMU_ALIGN_*() from qemu-common.h to qemu/osdep.h
Markus Armbruster
2016-03-22
2
-6
/
+6
|
*
Move HOST_LONG_BITS from qemu-common.h to qemu/osdep.h
Markus Armbruster
2016-03-22
3
-13
/
+11
|
*
hw/pci/pci.h: Don't include qemu-common.h
Markus Armbruster
2016-03-22
3
-11
/
+10
|
*
include/hw/hw.h: Don't include qemu-common.h
Markus Armbruster
2016-03-22
2
-5
/
+3
|
*
include/qemu/iov.h: Don't include qemu-common.h
Markus Armbruster
2016-03-22
6
-31
/
+33
|
*
fw_cfg: Split fw_cfg_keys.h off fw_cfg.h
Markus Armbruster
2016-03-22
2
-48
/
+47
|
*
Clean up includes some more
Markus Armbruster
2016-03-22
2
-2
/
+0
|
*
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
2016-03-22
34
-40
/
+0
|
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
5
-10
/
+8
*
|
Merge remote-tracking branch 'remotes/armbru/tags/pull-ivshmem-2016-03-18' in...
Peter Maydell
2016-03-23
1
-0
/
+3
|
\
\
|
*
|
qdev: New DEFINE_PROP_ON_OFF_AUTO
Markus Armbruster
2016-03-21
1
-0
/
+3
*
|
|
Remove unneeded include statements for setjmp.h
Stefan Weil
2016-03-22
1
-1
/
+0
*
|
|
Include setjmp.h in qemu/osdep.h (bug fix for w64)
Stefan Weil
2016-03-22
1
-0
/
+3
|
|
/
|
/
|
*
|
Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2016-03-17-3...
Peter Maydell
2016-03-17
6
-0
/
+855
|
\
\
|
|
/
|
/
|
|
*
crypto: add block encryption framework
Daniel P. Berrange
2016-03-17
1
-0
/
+232
|
*
crypto: import an implementation of the XTS cipher mode
Daniel P. Berrange
2016-03-17
1
-0
/
+86
|
*
crypto: add support for anti-forensic split algorithm
Daniel P. Berrange
2016-03-17
1
-0
/
+135
|
*
crypto: add support for generating initialization vectors
Daniel P. Berrange
2016-03-17
1
-0
/
+206
|
*
crypto: add support for PBKDF2 algorithm
Daniel P. Berrange
2016-03-17
1
-0
/
+152
|
*
crypto: add cryptographic random byte source
Daniel P. Berrange
2016-03-17
1
-0
/
+44
*
|
block: Pull up blk_read_unthrottled() implementation
Kevin Wolf
2016-03-17
1
-2
/
+0
*
|
block: Use blk_co_pwritev() for blk_write()
Kevin Wolf
2016-03-17
1
-0
/
+3
*
|
block: Use blk_co_preadv() for blk_read()
Kevin Wolf
2016-03-17
1
-0
/
+4
*
|
block: Use BdrvChild in BlockBackend
Kevin Wolf
2016-03-17
1
-0
/
+5
*
|
block: Remove bdrv_states list
Max Reitz
2016-03-17
2
-5
/
+0
*
|
block: Add blk_next_root_bs()
Max Reitz
2016-03-17
1
-0
/
+1
*
|
block: Add bdrv_next_monitor_owned()
Max Reitz
2016-03-17
1
-0
/
+1
*
|
block: Move some bdrv_*_all() functions to BB
Max Reitz
2016-03-17
1
-2
/
+0
[prev]
[next]