summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests/docker: update debian-arm64-cross with lcitoolAlex Bennée2022-02-286-52/+173
* tests/lcitool: update to latest versionAlex Bennée2022-02-284-6/+3Star
* tests/docker: add NOUSER for alpine imageAlex Bennée2022-02-281-0/+3
* tests/docker: restore TESTS/IMAGES filteringAlex Bennée2022-02-281-8/+12
* Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...Peter Maydell2022-02-248-15/+118
|\
| * MAINTAINERS: python - remove ehabkost and add blealJohn Snow2022-02-231-2/+2
| * Revert "python: pin setuptools below v60.0.0"John Snow2022-02-232-3/+0Star
| * Python: add setuptools v60.0 workaroundJohn Snow2022-02-232-2/+4
| * Python: discourage direct setup.py installJohn Snow2022-02-231-1/+18
| * python: support recording QMP session to a fileDaniel P. Berrangé2022-02-232-7/+25
| * python: introduce qmp-shell-wrap convenience toolDaniel P. Berrangé2022-02-233-4/+73
* | Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-next-pull-req...Peter Maydell2022-02-237-87/+599
|\ \ | |/ |/|
| * docs: expand firmware descriptor to allow flash without NVRAMDaniel P. Berrangé2022-02-161-8/+46
| * MAINTAINERS: take over seccomp from Eduardo OtuboDaniel P. Berrangé2022-02-161-2/+2
| * seccomp: block setns, unshare and execveat syscallsDaniel P. Berrangé2022-02-161-0/+5
| * seccomp: block use of clone3 syscallDaniel P. Berrangé2022-02-161-0/+4
| * seccomp: fix blocking of process spawningDaniel P. Berrangé2022-02-162-2/+102
| * seccomp: add unit test for seccomp filteringDaniel P. Berrangé2022-02-163-0/+275
| * seccomp: allow action to be customized per syscallDaniel P. Berrangé2022-02-161-66/+106
| * block: print the server key type and fingerprint on failureDaniel P. Berrangé2022-02-161-7/+30
| * block: support sha256 fingerprint with pre-blockdev optionsDaniel P. Berrangé2022-02-161-0/+5
| * block: better document SSH host key fingerprint checkingDaniel P. Berrangé2022-02-161-4/+26
* | Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-...Peter Maydell2022-02-228-13/+16
|\ \
| * | hid: Implement support for side and extra buttonsNoah Bergbauer2022-02-222-3/+5
| * | vdpa: Make ncs autofreeEugenio Pérez2022-02-221-3/+2Star
| * | qemu-options: fix incorrect description for '-drive index='Laurent Vivier2022-02-221-1/+1
| * | hw/nvram: use at24 macroPatrick Venture2022-02-211-1/+1
| * | target/rx: Remove unused ENV_OFFSET definitionPhilippe Mathieu-Daudé2022-02-211-2/+0Star
| * | target/avr: Correct AVRCPUClass docstringPhilippe Mathieu-Daudé2022-02-211-1/+0Star
| * | configure: Disable capstone and slirp in the --without-default-features modeThomas Huth2022-02-211-2/+7
* | | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell2022-02-2274-296/+733
|\ \ \
| * | | hw/tricore: Remove unused and incorrect headerPhilippe Mathieu-Daudé2022-02-211-1/+0Star
| * | | hw/m68k/mcf: Add missing 'exec/hwaddr.h' headerPhilippe Mathieu-Daudé2022-02-211-0/+1
| * | | exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-2147-5/+47
| * | | softmmu/runstate: Clean headersPhilippe Mathieu-Daudé2022-02-211-1/+1
| * | | linux-user: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé2022-02-212-0/+2
| * | | target: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé2022-02-215-0/+5
| * | | core/ptimers: Remove unnecessary 'sysemu/cpus.h' includePhilippe Mathieu-Daudé2022-02-211-1/+0Star
| * | | exec/ramblock: Add missing includesPhilippe Mathieu-Daudé2022-02-211-0/+2
| * | | qtest: Add missing 'hw/qdev-core.h' includePhilippe Mathieu-Daudé2022-02-211-0/+1
| * | | hw/acpi/memory_hotplug: Remove unused 'hw/acpi/pc-hotplug.h' headerPhilippe Mathieu-Daudé2022-02-211-1/+0Star
| * | | hw/remote: Add missing includePhilippe Mathieu-Daudé2022-02-211-0/+1
| * | | hw/tpm: Clean includesPhilippe Mathieu-Daudé2022-02-213-4/+5
| * | | scripts: Remove the old switch-timer-api scriptThomas Huth2022-02-211-178/+0Star
| * | | tests/qtest: failover: migration abort test with failover offLaurent Vivier2022-02-211-0/+180
| * | | tests/qtest: failover: test migration if the guest doesn't support failoverLaurent Vivier2022-02-211-0/+142
| * | | tests/qtest: failover: check migration with failover offLaurent Vivier2022-02-211-0/+133
| * | | tests/qtest: failover: check missing guest featureLaurent Vivier2022-02-211-0/+33
| * | | tests/qtest: failover: check the feature is correctly providedLaurent Vivier2022-02-211-53/+86
| * | | tests/qtest: failover: use a macro for check_one_card()Laurent Vivier2022-02-211-26/+21Star