aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-23vhost-scsi: unify vhost-scsi get_features implementationsGreg Edwards2-13/+4
2018-08-23vhost-user-scsi: move host_features into VHostSCSICommonGreg Edwards3-8/+9
2018-08-23cpus: allow cpu_get_ticks out of BQLPaolo Bonzini1-15/+20
2018-08-23cpus: protect TimerState writes with a spinlockPaolo Bonzini1-25/+47
2018-08-23seqlock: add QemuLockable supportPaolo Bonzini1-0/+20
2018-08-23cpus: protect all icount computation with seqlockPaolo Bonzini1-27/+42
2018-08-23module: Use QEMU_MODULE_DIR as a search pathryang1-8/+14
2018-08-23qemu-guest-agent: freeze-hook to ignore dpkg files as wellChristian Ehrhardt1-1/+1
2018-08-23hw/intc/apic: Switch away from old_mmioPeter Maydell1-24/+18
2018-08-23qom: convert the CPU list to RCUEmilio G. Cota6-12/+11
2018-08-23spapr: do not use CPU_FOREACH_REVERSEEmilio G. Cota1-1/+15
2018-08-23tests: add test-rcu-tailqEmilio G. Cota3-0/+21
2018-08-23tests: add test-list-simpleqEmilio G. Cota3-0/+23
2018-08-23test-rcu-list: abstract the list implementationEmilio G. Cota1-12/+30
2018-08-23test-rcu-list: access goflag with atomicsEmilio G. Cota1-9/+9
2018-08-23rcu_queue: add RCU QTAILQEmilio G. Cota1-0/+66
2018-08-23rcu_queue: add RCU QSIMPLEQEmilio G. Cota1-0/+65
2018-08-23rcu_queue: remove barrier from QLIST_EMPTY_RCUEmilio G. Cota1-1/+1
2018-08-23rcu_queue: use atomic_set in QLIST_REMOVE_RCUEmilio G. Cota1-1/+1
2018-08-23target-i386: fix segment limit check in ljmpAndrew Oates1-2/+2
2018-08-23target-i386: Fix lcall/ljmp to call gate in IA-32e modeAndrew Oates1-40/+152
2018-08-23build-sys: remove glib_subprocess checkMarc-André Lureau5-18/+1
2018-08-23kvm: add call to qemu_add_opts() for -overcommit optionPrasad Singamsetty1-0/+1
2018-08-23lsi_scsi: add support for PPR Extended MessageGeorge Kennedy1-0/+4
2018-08-23i386: Fix arch_query_cpu_model_expansion() leakEduardo Habkost1-6/+3
2018-08-23fw_cfg: import & use linux/qemu_fw_cfg.hMarc-André Lureau11-80/+125
2018-08-23update-linux-headers.sh: add qemu_fw_cfg.hMarc-André Lureau1-1/+3
2018-08-23checkpatch: allow space in more places before a bracketHeinrich Schuchardt1-2/+1
2018-08-23hmp-commands-info: add sync-profileEmilio G. Cota2-0/+33
2018-08-23hmp-commands: add sync-profileEmilio G. Cota3-0/+40
2018-08-23vl: add -enable-sync-profileEmilio G. Cota2-0/+13
2018-08-23tests/atomic_add-bench: add -p to enable sync profilerEmilio G. Cota1-1/+5
2018-08-23qsp: track BQL callers explicitlyEmilio G. Cota5-4/+19
2018-08-23qsp: support call site coalescingEmilio G. Cota2-15/+89
2018-08-23qsp: add qsp_resetEmilio G. Cota2-0/+95
2018-08-23qsp: add sort_by option to qsp_reportEmilio G. Cota2-7/+34
2018-08-23qsp: QEMU's Synchronization ProfilerEmilio G. Cota9-23/+759
2018-08-23seqlock: constify seqlock_read_beginEmilio G. Cota1-1/+1
2018-08-23tests/device-introspect: Test with all machines, not only with "none"Thomas Huth1-3/+29
2018-08-23tests/device-introspection: Check that the qom-tree and qtree do not changeThomas Huth1-4/+19
2018-08-23tests: Skip old versioned machine types in quick testing modeThomas Huth5-8/+58
2018-08-23Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell4-1/+120
2018-08-23hw/timer/mc146818rtc: Fix introspection problemThomas Huth2-9/+6
2018-08-23hw/timer/mc146818rtc: White space clean-upThomas Huth1-4/+4
2018-08-23net: Silence 'has no peer' messages in testing modeThomas Huth1-2/+1
2018-08-23tests/migration-test: Silence the kvm_hv message by defaultThomas Huth1-9/+11
2018-08-23MAINTAINERS: add maintainers for qtestPaolo Bonzini1-1/+10
2018-08-23megasas: fix sglist leakMarc-André Lureau1-1/+1
2018-08-23chardev/char-fe: Fix typosJulia Suvorova1-5/+5
2018-08-23qemu-pr-helper: Fix build on CentOS 7Murilo Opsfelder Araujo2-1/+27