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
2019-12-18
Add use of RCU for qemu_logfile.
Robert Foley
2019-12-18
qemu_log_lock/unlock now preserves the qemu_logfile handle.
Robert Foley
2019-12-18
Add a mutex to guarantee single writer to qemu_logfile handle.
Robert Foley
2019-12-18
Cleaned up flow of code in qemu_set_log(), to simplify and clarify.
Robert Foley
2019-12-18
Fix double free issue in qemu_set_log_filename().
Robert Foley
2019-12-18
ci: build out-of-tree
Paolo Bonzini
2019-12-18
travis.yml: Enable builds on arm64, ppc64le and s390x
Thomas Huth
2019-12-18
tests/test-util-filemonitor: Skip test on non-x86 Travis containers
Thomas Huth
2019-12-18
tests/hd-geo-test: Skip test when images can not be created
Thomas Huth
2019-12-18
iotests: Skip test 079 if it is not possible to create large files
Thomas Huth
2019-12-18
iotests: Skip test 060 if it is not possible to create large files
Thomas Huth
2019-12-18
iotests: Provide a function for checking the creation of huge files
Thomas Huth
2019-12-18
travis.yml: Run tcg tests with tci
Thomas Huth
2019-12-18
tests/vm: Allow to set qemu-img path
Wainer dos Santos Moschetta
2019-12-18
configure: allow disable of cross compilation containers
Alex Bennée
2019-12-17
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-12-1...
Peter Maydell
2019-12-17
Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...
Peter Maydell
2019-12-17
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20191217' into...
Peter Maydell
2019-12-17
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...
Peter Maydell
2019-12-17
tests: use g_test_rand_int
Paolo Bonzini
2019-12-17
tests/Makefile: Fix check-report.* targets shown in check-help
Wainer dos Santos Moschetta
2019-12-17
glib: use portable g_setenv()
Marc-André Lureau
2019-12-17
hw/misc/ivshmem: Bury dead legacy INTx code
Markus Armbruster
2019-12-17
pseries: disable migration-test if /dev/kvm cannot be used
Laurent Vivier
2019-12-17
tests: fix modules-test 'duplicate test case' error
Cole Robinson
2019-12-17
Remove libbluetooth / bluez from the CI tests
Thomas Huth
2019-12-17
Remove the core bluetooth code
Thomas Huth
2019-12-17
pseries: Update SLOF firmware image
Alexey Kardashevskiy
2019-12-17
ppc/pnv: Drop PnvChipClass::type
Greg Kurz
2019-12-17
ppc/pnv: Introduce PnvChipClass::xscom_pcba() method
Greg Kurz
2019-12-17
ppc/pnv: Drop pnv_chip_is_power9() and pnv_chip_is_power10() helpers
Greg Kurz
2019-12-17
ppc/pnv: Pass content of the "compatible" property to pnv_dt_xscom()
Greg Kurz
2019-12-17
ppc/pnv: Pass XSCOM base address and address size to pnv_dt_xscom()
Greg Kurz
2019-12-17
ppc/pnv: Introduce PnvChipClass::xscom_core_base() method
Greg Kurz
2019-12-17
ppc/pnv: Introduce PnvChipClass::intc_print_info() method
Greg Kurz
2019-12-17
ppc/pnv: Drop pnv_is_power9() and pnv_is_power10() helpers
Greg Kurz
2019-12-17
ppc/pnv: Introduce PnvMachineClass::dt_power_mgt()
Greg Kurz
2019-12-17
ppc/pnv: Introduce PnvMachineClass and PnvMachineClass::compat
Greg Kurz
2019-12-16
python/qemu: Remove unneeded imports in __init__
Wainer dos Santos Moschetta
2019-12-17
ppc/pnv: Drop PnvPsiClass::chip_type
Greg Kurz
2019-12-17
ppc/pnv: Introduce PnvPsiClass::compat
Greg Kurz
2019-12-17
ppc: Drop useless extern annotation for functions
Greg Kurz
2019-12-17
ppc/pnv: Fix OCC common area region mapping
Cédric Le Goater
2019-12-17
ppc/pnv: Introduce PBA registers
Cédric Le Goater
2019-12-17
ppc/pnv: Make PnvXScomInterface an incomplete type
Greg Kurz
2019-12-17
ppc/pnv: populate the DT with realized XSCOM devices
Cédric Le Goater
2019-12-17
ppc/pnv: Loop on the whole hierarchy to populate the DT with the XSCOM nodes
Cédric Le Goater
2019-12-17
target/ppc: Add SPR TBU40
Suraj Jitindar Singh
2019-12-17
target/ppc: Add SPR ASDR
Suraj Jitindar Singh
2019-12-17
target/ppc: Work [S]PURR implementation and add HV support
Suraj Jitindar Singh
[next]