| Commit message (Expand) | Author | Age | Files | Lines |
* | hw/gpio: Add GPIO model for Nuvoton NPCM7xx | Havard Skinnemoen | 2020-10-27 | 2 | -1/+387 |
* | hw/misc: Add npcm7xx random number generator | Havard Skinnemoen | 2020-10-27 | 2 | -1/+282 |
* | hw/timer: Adding watchdog for NPCM7XX Timer. | Hao Wu | 2020-10-27 | 2 | -1/+320 |
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2020-10-26 | 3 | -1/+14 |
|\ |
|
| * | replay: do not build if TCG is not available | Claudio Fontana | 2020-10-22 | 1 | -0/+3 |
| * | qtest: unbreak non-TCG builds in bios-tables-test | Claudio Fontana | 2020-10-22 | 1 | -0/+10 |
| * | do not use colons in test names | Paolo Bonzini | 2020-10-22 | 1 | -1/+1 |
* | | fuzz: register predefined generic-fuzz configs | Alexander Bulekov | 2020-10-26 | 1 | -0/+32 |
* | | fuzz: add generic-fuzz configs for oss-fuzz | Alexander Bulekov | 2020-10-26 | 1 | -0/+121 |
* | | fuzz: add an "opaque" to the FuzzTarget struct | Alexander Bulekov | 2020-10-26 | 1 | -0/+1 |
* | | fuzz: add a crossover function to generic-fuzzer | Alexander Bulekov | 2020-10-26 | 1 | -0/+86 |
* | | fuzz: add a DISABLE_PCI op to generic-fuzzer | Alexander Bulekov | 2020-10-26 | 1 | -2/+11 |
* | | fuzz: Add support for custom crossover functions | Alexander Bulekov | 2020-10-26 | 2 | -0/+40 |
* | | fuzz: Add DMA support to the generic-fuzzer | Alexander Bulekov | 2020-10-26 | 1 | -0/+230 |
* | | fuzz: Add PCI features to the generic fuzzer | Alexander Bulekov | 2020-10-24 | 1 | -0/+81 |
* | | fuzz: Add generic virtual-device fuzzer | Alexander Bulekov | 2020-10-24 | 2 | -0/+517 |
* | | libqtest: fix memory leak in the qtest_qmp_event_ref | Maxim Levitsky | 2020-10-24 | 1 | -7/+4 |
* | | libqtest: fix the order of buffered events | Maxim Levitsky | 2020-10-24 | 1 | -1/+1 |
* | | tests/qtest: Make npcm7xx_timer-test conditional on CONFIG_NPCM7XX | Havard Skinnemoen | 2020-10-24 | 1 | -1/+2 |
* | | tests/qtest/libqtest: Fix detection of architecture for binaries without path | Thomas Huth | 2020-10-24 | 1 | -2/+7 |
* | | tests/migration: fix memleak in wait_command/wait_command_fd | Chen Qun | 2020-10-24 | 1 | -4/+12 |
|/ |
|
* | Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20201021-pull-reque... | Peter Maydell | 2020-10-21 | 1 | -0/+24 |
|\ |
|
| * | tests/acpi: update expected data files | Gerd Hoffmann | 2020-10-21 | 1 | -2/+0 |
| * | tests/acpi: add microvm rtc test | Gerd Hoffmann | 2020-10-21 | 1 | -0/+12 |
| * | tests/acpi: add microvm usb test | Gerd Hoffmann | 2020-10-21 | 1 | -0/+12 |
| * | tests/acpi: allow updates for expected data files | Gerd Hoffmann | 2020-10-21 | 1 | -0/+2 |
| * | tests/acpi: disallow changes for microvm/APIC.pcie | Gerd Hoffmann | 2020-10-21 | 1 | -1/+0 |
| * | tests/acpi: allow changes for microvm/APIC.pcie | Gerd Hoffmann | 2020-10-21 | 1 | -0/+1 |
* | | tests/qtest: Add npcm7xx timer test | Havard Skinnemoen | 2020-10-20 | 2 | -0/+563 |
|/ |
|
* | tests/9pfs: add local Tmkdir test | Christian Schoenebeck | 2020-10-19 | 1 | -0/+139 |
* | tests/9pfs: add virtio_9p_test_path() | Christian Schoenebeck | 2020-10-19 | 2 | -0/+11 |
* | tests/9pfs: wipe local 9pfs test directory | Christian Schoenebeck | 2020-10-19 | 1 | -0/+13 |
* | tests/9pfs: introduce local tests | Christian Schoenebeck | 2020-10-19 | 3 | -14/+116 |
* | tests/9pfs: change qtest name prefix to synth | Christian Schoenebeck | 2020-10-19 | 1 | -14/+14 |
* | fuzz: Disable QEMU's SIG{INT,HUP,TERM} handlers | Alexander Bulekov | 2020-10-17 | 1 | -0/+8 |
* | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-1... | Peter Maydell | 2020-10-13 | 5 | -12/+68 |
|\ |
|
| * | Add a comment in bios-tables-test.c to clarify the reason behind approach | Ani Sinha | 2020-10-13 | 1 | -1/+6 |
| * | tests/migration: Allow longer timeouts | Dr. David Alan Gilbert | 2020-10-13 | 1 | -10/+11 |
| * | qtest: add fuzz test case | Li Qiang | 2020-10-13 | 2 | -0/+50 |
| * | tests/qtest: Replace magic value by NANOSECONDS_PER_SECOND definition | Philippe Mathieu-Daudé | 2020-10-13 | 1 | -1/+1 |
* | | qemu-iotests, qtest: rewrite test 067 as a qtest | Paolo Bonzini | 2020-10-12 | 2 | -26/+189 |
* | | qtest: check that drives are really appearing and disappearing | Paolo Bonzini | 2020-10-12 | 1 | -1/+31 |
* | | qtest: switch users back to qtest_qmp_receive | Maxim Levitsky | 2020-10-12 | 5 | -22/+15 |
* | | device-plug-test: use qtest_qmp to send the device_del command | Paolo Bonzini | 2020-10-12 | 1 | -23/+9 |
* | | qtest: remove qtest_qmp_receive_success | Maxim Levitsky | 2020-10-12 | 3 | -70/+25 |
* | | qtest: Reintroduce qtest_qmp_receive with QMP event buffering | Maxim Levitsky | 2020-10-12 | 2 | -1/+71 |
* | | qtest: rename qtest_qmp_receive to qtest_qmp_receive_dict | Maxim Levitsky | 2020-10-12 | 7 | -24/+24 |
* | | qtest: unify extra_qtest_srcs and extra_qtest_deps | Paolo Bonzini | 2020-10-12 | 1 | -29/+26 |
* | | docs/devel/qtest: Include libqtest API reference | Eduardo Habkost | 2020-10-12 | 1 | -10/+10 |
|/ |
|
* | hw/arm/virt: Implement kvm-steal-time | Andrew Jones | 2020-10-08 | 1 | -4/+21 |