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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
crypto: split off helpers for converting LUKS header endianess
Daniel P. Berrangé
2022-10-27
2
-32
/
+53
|
*
|
|
crypto: split LUKS header definitions off into file
Daniel P. Berrangé
2022-10-27
2
-93
/
+138
|
*
|
|
crypto: check that LUKS PBKDF2 iterations count is non-zero
Daniel P. Berrangé
2022-10-27
1
-0
/
+11
|
*
|
|
crypto: strengthen the check for key slots overlapping with LUKS header
Daniel P. Berrangé
2022-10-27
1
-1
/
+1
|
*
|
|
crypto: validate that LUKS payload doesn't overlap with header
Daniel P. Berrangé
2022-10-27
1
-0
/
+7
|
*
|
|
crypto: enforce that key material doesn't overlap with LUKS header
Daniel P. Berrangé
2022-10-27
1
-0
/
+8
|
*
|
|
crypto: enforce that LUKS stripes is always a fixed value
Daniel P. Berrangé
2022-10-27
1
-2
/
+3
|
*
|
|
crypto: sanity check that LUKS header strings are NUL-terminated
Daniel P. Berrangé
2022-10-27
1
-0
/
+18
|
*
|
|
tests: avoid DOS line endings in PSK file
Daniel P. Berrangé
2022-10-27
1
-6
/
+5
|
*
|
|
crypto: check for and report errors setting PSK credentials
Daniel P. Berrangé
2022-10-27
1
-3
/
+13
|
*
|
|
scripts: check if .git exists before checking submodule status
Daniel P. Berrangé
2022-10-27
1
-6
/
+6
|
*
|
|
seccomp: Get actual errno value from failed seccomp functions
Michal Privoznik
2022-10-26
2
-0
/
+22
|
*
|
|
io/channel-watch: Fix socket watch on Windows
Bin Meng
2022-10-26
1
-4
/
+0
|
*
|
|
io/channel-watch: Drop the unnecessary cast
Bin Meng
2022-10-26
1
-3
/
+3
|
*
|
|
io/channel-watch: Drop a superfluous '#ifdef WIN32'
Bin Meng
2022-10-26
1
-2
/
+0
|
*
|
|
util/qemu-sockets: Use g_get_tmp_dir() to get the directory for temporary files
Bin Meng
2022-10-26
1
-3
/
+2
|
*
|
|
crypto/luks: Support creating LUKS image on Darwin
Jungmin Park
2022-10-26
1
-0
/
+23
*
|
|
|
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Stefan Hajnoczi
2022-10-30
42
-96
/
+1435
|
\
\
\
\
|
*
|
|
|
virtio-blk: use BDRV_REQ_REGISTERED_BUF optimization hint
Stefan Hajnoczi
2022-10-26
2
-14
/
+27
|
*
|
|
|
blkio: implement BDRV_REQ_REGISTERED_BUF optimization
Stefan Hajnoczi
2022-10-26
1
-3
/
+180
|
*
|
|
|
stubs: add qemu_ram_block_from_host() and qemu_ram_get_fd()
Stefan Hajnoczi
2022-10-26
2
-0
/
+14
|
*
|
|
|
exec/cpu-common: add qemu_ram_get_fd()
Stefan Hajnoczi
2022-10-26
2
-0
/
+6
|
*
|
|
|
block: add BlockRAMRegistrar
Stefan Hajnoczi
2022-10-26
4
-0
/
+97
|
*
|
|
|
numa: use QLIST_FOREACH_SAFE() for RAM block notifiers
Stefan Hajnoczi
2022-10-26
1
-3
/
+6
|
*
|
|
|
block: return errors from bdrv_register_buf()
Stefan Hajnoczi
2022-10-26
7
-18
/
+52
|
*
|
|
|
block: add BDRV_REQ_REGISTERED_BUF request flag
Stefan Hajnoczi
2022-10-26
16
-37
/
+69
|
*
|
|
|
block: use BdrvRequestFlags type for supported flag fields
Stefan Hajnoczi
2022-10-26
1
-4
/
+4
|
*
|
|
|
block: pass size to bdrv_unregister_buf()
Stefan Hajnoczi
2022-10-26
7
-11
/
+14
|
*
|
|
|
numa: call ->ram_block_removed() in ram_block_notifer_remove()
Stefan Hajnoczi
2022-10-26
2
-1
/
+21
|
*
|
|
|
blkio: add libblkio block driver
Stefan Hajnoczi
2022-10-26
8
-4
/
+928
|
*
|
|
|
coroutine: add flag to re-queue at front of CoQueue
Stefan Hajnoczi
2022-10-26
2
-4
/
+20
*
|
|
|
|
Merge tag 'qga-pull-2022-10-26' of https://github.com/kostyanf14/qemu into st...
Stefan Hajnoczi
2022-10-30
8
-440
/
+780
|
\
\
\
\
\
|
*
|
|
|
|
qga: add channel path to error messages
Bjørn Forsman
2022-10-26
1
-2
/
+2
|
*
|
|
|
|
qga: Add HW address getting for FreeBSD
Alexander Ivanov
2022-10-26
1
-0
/
+15
|
*
|
|
|
|
qga: Move HW address getting to a separate function
Alexander Ivanov
2022-10-26
3
-42
/
+78
|
*
|
|
|
|
qga: Add support for user password setting in FreeBSD
Alexander Ivanov
2022-10-26
1
-10
/
+25
|
*
|
|
|
|
qga: Add shutdown/halt/reboot support for FreeBSD
Alexander Ivanov
2022-10-26
1
-0
/
+7
|
*
|
|
|
|
qga: Add UFS freeze/thaw support for FreeBSD
Alexander Ivanov
2022-10-26
5
-164
/
+334
|
*
|
|
|
|
qga: Move Linux-specific FS freeze/thaw code to a separate file
Alexander Ivanov
2022-10-26
4
-272
/
+338
|
*
|
|
|
|
qga: Add initial FreeBSD support
Alexander Ivanov
2022-10-26
4
-2
/
+33
|
|
/
/
/
/
*
|
|
|
|
Merge tag 'pull-target-arm-20221027' of https://git.linaro.org/people/pmaydel...
Stefan Hajnoczi
2022-10-27
38
-255
/
+592
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
mips/malta: pass RNG seed via env var and re-randomize on reboot
Jason A. Donenfeld
2022-10-27
1
-0
/
+27
|
*
|
|
|
rx: re-randomize rng-seed on reboot
Jason A. Donenfeld
2022-10-27
1
-0
/
+3
|
*
|
|
|
openrisc: re-randomize rng-seed on reboot
Jason A. Donenfeld
2022-10-27
1
-0
/
+3
|
*
|
|
|
mips/boston: re-randomize rng-seed on reboot
Jason A. Donenfeld
2022-10-27
1
-0
/
+3
|
*
|
|
|
m68k/q800: do not re-randomize RNG seed on snapshot load
Jason A. Donenfeld
2022-10-27
1
-20
/
+13
|
*
|
|
|
m68k/virt: do not re-randomize RNG seed on snapshot load
Jason A. Donenfeld
2022-10-27
1
-9
/
+11
|
*
|
|
|
riscv: re-randomize rng-seed on reboot
Jason A. Donenfeld
2022-10-27
1
-0
/
+3
|
*
|
|
|
arm: re-randomize rng-seed on reboot
Jason A. Donenfeld
2022-10-27
1
-0
/
+2
|
*
|
|
|
x86: do not re-randomize RNG seed on snapshot load
Jason A. Donenfeld
2022-10-27
1
-1
/
+1
[prev]
[next]