search for: vfiopcidevice

Displaying 3 results from an estimated 3 matches for "vfiopcidevice".

Did you mean: vfio_pci_device
2020 May 11
0
[PATCH for QEMU v2] hw/vfio: Add VMD Passthrough Quirk
...AR2 (BAR 4). The shadow registers are valid > + * if bit 1 is set in the VMD VMLOCK config register 0x70. VMD devices without > + * this native assistance can have these registers safely emulated as these > + * registers are reserved. > + */ > +typedef struct VFIOVMDQuirk { > + VFIOPCIDevice *vdev; > + uint64_t membar_phys[2]; > +} VFIOVMDQuirk; > + > +static uint64_t vfio_vmd_quirk_read(void *opaque, hwaddr addr, unsigned size) > +{ > + VFIOVMDQuirk *data = opaque; > + uint64_t val = 0; > + > + memcpy(&val, (void *)data->membar_phys + addr...
2020 May 13
0
[PATCH for QEMU v2] hw/vfio: Add VMD Passthrough Quirk
...* if bit 1 is set in the VMD VMLOCK config register 0x70. VMD devices without > > > + * this native assistance can have these registers safely emulated as these > > > + * registers are reserved. > > > + */ > > > +typedef struct VFIOVMDQuirk { > > > + VFIOPCIDevice *vdev; > > > + uint64_t membar_phys[2]; > > > +} VFIOVMDQuirk; > > > + > > > +static uint64_t vfio_vmd_quirk_read(void *opaque, hwaddr addr, unsigned size) > > > +{ > > > + VFIOVMDQuirk *data = opaque; > > > + uint64_t val = 0;...
2017 Oct 18
0
qemu-kvm-ev-2.9.0-16.el7_4.8.1 now available for testing
...are not forwarded to the guest [rhel-7.4.z]) * Thu Sep 14 2017 Danilo Cesar Lemes de Paula <ddepaula at redhat.com> - rhev-2.9.0-16.el7_4.7 - kvm-vhost-Release-memory-references-on-cleanup.patch [bz#1490742] - Resolves: bz#1490742 (Hot-unplugging a vhost network device leaks references to VFIOPCIDevice's [rhel-7.4.z]) * Tue Sep 05 2017 Miroslav Rezanina <mrezanin at redhat.com> - rhev-2.9.0-16.el7_4.6 - kvm-ps2-fix-sending-of-PAUSE-BREAK-scancodes.patch [bz#1482389] - kvm-ui-correctly-detect-spice-PAUSE-scancode-sequence.patch [bz#1482389] - kvm-vhost-ensure-vhost_ops-are-set-before-ca...