2019-10-29 | Jens Freimann | pci: mark devices partially unplugged Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-29 | Jens Freimann | pci: add option for net failover Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-29 | Jens Freimann | qdev/qbus: add hidden device support Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-25 | Stefan Hajnoczi | virtio: drop unused virtio_device_stop_ioeventfd()... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-25 | Stefan Hajnoczi | libqos: add VIRTIO PCI 1.0 support Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-25 | Stefan Hajnoczi | libqos: extract Legacy virtio-pci.c code Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-25 | Stefan Hajnoczi | libqos: make the virtio-pci BAR index configurable Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-25 | Stefan Hajnoczi | libqos: expose common virtqueue setup/cleanup functions Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-25 | Stefan Hajnoczi | libqos: add MSI-X callbacks to QVirtioPCIDevice Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-25 | Stefan Hajnoczi | libqos: pass full QVirtQueue to set_queue_address() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-25 | Stefan Hajnoczi | libqos: add iteration support to qpci_find_capability() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-25 | Stefan Hajnoczi | libqos: access VIRTIO 1.0 vring in little-endian Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-25 | Stefan Hajnoczi | libqos: implement VIRTIO 1.0 FEATURES_OK step Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-25 | Stefan Hajnoczi | libqos: enforce Device Initialization order Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-25 | Stefan Hajnoczi | libqos: add missing virtio-9p feature negotiation Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-25 | Stefan Hajnoczi | tests/virtio-blk-test: set up virtqueue after feature... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-25 | Stefan Hajnoczi | virtio-scsi-test: add missing feature negotiation Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-25 | Stefan Hajnoczi | libqos: extend feature bits to 64-bit Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-25 | Stefan Hajnoczi | libqos: read QVIRTIO_MMIO_VERSION register Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-25 | Stefan Hajnoczi | tests/virtio-blk-test: read config space after feature... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-25 | Jason Wang | virtio: add property to enable packed virtqueue Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-25 | Jason Wang | vhost_net: enable packed ring support Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-25 | Jason Wang | virtio: event suppression support for packed ring Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-25 | Jason Wang | virtio: basic packed virtqueue support Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-25 | Eugenio Pérez | virtio: Free rnd virqueue at unrealize() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-25 | Eugenio Pérez | virtio: Free blk virqueues at unrealize() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-25 | Wei Xu | virtio: device/driver area size calculation refactor... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-25 | Wei Xu | virtio: basic structure for packed ring Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-05 | Dr. David Alan Gilbert | virtio: add vhost-user-fs-pci device Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-05 | Dr. David Alan Gilbert | virtio: add vhost-user-fs base device Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-05 | Dr. David Alan Gilbert | virtio: Add virtio_fs linux headers Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-05 | Michael S. Tsirkin | tests/acpi: add expected tables for arm/virt Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-05 | Michael S. Tsirkin | tests: document how to update acpi tables Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-05 | Shameer Kolothum | tests: Add bios tests to arm/virt Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-05 | Michael S. Tsirkin | tests: allow empty expected files Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-05 | Michael S. Tsirkin | tests/acpi: add empty files Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-05 | Shameer Kolothum | tests: Update ACPI tables list for upcoming arm/virt... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-05 | Shameer Kolothum | docs/specs: Add ACPI GED documentation Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-05 | Shameer Kolothum | hw/arm: Use GED for system_powerdown event Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-05 | Shameer Kolothum | hw/arm: Factor out powerdown notifier from GPIO Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-05 | Shameer Kolothum | hw/arm/virt-acpi-build: Add PC-DIMM in SRAT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-05 | Shameer Kolothum | hw/arm/virt: Enable device memory cold/hot plug with... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-05 | Eric Auger | hw/arm/virt: Add memory hotplug framework Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-05 | Samuel Ortiz | hw/acpi: Add ACPI Generic Event Device Support Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-05 | Samuel Ortiz | hw/acpi: Do not create memory hotplug method when handler... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-05 | Shameer Kolothum | hw/acpi: Make ACPI IO address space configurable Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-10-05 | Adrian Moreno | vhost-user: save features if the char dev is closed Cc: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-09-25 | Dr. David Alan Gilbert | vhost: Fix memory region section comparison Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-09-25 | Dr. David Alan Gilbert | memory: Provide an equality function for MemoryRegionSections Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-09-25 | Dr. David Alan Gilbert | memory: Align MemoryRegionSections fields Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-09-16 | Sergio Lopez | virtio-mmio: implement modern (v2) personality (virtio-1) Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-09-16 | Pankaj Gupta | virtio pmem: user document Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-09-16 | Peter Xu | intel_iommu: Remove the caching-mode check during flag... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-09-16 | Peter Xu | pc/q35: Disallow vfio-pci hotplug without VT-d caching... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-09-16 | Peter Xu | qdev/machine: Introduce hotplug_allowed hook Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-09-16 | Peter Xu | intel_iommu: Sanity check vfio-pci config on machine... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-09-16 | Raphael Norwitz | backends/vhost-user.c: prevent using uninitialized vqs Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-09-16 | Raphael Norwitz | vhost-user-blk: prevent using uninitialized vqs Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-09-16 | Wei Yang | docs/nvdimm: add example on persistent backend setup Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-09-16 | Laurent Vivier | MAINTAINERS: update virtio-rng and virtio-serial maintainer Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-09-04 | Johannes Berg | libvhost-user: introduce and use vu_has_protocol_feature() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-09-04 | Johannes Berg | libvhost-user: fix SLAVE_SEND_FD handling Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-09-04 | Julia Suvorova | virtio-pci: Add Function Level Reset support Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-09-04 | Laurent Vivier | virtio-rng: change default backend to rng-builtin |
commitcommitdifftree |
2019-09-04 | Markus Armbruster | virtio-rng: Keep the default backend out of VirtIORNGConf |
commitcommitdifftree |
2019-09-04 | Laurent Vivier | rng-builtin: add an RNG backend that uses qemu_guest_getrandom() |
commitcommitdifftree |
2019-07-30 | Dr. David Alan Gilbert | pcie_root_port: Disable ACS on older machines Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-30 | Dr. David Alan Gilbert | pcie_root_port: Allow ACS to be disabled Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-29 | Igor Mammedov | pc-dimm: fix crash when invalid slot number is used Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-29 | Dr. David Alan Gilbert | Revert "hw: report invalid disable-legacy|modern usage... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-29 | Dr. David Alan Gilbert | Revert "Revert "globals: Allow global properties to... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-25 | Michael S. Tsirkin | virtio-balloon: free pbp more aggressively Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-25 | David Hildenbrand | virtio-balloon: don't track subpages for the PBP Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-25 | David Hildenbrand | virtio-balloon: Use temporary PBP only Suggested-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-25 | David Hildenbrand | virtio-balloon: Rework pbp tracking data Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-25 | David Hildenbrand | virtio-balloon: Better names for offset variables in... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-25 | David Hildenbrand | virtio-balloon: Simplify deflate with pbp Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-25 | David Hildenbrand | virtio-balloon: Fix QEMU crashes on pagesize > BALLOON_PAGE_SIZE Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-25 | David Hildenbrand | virtio-balloon: Fix wrong sign extension of PFNs Reported-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-25 | Evgeny Yakovlev | i386/acpi: show PCI Express bus on pxb-pcie expanders Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-25 | Jan Kiszka | ioapic: kvm: Skip route updates for masked pins Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-25 | Evgeny Yakovlev | i386/acpi: fix gint overflow in crs_range_compare |
commitcommitdifftree |
2019-07-25 | Stefan Hajnoczi | docs: clarify multiqueue vs multiple virtqueues Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-12 | Pankaj Gupta | virtio pmem: remove transitional names Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-12 | Pankaj Gupta | virtio pmem: remove memdev null check Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-12 | Pankaj Gupta | virtio pmem: fix wrong mem region condition Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-12 | Igor Mammedov | tests: acpi: do not skip tests when IASL is not installed Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-12 | Igor Mammedov | tests: acpi: do not require IASL for dumping AML blobs Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-12 | Stefan Hajnoczi | virtio-balloon: fix QEMU 4.0 config size migration... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-12 | Michael S. Tsirkin | pcie: consistent names for function args Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-12 | Michael S. Tsirkin | xio3130_downstream: typo fix Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-04 | Stefan Hajnoczi | docs: avoid vhost-user-net specifics in multiqueue... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-04 | Stefan Hajnoczi | libvhost-user: implement VHOST_USER_PROTOCOL_F_MQ Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-04 | Stefan Hajnoczi | libvhost-user: support many virtqueues Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-04 | Stefan Hajnoczi | libvhost-user: add vmsg_set_reply_u64() helper Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-04 | Eduardo Habkost | pc: Move compat_apic_id_mode variable to PCMachineClass Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-04 | Xie Yongji | virtio: Don't change "started" flag on virtio_vmstate_change() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-04 | Xie Yongji | virtio: Make sure we get correct state of device on... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-04 | Xie Yongji | virtio: Set "start_on_kick" on virtio_set_features() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2019-07-04 | Xie Yongji | virtio: Set "start_on_kick" for legacy devices Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
next |