index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
Age
Commit message (
Expand
)
Author
2022-06-16
crypto: Introduce RSA algorithm
zhenwei pi
2022-05-23
hostmem: default the amount of prealloc-threads to smp-cpus
Jaroslav Jindrak
2022-05-14
rng: make opened property read-only
Paolo Bonzini
2022-05-07
meson: use have_vhost_* variables to pick sources
Paolo Bonzini
2022-04-28
meson, configure: move libgio test to meson
Paolo Bonzini
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-02-21
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2022-02-21
include: Move qemu_madvise() and related #defines to new qemu/madvise.h
Peter Maydell
2022-02-21
configure, meson: move TPM check to meson
Paolo Bonzini
2021-12-21
docs: move D-Bus VMState documentation to source XML
Marc-André Lureau
2021-12-21
backends: move dbus-vmstate1.xml to backends/
Marc-André Lureau
2021-09-30
hostmem: Add hostmem-epc as a backend for SGX EPC
Sean Christopherson
2021-09-27
qapi: Convert simple union TpmTypeOptions to flat one
Markus Armbruster
2021-08-26
migration: Unify failure check for migrate_add_blocker()
Markus Armbruster
2021-06-30
vhost: Add Error parameter to vhost_dev_init()
Kevin Wolf
2021-06-15
hostmem: Wire up RAM_NORESERVE via "reserve" property
David Hildenbrand
2021-06-15
softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()
David Hildenbrand
2021-06-15
softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()
David Hildenbrand
2021-06-02
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
2021-05-13
backends/tpm: Replace qemu_mutex_lock calls with QEMU_LOCK_GUARD
Philippe Mathieu-Daudé
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-04-01
dbus-vmstate: Increase the size of input stream buffer used during load
Priyankar Jain
2021-03-09
backends/dbus-vmstate: Fix short read error handling
Markus Armbruster
2021-02-18
hostmem: Don't report pmem attribute if unsupported
Michal Privoznik
2021-02-09
memory: alloc RAM from file at offset
Jagannathan Raman
2021-02-08
replay: rng-builtin support
Pavel Dovgalyuk
2021-02-08
machine: add missing doc for memory-backend option
Igor Mammedov
2021-02-08
confidential guest support: Introduce new confidential guest support class
David Gibson
2021-02-01
hostmem-file: add readonly=on|off option
Stefan Hajnoczi
2021-02-01
memory: add readonly support to memory_region_init_ram_from_file()
Stefan Hajnoczi
2021-01-28
qapi: Use QAPI_LIST_APPEND in trivial cases
Eric Blake
2020-12-18
bugfix: hostmem: Free host_nodes list right after visited
Keqian Zhu
2020-12-18
qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()
Eduardo Habkost
2020-12-18
qdev: Move dev->realized check to qdev_property_set()
Eduardo Habkost
2020-12-18
qdev: Avoid using prop->name unnecessarily
Eduardo Habkost
2020-12-15
qdev: Make qdev_get_prop_ptr() get Object* arg
Eduardo Habkost
2020-11-17
configure: Add a proper check for sys/ioccom.h and use it in tpm_ioctl.h
Thomas Huth
2020-11-15
tpm: Fix Lesser GPL version number
Chetan Pant
2020-10-27
cryptodev: Fix Lesser GPL version number
Chetan Pant
2020-10-13
vhost-user: Register "chardev" as class property
Eduardo Habkost
2020-10-13
rng: Register "opened" as class property
Eduardo Habkost
2020-10-13
rng-random: register "filename" as class property
Eduardo Habkost
2020-10-13
rng-egd: Register "chardev" as class property
Eduardo Habkost
2020-09-22
cryptodev-backend: Register "chardev" as class property
Eduardo Habkost
2020-09-22
cryptodev-vhost-user: Register "chardev" as class property
Eduardo Habkost
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
2020-09-18
qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPE
Eduardo Habkost
[next]