summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* virtio: introduce VirtIOConfigSizeParams & virtio_get_config_sizeDaniil Tatianin2022-10-074-17/+28
* tests/qtest: enable tests for virtio-gpioAlex Bennée2022-10-076-1/+275
* tests/qtest: add a get_features op to vhost-user-testAlex Bennée2022-10-071-10/+27
* tests/qtest: implement stub for VHOST_USER_GET_CONFIGAlex Bennée2022-10-071-0/+13
* tests/qtest: add assert to catch bad featuresAlex Bennée2022-10-071-0/+2
* tests/qtest: plain g_assert for VHOST_USER_F_PROTOCOL_FEATURESAlex Bennée2022-10-071-2/+1Star
* tests/qtest: catch unhandled vhost-user messagesAlex Bennée2022-10-071-0/+43
* tests/qtest: use qos_printf instead of g_test_messageAlex Bennée2022-10-072-6/+12
* tests/qtest: add a timeout for subprocess_run_one_testAlex Bennée2022-10-071-1/+1
* tests/qtest: pass stdout/stderr down to subtestsAlex Bennée2022-10-071-1/+3
* hw/virtio: add vhost-user-gpio-pci boilerplateViresh Kumar2022-10-073-1/+71
* hw/virtio: add boilerplate for vhost-user-gpio deviceViresh Kumar2022-10-076-0/+464
* hw/virtio: move vhd->started check into helper and add FIXMEAlex Bennée2022-10-0710-13/+33
* hw/virtio: move vm_running check to virtio_device_startedAlex Bennée2022-10-076-25/+10Star
* hw/virtio: add some vhost-user trace eventsAlex Bennée2022-10-072-0/+10
* hw/virtio: log potentially buggy guest driversAlex Bennée2022-10-071-0/+7
* hw/virtio: fix some coding style issuesAlex Bennée2022-10-071-3/+4
* include/hw: document vhost_dev feature life-cycleAlex Bennée2022-10-071-0/+3
* include/hw/virtio: more comment for VIRTIO_F_BAD_FEATUREAlex Bennée2022-10-071-1/+6
* hw/virtio: incorporate backend features in featuresAlex Bennée2022-10-071-1/+8
* Merge tag 'pull-testing-gdbstub-plugins-gitdm-061022-3' of https://github.com...Stefan Hajnoczi2022-10-0698-624/+1138
|\
| * plugins: add [pre|post]fork helpers to linux-userAlex Bennée2022-10-063-0/+46
| * contrib/gitdm: add Université Grenoble AlpesAlex Bennée2022-10-061-0/+3
| * contrib/gitdm: add Simon to individual contributorsAlex Bennée2022-10-061-0/+1
| * contrib/gitdm: add China Telecom to the domain mapAlex Bennée2022-10-061-0/+1
| * contrib/gitdm: add ISCAS to the academics groupAlex Bennée2022-10-061-0/+3
| * contrib/gitdm: add WANG Xuerui to individual contributersAlex Bennée2022-10-061-0/+1
| * contrib/gitdm: add Paul to individual contributorsAlex Bennée2022-10-062-0/+2
| * contrib/gitdm: add mapping for Loongson TechnologyAlex Bennée2022-10-061-0/+1
| * accel/kvm: move kvm_update_guest_debug to inline stubAlex Bennée2022-10-063-11/+16
| * gdbstub: move guest debug support check to opsAlex Bennée2022-10-0610-10/+33
| * gdbstub: move breakpoint logic to accel opsAlex Bennée2022-10-0614-160/+259
| * gdbstub: move sstep flags probing into AccelClassAlex Bennée2022-10-066-27/+56
| * gdbstub: move into its own sub directoryAlex Bennée2022-10-067-31/+36
| * semihosting: update link to specAlex Bennée2022-10-061-1/+1
| * docs/devel: document the test pluginsAlex Bennée2022-10-061-4/+133
| * contrib/plugins: reset skip when matching in execlogAlex Bennée2022-10-061-1/+4
| * docs/devel: move API to end of tcg-plugins.rstAlex Bennée2022-10-061-5/+10
| * docs/devel: clean-up qemu invocations in tcg-pluginsAlex Bennée2022-10-061-9/+9
| * plugins: Assert mmu_idx in range before use in qemu_plugin_get_hwaddrRichard Henderson2022-10-061-0/+2
| * plugins: extend execlog to filter matchesAlex Bennée2022-10-062-15/+90
| * disas: use result of ->read_memory_funcAlex Bennée2022-10-062-40/+53
| * disas: generalise plugin_printf and use for monitor_disasAlex Bennée2022-10-061-8/+15
| * monitor: expose monitor_puts to rest of codeAlex Bennée2022-10-068-14/+14
| * pc-bios/vof: Adopt meson style Make outputPaolo Bonzini2022-10-061-4/+11
| * pc-bios/s390-ccw: Adopt meson style Make outputPaolo Bonzini2022-10-062-16/+16
| * pc-bios/optionrom: Adopt meson style Make outputPaolo Bonzini2022-10-061-7/+7
| * configure: build ROMs with container-based cross compilersPaolo Bonzini2022-10-061-12/+18
| * configure: cleanup creation of tests/tcg target configPaolo Bonzini2022-10-063-9/+7Star
| * configure: unify creation of cross-compilation MakefilesPaolo Bonzini2022-10-061-51/+43Star