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
2017-09-17
tcg: Remove tcg_regset_{or,and,andnot,not}
Richard Henderson
2017-09-17
tcg: Remove tcg_regset_set
Richard Henderson
2017-09-17
tcg: Remove tcg_regset_clear
Richard Henderson
2017-09-17
tcg: Add tcg_op_supported
Richard Henderson
2017-09-17
accel/tcg: move USER code to user-exec.c
Philippe Mathieu-Daudé
2017-09-17
accel/tcg: move atomic_template.h to accel/tcg/
Philippe Mathieu-Daudé
2017-09-17
accel/tcg: move tcg-runtime to accel/tcg/
Philippe Mathieu-Daudé
2017-09-17
accel/tcg: move user-exec to accel/tcg/
Philippe Mathieu-Daudé
2017-09-17
accel/tcg: move softmmu_template.h to accel/tcg/
Thomas Huth
2017-09-17
tcg/ppc: disable atomic write check on ppc32
Philippe Mathieu-Daudé
2017-09-16
Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...
Peter Maydell
2017-09-16
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
2017-09-15
qemu.py: include debug information on launch error
Amador Pahim
2017-09-15
qemu.py: improve message on negative exit code
Amador Pahim
2017-09-15
qemu.py: use os.path.null instead of /dev/null
Amador Pahim
2017-09-15
qemu.py: avoid writing to stdout/stderr
Amador Pahim
2017-09-15
qemu.py: fix is_running() return before first launch()
Amador Pahim
2017-09-15
qtest.py: Few pylint/style fixes
Lukáš Doktor
2017-09-15
qmp.py: Avoid overriding a builtin object
Lukáš Doktor
2017-09-15
qmp.py: Avoid "has_key" usage
Lukáš Doktor
2017-09-15
qmp.py: Use object-based class for QEMUMonitorProtocol
Lukáš Doktor
2017-09-15
qmp.py: Couple of pylint/style fixes
Lukáš Doktor
2017-09-15
qemu.py: Use custom exceptions rather than Exception
Lukáš Doktor
2017-09-15
qemu.py: Simplify QMP key-conversion
Lukáš Doktor
2017-09-15
qemu.py: Use iteritems rather than keys()
Lukáš Doktor
2017-09-15
qemu|qtest: Avoid dangerous arguments
Lukáš Doktor
2017-09-15
qemu.py: Pylint/style fixes
Lukáš Doktor
2017-09-15
Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20170915' into ...
Peter Maydell
2017-09-15
Merge remote-tracking branch 'remotes/huth/tags/check-20170915' into staging
Peter Maydell
2017-09-15
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20170915' int...
Peter Maydell
2017-09-15
trace: Immediately apply per-vCPU state changes if a vCPU is being created
Lluís Vilanova
2017-09-15
buildsys: Move seccomp cflags/libs to per object
Fam Zheng
2017-09-15
seccomp: add resourcecontrol argument to command line
Eduardo Otubo
2017-09-15
seccomp: add spawn argument to command line
Eduardo Otubo
2017-09-15
seccomp: add elevateprivileges argument to command line
Eduardo Otubo
2017-09-15
seccomp: add obsolete argument to command line
Eduardo Otubo
2017-09-15
seccomp: changing from whitelist to blacklist
Eduardo Otubo
2017-09-15
qtest: Avoid passing raw strings through hmp()
Eric Blake
2017-09-15
libqtest: Remove dead qtest_instances variable
Eric Blake
2017-09-15
numa-test: Use hmp()
Eric Blake
2017-09-15
qtest: Don't perform side effects inside assertion
Eric Blake
2017-09-15
test-qga: Kill broken and dead QGA_TEST_SIDE_EFFECTING code
Eric Blake
2017-09-15
tests: Fix broken ivshmem-server-msi/-irq tests
Thomas Huth
2017-09-15
tests/libqtest: Use a proper error message if QTEST_QEMU_BINARY is missing
Thomas Huth
2017-09-15
tests/test-hmp: Remove puv3 and tricore_testboard from the blacklist
Thomas Huth
2017-09-15
tests: Introduce generic device hot-plug/hot-unplug functions
Thomas Huth
2017-09-15
ppc/kvm: use kvm_vm_check_extension() in kvmppc_is_pr()
Greg Kurz
2017-09-15
spapr_events: use QTAILQ_FOREACH_SAFE() in spapr_clear_pending_events()
Greg Kurz
2017-09-15
spapr_cpu_core: cleaning up qdev_get_machine() calls
Greg Kurz
2017-09-15
spapr_pci: don't create 64-bit MMIO window if we don't need to
Greg Kurz
[next]