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
Age
Commit message (
Expand
)
Author
2021-02-08
event_notifier: handle initialization failure better
Maxim Levitsky
2021-02-08
virtio-scsi: don't uninitialize queues that we didn't initialize
Maxim Levitsky
2021-02-08
docs: don't install corresponding man page if guest agent is disabled
Stefan Reiter
2021-02-08
fuzz: fix wrong index in clear_bits
Qiuhao Li
2021-02-08
x86/cpu: Populate SVM CPUID feature bits
Wei Huang
2021-02-08
meson: honor --enable-rbd if cc.links test fails
Paolo Bonzini
2021-02-08
meson: accept either shared or static libraries if --disable-static
Paolo Bonzini
2021-02-08
machine: add missing doc for memory-backend option
Igor Mammedov
2021-02-08
target/i386: do not set LM for 32-bit emulation "-cpu host/max"
Paolo Bonzini
2021-02-08
fuzz: add virtio-9p configurations for fuzzing
Alexander Bulekov
2021-02-08
docs/fuzz: add some information about OSS-Fuzz
Alexander Bulekov
2021-02-08
fuzz: enable dynamic args for generic-fuzz configs
Alexander Bulekov
2021-02-08
fuzz: log the arguments used to initialize QEMU
Alexander Bulekov
2021-02-08
docs/fuzz: fix pre-meson path
Alexander Bulekov
2021-02-08
fuzz: refine the ide/ahci fuzzer configs
Alexander Bulekov
2021-02-08
fuzz: ignore address_space_map is_write flag
Alexander Bulekov
2021-02-08
Merge remote-tracking branch 'remotes/dg-gitlab/tags/cgs-pull-request' into s...
Peter Maydell
2021-02-08
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210207' into...
Peter Maydell
2021-02-08
s390: Recognize confidential-guest-support option
David Gibson
2021-02-08
confidential guest support: Alter virtio default properties for protected guests
David Gibson
2021-02-08
spapr: PEF: prevent migration
David Gibson
2021-02-08
spapr: Add PEF based confidential guest support
David Gibson
2021-02-08
confidential guest support: Update documentation
David Gibson
2021-02-08
confidential guest support: Move SEV initialization into arch specific code
David Gibson
2021-02-08
confidential guest support: Introduce cgs "ready" flag
David Gibson
2021-02-08
sev: Add Error ** to sev_kvm_init()
David Gibson
2021-02-08
confidential guest support: Rework the "memory-encryption" property
David Gibson
2021-02-08
confidential guest support: Move side effect out of machine_set_memory_encryp...
David Gibson
2021-02-08
sev: Remove false abstraction of flash encryption
David Gibson
2021-02-08
confidential guest support: Introduce new confidential guest support class
David Gibson
2021-02-08
qom: Allow optional sugar props
Greg Kurz
2021-02-07
utils/fifo8: add VMSTATE_FIFO8_TEST macro
Mark Cave-Ayland
2021-02-07
utils/fifo8: change fatal errors from abort() to assert()
Mark Cave-Ayland
2021-02-05
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210205' into...
Peter Maydell
2021-02-05
accel: introduce AccelCPUClass extending CPUClass
Claudio Fontana
2021-02-05
accel: replace struct CpusAccel with AccelOpsClass
Claudio Fontana
2021-02-05
accel: extend AccelState and AccelClass to user-mode
Claudio Fontana
2021-02-05
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
2021-02-05
cpu: move debug_check_watchpoint to tcg_ops
Claudio Fontana
2021-02-05
cpu: move adjust_watchpoint_address to tcg_ops
Claudio Fontana
2021-02-05
physmem: make watchpoint checking code TCG-only
Claudio Fontana
2021-02-05
cpu: move do_unaligned_access to tcg_ops
Claudio Fontana
2021-02-05
cpu: move cc->transaction_failed to tcg_ops
Claudio Fontana
2021-02-05
cpu: move cc->do_interrupt to tcg_ops
Claudio Fontana
2021-02-05
target/arm: do not use cc->do_interrupt for KVM directly
Claudio Fontana
2021-02-05
cpu: Move debug_excp_handler to tcg_ops
Eduardo Habkost
2021-02-05
cpu: Move tlb_fill to tcg_ops
Eduardo Habkost
2021-02-05
cpu: Move cpu_exec_* to tcg_ops
Eduardo Habkost
2021-02-05
cpu: Move synchronize_from_tb() to tcg_ops
Eduardo Habkost
2021-02-05
accel/tcg: split TCG-only code from cpu_exec_realizefn
Claudio Fontana
[next]