2020-12-08 | Marc-André Lureau | libvhost-user: make it a meson subproject Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Marc-André Lureau | libvhost-user: drop qemu/osdep.h dependency Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Marc-André Lureau | libvhost-user: remove qemu/compiler.h usage Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Marc-André Lureau | libvhost-user: replace qemu/memfd.h usage Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Marc-André Lureau | libvhost-user: replace qemu/bswap.h with glibc endian.h Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Cornelia Huck | hw: add compat machines for 6.0 Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-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 |
2020-12-08 | Juan Quintela | failover: Remove primary_dev member Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Juan Quintela | failover: simplify failover_unplug_primary Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Juan Quintela | failover: Caller of this two functions already have... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Juan Quintela | failover: We don't need to cache primary_device_id... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Juan Quintela | failover: split failover_find_primary_device_id() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Juan Quintela | failover: remove failover_find_primary_device() error... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Juan Quintela | failover: make sure that id always exist Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Juan Quintela | failover: simplify qdev_device_add() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Juan Quintela | failover: simplify qdev_device_add() failover case Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Juan Quintela | failover: Rename to failover_find_primary_device() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Juan Quintela | failover: virtio_net_connect_failover_devices() does... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Juan Quintela | failover: Rename function to hide_device() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Juan Quintela | failover: should_be_hidden() should take a bool Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Juan Quintela | failover: simplify virtio_net_find_primary() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Juan Quintela | failover: Remove memory leak Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Juan Quintela | failover: Remove primary_device_dict Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Juan Quintela | failover: remove standby_id variable Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Juan Quintela | failover: Remove primary_device_opts Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Juan Quintela | failover: g_strcmp0() knows how to handle NULL Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Juan Quintela | failover: Rename bool to failover_primary_hidden Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Juan Quintela | failover: qdev_device_add() returns err or dev set Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Juan Quintela | failover: Remove external partially_hotplugged property Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Juan Quintela | failover: Remove unused parameter Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Juan Quintela | failover: primary bus is only used once, and where... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Juan Quintela | failover: Use always atomics for primary_should_be_hidden Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Juan Quintela | failover: fix indentantion Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Yubo Miao | unit-test: Add the binary file and clear diff.h Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Yubo Miao | unit-test: Add testcase for pxb Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Yubo Miao | unit-test: The files changed. Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Yubo Miao | acpi: Align the size to 128k Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Yubo Miao | acpi/gpex: Build tables for pxb Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Yubo Miao | acpi: Extract crs build form acpi_build.c Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Jiahui Cen | hw/arm/virt: Write extra pci roots into fw_cfg Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Jiahui Cen | fw_cfg: Refactor extra pci roots addition Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Yubo Miao | acpi/gpex: Extract two APIs from acpi_dsdt_add_pci Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | John Levon | virtio: reset device on bad guest index in virtio_load() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Eugenio Pérez | memory: Skip bad range assertion if notifier is DEVIOTLB_UNM... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Eugenio Pérez | intel_iommu: Skip page walking on device iotlb invalidations Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Eugenio Pérez | memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificati... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Eugenio Pérez | memory: Add IOMMUTLBEvent Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Eugenio Pérez | memory: Rename memory_region_notify_one to memory_region_not... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-12-08 | Alex Chen | vhost-user-scsi: Fix memleaks in vus_proc_req() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-17 | AlexChen | vhost-user-blk/scsi: Fix broken error handling for... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-17 | AlexChen | contrib/libvhost-user: Fix bad printf format specifiers Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-12 | Philippe Mathieu... | hw/i386/acpi-build: Fix maybe-uninitialized error when... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-12 | Stefan Hajnoczi | configure: mark vhost-user Linux-only Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-12 | Stefan Hajnoczi | vhost-user-blk-server: depend on CONFIG_VHOST_USER Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-12 | Stefan Hajnoczi | meson: move vhost_user_blk_server to meson.build Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-12 | Stefan Hajnoczi | vhost-user: fix VHOST_USER_ADD/REM_MEM_REG truncation 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 |
2020-11-03 | Stefan Hajnoczi | contrib/vhost-user-blk: fix get_config() information... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-03 | Stefan Hajnoczi | block/export: fix vhost-user-blk get_config() information... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-03 | Stefan Hajnoczi | block/export: make vhost-user-blk config space little... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-03 | Stefan Hajnoczi | configure: introduce --enable-vhost-user-blk-server Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-03 | Stefan Hajnoczi | libvhost-user: follow QEMU comment style Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-03 | Jin Yu | vhost-blk: set features before setting inflight feature Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-03 | Stefan Hajnoczi | Revert "vhost-blk: set features before setting inflight... 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 |
2020-11-03 | Cindy Lu | net: Add vhost-vdpa in show_netdevs() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-03 | Cindy Lu | vhost-vdpa: Add qemu_close in vhost_vdpa_cleanup Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-03 | Jean-Philippe Brucker | vfio: Don't issue full 2^64 unmap Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-03 | Bharat Bhushan | virtio-iommu: Set supported page size mask Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-03 | Bharat Bhushan | vfio: Set IOMMU page size as per host supported page... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-03 | Bharat Bhushan | memory: Add interface to set iommu page size mask Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-03 | Bharat Bhushan | virtio-iommu: Add notify_flag_changed() memory region... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-03 | Bharat Bhushan | virtio-iommu: Add replay() memory region callback Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-03 | Bharat Bhushan | virtio-iommu: Call memory notifiers in attach/detach Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-03 | Bharat Bhushan | virtio-iommu: Add memory notifiers for map/unmap Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-03 | Jean-Philippe Brucker | virtio-iommu: Store memory region in endpoint struct Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-03 | Jean-Philippe Brucker | virtio-iommu: Fix virtio_iommu_mr() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | hw/smbios: Fix leaked fd in save_opt_one() error path Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | hw/virtio/vhost-backend: Fix Coverity CID 1432871 Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-03 | Xinhao Zhang | hw/acpi : add spaces around operator Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-03 | Xinhao Zhang | hw/acpi : add space before the open parenthesis '(' Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-03 | Xinhao Zhang | hw/acpi : Don't use '#' flag of printf format Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-11-03 | David Hildenbrand | virito-mem: Implement get_min_alignment() 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 |
2020-11-03 | David Hildenbrand | memory-device: Add get_min_alignment() callback 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 |
2020-11-03 | David Hildenbrand | memory-device: Support big alignment requirements 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 |
2020-11-03 | David Hildenbrand | virtio-mem: Probe THP size to determine default block... 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 |
2020-11-03 | David Hildenbrand | virtio-mem: Make sure "usable_region_size" is always... 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 |
2020-11-03 | David Hildenbrand | virtio-mem: Make sure "addr" is always multiples of... 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 |
2020-11-03 | Michael S. Tsirkin | pc: comment style fixup Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-10-30 | Peter Xu | intel_iommu: Fix two misuse of "0x%u" prints Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-10-30 | Felipe Franciosi | virtio: skip guest index check on device load Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-10-30 | Jin Yu | vhost-blk: set features before setting inflight feature Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-10-30 | Ben Widawsky | pci: Disallow improper BAR registration for type 1 Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-10-30 | Ben Widawsky | pci: Change error_report to assert(3) Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-10-30 | Jason Wang | pci: advertise a page aligned ATS Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-10-30 | Eduardo Habkost | pc: Implement -no-hpet as sugar for -machine hpet=on Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-10-30 | Greg Kurz | vhost: Don't special case vq->used_phys in vhost_get_log_size() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-10-30 | Mark Cave-Ayland | pci: Assert irqnum is between 0 and bus->nirqs in pci_bus_ch... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-10-30 | Philippe Mathieu... | hw/pci: Extract pci_bus_change_irq_level() from pci_change_i... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-10-30 | Philippe Mathieu... | hw/virtio/vhost-vdpa: Fix Coverity CID 1432864 Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-10-30 | Ben Widawsky | acpi/crs: Support ranges > 32b for hosts Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-10-30 | Ben Widawsky | acpi/crs: Prevent bad ranges for host bridges Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2020-10-30 | Stefano Garzarella | vhost-vsock: set vhostfd to non-blocking mode Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
next |