aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/meson.build
AgeCommit message (Expand)AuthorFilesLines
2024-04-18hw/virtio: move stubs out of stubs/Paolo Bonzini1-0/+2
2024-02-14hw/virtio: Move vhost-user-input into virtio folderLeo Yan1-1/+3
2024-02-14hw/virtio: add vhost-user-snd and vhost-user-snd-pci devicesManos Pitsidianakis1-0/+3
2024-02-14hw/virtio: derive vhost-user-i2c from vhost-user-baseAlex Bennée1-2/+3
2024-02-14hw/virtio: derive vhost-user-gpio from vhost-user-baseAlex Bennée1-2/+3
2024-02-14hw/virtio: derive vhost-user-rng from vhost-user-baseAlex Bennée1-2/+7
2024-02-14virtio: split into vhost-user-base and vhost-user-deviceAlex Bennée1-0/+1
2024-01-10hw/arm/virt-acpi-build.c: Migrate virtio creation to common locationSunil V L1-0/+1
2023-12-31meson: remove CONFIG_ALLPaolo Bonzini1-2/+0
2023-10-04virtio: add vhost-user-base and a generic vhost-user-deviceAlex Bennée1-0/+3
2023-10-04hw/virtio/meson: Rename softmmu_virtio_ss[] -> system_virtio_ss[]Philippe Mathieu-Daudé1-12/+12
2023-10-04hw/virtio: Build vhost-vdpa.o oncePhilippe Mathieu-Daudé1-1/+2
2023-07-12virtio-md-pci: New parent type for virtio-mem-pci and virtio-pmem-pciDavid Hildenbrand1-0/+1
2023-07-10hw/virtio: Add vhost-user-scmi-pci boilerplateMilan Zamazal1-0/+1
2023-07-10hw/virtio: Add boilerplate for vhost-user-scmi deviceMilan Zamazal1-0/+1
2023-06-23hw/virtio: Build various target-agnostic objects just oncePhilippe Mathieu-Daudé1-5/+6
2023-06-23hw/virtio: Introduce VHOST_VSOCK_COMMON symbol in KconfigPhilippe Mathieu-Daudé1-2/+3
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-6/+6
2023-02-04virtio: Move HMP commands from monitor/ to hw/virtio/Markus Armbruster1-0/+1
2022-12-21hw/virtio: Extract QMP related code virtio-qmp.cPhilippe Mathieu-Daudé1-1/+1
2022-12-21hw/virtio: Extract config read/write accessors to virtio-config-io.cPhilippe Mathieu-Daudé1-0/+1
2022-12-21hw/virtio: Rename virtio_ss[] -> specific_virtio_ss[]Philippe Mathieu-Daudé1-21/+22
2022-12-21vdpa: add vdpa-dev-pci supportLongpeng1-0/+1
2022-12-21vdpa: add vdpa-dev supportLongpeng1-0/+1
2022-10-09qmp: add QMP command x-query-virtioLaurent Vivier1-0/+2
2022-10-07hw/virtio: add vhost-user-gpio-pci boilerplateViresh Kumar1-0/+1
2022-10-07hw/virtio: add boilerplate for vhost-user-gpio deviceViresh Kumar1-0/+1
2022-05-07meson: use have_vhost_* variables to pick sourcesPaolo Bonzini1-9/+16
2022-05-07meson, virtio: place all virtio-pci devices under virtio_pci_ssPaolo Bonzini1-4/+5
2022-03-29virtio: fix --enable-vhost-user build on non-LinuxPaolo Bonzini1-2/+2
2022-03-15vhost: Add VhostIOVATreeEugenio Pérez1-1/+1
2022-03-15vhost: Add VhostShadowVirtqueueEugenio Pérez1-1/+1
2021-10-20vhost-user-rng-pci: Add vhost-user-rng-pci implementationMathieu Poirier1-0/+1
2021-10-20vhost-user-rng: Add vhost-user-rng implementationMathieu Poirier1-0/+1
2021-07-16hw/virtio: add vhost-user-i2c-pci boilerplateViresh Kumar1-0/+1
2021-07-16hw/virtio: add boilerplate for vhost-user-i2c deviceViresh Kumar1-0/+1
2020-08-21meson: convert hw/virtioMarc-André Lureau1-0/+51