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
/
sysemu
Commit message (
Expand
)
Author
Age
Files
Lines
*
cryptodev: Add a lkcf-backend for cryptodev
Lei He
2022-11-02
1
-0
/
+1
*
virtio-crypto: Support asynchronous mode
Lei He
2022-11-02
1
-18
/
+42
*
Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...
Stefan Hajnoczi
2022-10-30
1
-0
/
+2
|
\
|
*
hostmem: Allow for specifying a ThreadContext for preallocation
David Hildenbrand
2022-10-27
1
-0
/
+2
*
|
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Stefan Hajnoczi
2022-10-30
2
-2
/
+39
|
\
\
|
*
|
block: add BlockRAMRegistrar
Stefan Hajnoczi
2022-10-26
1
-0
/
+37
|
*
|
block: return errors from bdrv_register_buf()
Stefan Hajnoczi
2022-10-26
1
-1
/
+1
|
*
|
block: pass size to bdrv_unregister_buf()
Stefan Hajnoczi
2022-10-26
1
-1
/
+1
|
|
/
*
|
device-tree: add re-randomization helper function
Jason A. Donenfeld
2022-10-27
1
-0
/
+9
*
|
reset: allow registering handlers that aren't called by snapshot loading
Jason A. Donenfeld
2022-10-27
1
-1
/
+4
*
|
s390x: pv: Add dump support
Janosch Frank
2022-10-26
1
-0
/
+5
*
|
dump: Add architecture section and section string table support
Janosch Frank
2022-10-24
2
-0
/
+6
*
|
dump: Reorder struct DumpState
Janosch Frank
2022-10-24
1
-7
/
+9
*
|
dump: Use a buffer for ELF section data and headers
Janosch Frank
2022-10-24
1
-0
/
+2
|
/
*
qmp/hmp, device_tree.c: introduce dumpdtb
Daniel Henrique Barboza
2022-10-17
1
-0
/
+1
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2022-10-13
2
-0
/
+78
|
\
|
*
kvm: expose struct KVMState
Chenyi Qiang
2022-10-11
1
-0
/
+76
|
*
kvm: allow target-specific accelerator properties
Paolo Bonzini
2022-10-10
1
-0
/
+2
*
|
dump: Rework filter area variables
Janosch Frank
2022-10-06
1
-3
/
+10
*
|
dump: Rework get_start_block
Janosch Frank
2022-10-06
1
-2
/
+0
|
/
*
accel/kvm: move kvm_update_guest_debug to inline stub
Alex Bennée
2022-10-06
1
-0
/
+16
*
gdbstub: move guest debug support check to ops
Alex Bennée
2022-10-06
2
-7
/
+1
*
gdbstub: move breakpoint logic to accel ops
Alex Bennée
2022-10-06
3
-5
/
+9
*
gdbstub: move sstep flags probing into AccelClass
Alex Bennée
2022-10-06
1
-8
/
+0
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2022-10-04
1
-12
/
+0
|
\
|
*
watchdog: remove -watchdog option
Paolo Bonzini
2022-09-29
1
-12
/
+0
*
|
chardev: src buffer const for write functions
Arwed Meyer
2022-09-29
1
-1
/
+1
*
|
ui/cocoa: Run qemu_init in the main thread
Akihiko Odaki
2022-09-23
1
-1
/
+1
|
/
*
util/qemu-sockets: Enable unix socket support on Windows
Bin Meng
2022-09-02
1
-0
/
+17
*
qapi: Add exit-failure PanicAction
Ilya Leoshkevich
2022-07-29
1
-1
/
+1
*
softmmu/dirtylimit: Implement virtual CPU throttle
Hyman Huang(黄勇)
2022-07-20
1
-0
/
+15
*
accel/kvm/kvm-all: Introduce kvm_dirty_ring_size function
Hyman Huang(黄勇)
2022-07-20
1
-0
/
+2
*
softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodically
Hyman Huang(黄勇)
2022-07-20
1
-0
/
+22
*
migration/dirtyrate: Refactor dirty page rate calculation
Hyman Huang(黄勇)
2022-07-20
1
-0
/
+28
*
block: Reorganize some declarations in block-backend-io.h
Alberto Faria
2022-07-12
1
-45
/
+32
*
block: Add blk_co_truncate()
Alberto Faria
2022-07-12
1
-2
/
+6
*
block: Add blk_co_ioctl()
Alberto Faria
2022-07-12
1
-1
/
+4
*
block: Implement blk_flush() using generated_co_wrapper
Alberto Faria
2022-07-12
1
-1
/
+1
*
block: Implement blk_pdiscard() using generated_co_wrapper
Alberto Faria
2022-07-12
1
-1
/
+2
*
block: Implement blk_pwrite_zeroes() using generated_co_wrapper
Alberto Faria
2022-07-12
1
-2
/
+3
*
block: Add blk_co_pwrite_compressed()
Alberto Faria
2022-07-12
1
-2
/
+5
*
block: Change blk_pwrite_compressed() param order
Alberto Faria
2022-07-12
1
-2
/
+2
*
block: Export blk_pwritev_part() in block-backend-io.h
Alberto Faria
2022-07-12
1
-0
/
+4
*
block: Add blk_[co_]preadv_part()
Alberto Faria
2022-07-12
1
-0
/
+7
*
block: Add blk_{preadv,pwritev}()
Alberto Faria
2022-07-12
1
-0
/
+6
*
block: Implement blk_{pread,pwrite}() using generated_co_wrapper
Alberto Faria
2022-07-12
1
-4
/
+6
*
block: Make blk_co_pwrite() take a const buffer
Alberto Faria
2022-07-12
1
-1
/
+1
*
block: Make 'bytes' param of blk_{pread,pwrite}() an int64_t
Alberto Faria
2022-07-12
1
-3
/
+3
*
block: Change blk_{pread,pwrite}() param order
Alberto Faria
2022-07-12
1
-2
/
+2
*
block: Add a 'flags' param to blk_pread()
Alberto Faria
2022-07-12
1
-1
/
+2
[next]