aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-11testing: add check-build targetAlex Bennée2-5/+16
2020-07-11containers.yml: build with docker.py toolingAlex Bennée1-4/+7
2020-07-11gitlab: limit re-builds of the containersAlex Bennée1-0/+6
2020-07-11tests: improve performance of device-introspect-testDaniel P. Berrangé1-22/+38
2020-07-11gitlab: add avocado asset cachingAlex Bennée1-0/+6
2020-07-11gitlab: enable check-tcg for linux-user testsAlex Bennée1-4/+3
2020-07-11linux-user/elfload: use MAP_FIXED_NOREPLACE in pgb_reserved_vaAlex Bennée1-3/+7
2020-07-11tests/docker: add a linux-user testing focused imageAlex Bennée3-0/+61
2020-07-11tests/tcg: add more default compilers to configure.shAlex Bennée1-5/+14
2020-07-11gitlab: add acceptance testing to system buildsAlex Bennée4-28/+68
2020-07-11tests/acceptance: skip LinuxInitrd 2gib with v4.16 on GitLabAlex Bennée1-0/+3
2020-07-11tests/acceptance: skip multicore mips_malta tests on GitLabAlex Bennée1-0/+3
2020-07-11tests/acceptance: fix dtb path for machine_rx_gdbsimAlex Bennée1-1/+1
2020-07-11tests/acceptance: skip s390x_ccw_vrtio_tcg on GitLabAlex Bennée1-0/+2
2020-07-11tests/docker: add packages needed for check-acceptanceAlex Bennée2-1/+16
2020-07-11tests/docker: add --registry support to toolingAlex Bennée2-7/+43
2020-07-11gitlab: build containers with buildkit and metadataAlex Bennée1-1/+3
2020-07-11gitlab: convert jobs to use custom built containersDaniel P. Berrangé1-106/+81
2020-07-11gitlab: build all container images during CIDaniel P. Berrangé2-0/+248
2020-07-11gitlab: introduce explicit "container" and "build" stagesDaniel P. Berrangé3-2/+15
2020-07-11gitlab-ci: Fix the change rules after moving the YML filesThomas Huth2-2/+2
2020-07-11.gitignore: un-ignore .gitlab-ci.dAlex Bennée1-0/+1
2020-07-11tests/docker: change tag naming scheme of our imagesAlex Bennée28-34/+34
2020-07-11tests/docker: check for an parameters not empty stringAlex Bennée1-1/+1
2020-07-11tests/vm: allow us to take advantage of MTTCGAlex Bennée1-2/+9
2020-07-11tests/vm: switch from optsparse to argparseAlex Bennée2-46/+49
2020-07-11tests/vm: Add workaround to consume consoleRobert Foley2-2/+23
2020-07-11python/qemu: Add ConsoleSocket for optional use in QEMUMachineRobert Foley2-4/+129
2020-07-11tests/vm: change scripts to use self._configRobert Foley5-42/+38
2020-07-11tests/vm: Added a new script for centos.aarch64.Robert Foley3-1/+280
2020-07-11tests/vm: Added a new script for ubuntu.aarch64.Robert Foley5-0/+217
2020-07-11tests/vm: Add common Ubuntu python moduleRobert Foley2-34/+72
2020-07-11tests/vm: Added configuration file supportRobert Foley5-1/+155
2020-07-11tests/vm: Add configuration to basevm.pyRobert Foley1-39/+133
2020-07-11tests/vm: pass args through to BaseVM's __init__Robert Foley1-9/+7
2020-07-11util/coroutine: Cleanup start_switch_fiber_ for TSAN.Robert Foley1-18/+34
2020-07-11crypto/linux_keyring: fix 'secret_keyring' configure testDavid Edmondson1-1/+1
2020-07-11Merge remote-tracking branch 'remotes/gkurz/tags/9p-fix-2020-07-10' into stagingPeter Maydell1-0/+3
2020-07-11Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20200710' into st...Peter Maydell4-6/+10
2020-07-11target/avr/disas: Fix store instructions display orderPhilippe Mathieu-Daudé1-10/+10
2020-07-11target/avr/cpu: Fix $PC displayed addressPhilippe Mathieu-Daudé1-1/+1
2020-07-11target/avr/cpu: Drop tlb_flush() in avr_cpu_reset()Philippe Mathieu-Daudé1-2/+0
2020-07-11target/avr: Add section into QEMU documentationThomas Huth2-0/+38
2020-07-11tests/acceptance: Test the Arduino MEGA2560 boardMichael Rolnik2-0/+51
2020-07-11tests/boot-serial: Test some Arduino boards (AVR based)Michael Rolnik2-0/+13
2020-07-11hw/avr: Add limited support for some Arduino boardsPhilippe Mathieu-Daudé6-0/+165
2020-07-11hw/avr: Add some ATmega microcontrollersPhilippe Mathieu-Daudé4-0/+512
2020-07-11hw/avr: Add support for loading ELF/raw binariesPhilippe Mathieu-Daudé5-0/+154
2020-07-11hw/misc: avr: Add limited support for power reduction deviceMichael Rolnik6-0/+170
2020-07-11hw/timer: avr: Add limited support for 16-bit timer peripheralMichael Rolnik6-0/+734