aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-29virtio: new post_load hookMichael S. Tsirkin2-0/+13
2019-10-29net: add tulip (dec21143) driverSven Schnelle7-0/+1323
2019-10-28tests/boot_linux_console: Run BusyBox on 5KEc 64-bit cpuPhilippe Mathieu-Daudé1-0/+42
2019-10-28tests/boot_linux_console: Add initrd test for the Exynos4210Philippe Mathieu-Daudé1-0/+41
2019-10-28tests/boot_linux_console: Add a test for the Raspberry Pi 2Philippe Mathieu-Daudé1-0/+36
2019-10-28tests/boot_linux_console: Use Avocado archive::gzip_uncompress()Philippe Mathieu-Daudé1-4/+1
2019-10-28.travis.yml: Let the avocado job run the 40p testsPhilippe Mathieu-Daudé1-1/+1
2019-10-28tests/acceptance: Test OpenBIOS on the PReP/40pPhilippe Mathieu-Daudé1-0/+33
2019-10-28tests/acceptance: Add test that runs NetBSD 4.0 installer on PRep/40pPhilippe Mathieu-Daudé2-0/+50
2019-10-28.travis.yml: Let the avocado job run the Leon3 testPhilippe Mathieu-Daudé1-1/+1
2019-10-28tests/acceptance: Add test that boots the HelenOS microkernel on Leon3Philippe Mathieu-Daudé2-0/+35
2019-10-28tests/acceptance: Refactor exec_command_and_wait_for_pattern()Philippe Mathieu-Daudé2-11/+26
2019-10-28tests/acceptance: Send <carriage return> on serial linesPhilippe Mathieu-Daudé1-1/+1
2019-10-28tests/acceptance: Fix wait_for_console_pattern() hangsPhilippe Mathieu-Daudé1-0/+1
2019-10-28Acceptance tests: refactor wait_for_console_patternCleber Rosa3-37/+33
2019-10-28Python libs: close console sockets before shutting down the VMsCleber Rosa1-4/+7
2019-10-28Acceptance tests: work around socket dirCleber Rosa1-1/+2
2019-10-28MAINTAINERS: update location of Python librariesCleber Rosa1-1/+1
2019-10-28Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.2-sf2' i...Peter Maydell18-64/+334
2019-10-28BootLinuxConsoleTest: Test the Quadra 800Philippe Mathieu-Daudé1-0/+24
2019-10-28hw/m68k: define Macintosh Quadra 800Laurent Vivier5-0/+521
2019-10-28hw/m68k: add a dummy SWIM floppy controllerLaurent Vivier6-0/+572
2019-10-28hw/m68k: add Nubus macfb video cardLaurent Vivier9-2/+557
2019-10-28hw/m68k: add Nubus supportLaurent Vivier12-0/+509
2019-10-28hw/m68k: implement ADB bus support for viaLaurent Vivier3-0/+205
2019-10-28hw/m68k: add VIA supportLaurent Vivier7-0/+891
2019-10-28dp8393x: manage big endian busLaurent Vivier1-31/+57
2019-10-28esp: add pseudo-DMA as used by MacintoshLaurent Vivier2-9/+284
2019-10-28esp: move get_cmd() post-DMA code to get_cmd_cb()Laurent Vivier1-17/+29
2019-10-28esp: move handle_ti_cmd() cleanup code to esp_do_dma().Laurent Vivier1-2/+10
2019-10-28Update OpenBIOS images to 7e5b89e4 built from submodule.Mark Cave-Ayland4-0/+0
2019-10-28target/riscv: PMP violation due to wrong size parameterDayeol Lee1-1/+12
2019-10-28riscv/boot: Fix possible memory leakAlistair Francis1-7/+4
2019-10-28crypto: add support for nettle's native XTS implDaniel P. Berrangé2-0/+36
2019-10-28crypto: add support for gcrypt's native XTS implDaniel P. Berrangé4-35/+88
2019-10-28travis.yml: enable linux-gcc-debug-tcg cacheAlex Bennée1-7/+7
2019-10-28MAINTAINERS: add me for the TCG plugins codeAlex Bennée1-0/+6
2019-10-28scripts/checkpatch.pl: don't complain about (foo, /* empty */)Alex Bennée1-1/+1
2019-10-28.travis.yml: add --enable-plugins testsAlex Bennée1-0/+15
2019-10-28include/exec: wrap cpu_ldst.h in CONFIG_TCGAlex Bennée1-0/+2
2019-10-28accel/stubs: reduce headers from tcg-stubAlex Bennée1-1/+0
2019-10-28tests/plugin: add hotpages to analyse memory access patternsAlex Bennée2-0/+192
2019-10-28tests/plugin: add instruction execution breakdownAlex Bennée2-0/+353
2019-10-28tests/plugin: add a hotblocks pluginAlex Bennée2-0/+144
2019-10-28tests/tcg: enable plugin testingAlex Bennée5-1/+60
2019-10-28tests/tcg: drop test-i386-fprem from TESTS when not SLOWAlex Bennée1-5/+6
2019-10-28tests/tcg: move "virtual" tests to EXTRA_TESTSAlex Bennée2-2/+4
2019-10-28tests/tcg: set QEMU_OPTS for all cris runsAlex Bennée1-1/+1
2019-10-28tests/tcg/Makefile.target: fix path to config-host.makAlex Bennée1-1/+1
2019-10-28tests/plugin: add sample pluginsEmilio G. Cota6-0/+281