Home
last modified time | relevance | path

Searched hist:"6 a284cacb1e56a81dff7f5c34bbbd7ed1a0b6cb1" (Results 1 – 21 of 21) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_input.cdiff 6a284cacb1e56a81dff7f5c34bbbd7ed1a0b6cb1 Thu Jan 19 19:30:18 CET 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Remove vmctx argument from PCI device model methods.

Most of these arguments were unused. Device models which do need
access to the vmctx in one of these methods can obtain it from the
pi_vmctx member of the pci_devinst argument instead.

Reviewed by: corvink, markj
Differential Revision: https://reviews.freebsd.org/D38096
H A Dpci_virtio_9p.cdiff 6a284cacb1e56a81dff7f5c34bbbd7ed1a0b6cb1 Thu Jan 19 19:30:18 CET 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Remove vmctx argument from PCI device model methods.

Most of these arguments were unused. Device models which do need
access to the vmctx in one of these methods can obtain it from the
pi_vmctx member of the pci_devinst argument instead.

Reviewed by: corvink, markj
Differential Revision: https://reviews.freebsd.org/D38096
H A Dsnapshot.hdiff 6a284cacb1e56a81dff7f5c34bbbd7ed1a0b6cb1 Thu Jan 19 19:30:18 CET 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Remove vmctx argument from PCI device model methods.

Most of these arguments were unused. Device models which do need
access to the vmctx in one of these methods can obtain it from the
pi_vmctx member of the pci_devinst argument instead.

Reviewed by: corvink, markj
Differential Revision: https://reviews.freebsd.org/D38096
H A Dpci_hostbridge.cdiff 6a284cacb1e56a81dff7f5c34bbbd7ed1a0b6cb1 Thu Jan 19 19:30:18 CET 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Remove vmctx argument from PCI device model methods.

Most of these arguments were unused. Device models which do need
access to the vmctx in one of these methods can obtain it from the
pi_vmctx member of the pci_devinst argument instead.

Reviewed by: corvink, markj
Differential Revision: https://reviews.freebsd.org/D38096
H A Dpci_hda.cdiff 6a284cacb1e56a81dff7f5c34bbbd7ed1a0b6cb1 Thu Jan 19 19:30:18 CET 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Remove vmctx argument from PCI device model methods.

Most of these arguments were unused. Device models which do need
access to the vmctx in one of these methods can obtain it from the
pi_vmctx member of the pci_devinst argument instead.

Reviewed by: corvink, markj
Differential Revision: https://reviews.freebsd.org/D38096
H A Dpci_virtio_rnd.cdiff 6a284cacb1e56a81dff7f5c34bbbd7ed1a0b6cb1 Thu Jan 19 19:30:18 CET 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Remove vmctx argument from PCI device model methods.

Most of these arguments were unused. Device models which do need
access to the vmctx in one of these methods can obtain it from the
pi_vmctx member of the pci_devinst argument instead.

Reviewed by: corvink, markj
Differential Revision: https://reviews.freebsd.org/D38096
H A Dpci_uart.cdiff 6a284cacb1e56a81dff7f5c34bbbd7ed1a0b6cb1 Thu Jan 19 19:30:18 CET 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Remove vmctx argument from PCI device model methods.

Most of these arguments were unused. Device models which do need
access to the vmctx in one of these methods can obtain it from the
pi_vmctx member of the pci_devinst argument instead.

Reviewed by: corvink, markj
Differential Revision: https://reviews.freebsd.org/D38096
H A Dpci_virtio_console.cdiff 6a284cacb1e56a81dff7f5c34bbbd7ed1a0b6cb1 Thu Jan 19 19:30:18 CET 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Remove vmctx argument from PCI device model methods.

Most of these arguments were unused. Device models which do need
access to the vmctx in one of these methods can obtain it from the
pi_vmctx member of the pci_devinst argument instead.

Reviewed by: corvink, markj
Differential Revision: https://reviews.freebsd.org/D38096
H A Dpci_fbuf.cdiff 6a284cacb1e56a81dff7f5c34bbbd7ed1a0b6cb1 Thu Jan 19 19:30:18 CET 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Remove vmctx argument from PCI device model methods.

Most of these arguments were unused. Device models which do need
access to the vmctx in one of these methods can obtain it from the
pi_vmctx member of the pci_devinst argument instead.

Reviewed by: corvink, markj
Differential Revision: https://reviews.freebsd.org/D38096
H A Dpci_virtio_scsi.cdiff 6a284cacb1e56a81dff7f5c34bbbd7ed1a0b6cb1 Thu Jan 19 19:30:18 CET 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Remove vmctx argument from PCI device model methods.

Most of these arguments were unused. Device models which do need
access to the vmctx in one of these methods can obtain it from the
pi_vmctx member of the pci_devinst argument instead.

Reviewed by: corvink, markj
Differential Revision: https://reviews.freebsd.org/D38096
H A Dvirtio.hdiff 6a284cacb1e56a81dff7f5c34bbbd7ed1a0b6cb1 Thu Jan 19 19:30:18 CET 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Remove vmctx argument from PCI device model methods.

Most of these arguments were unused. Device models which do need
access to the vmctx in one of these methods can obtain it from the
pi_vmctx member of the pci_devinst argument instead.

Reviewed by: corvink, markj
Differential Revision: https://reviews.freebsd.org/D38096
H A Dpci_xhci.cdiff 6a284cacb1e56a81dff7f5c34bbbd7ed1a0b6cb1 Thu Jan 19 19:30:18 CET 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Remove vmctx argument from PCI device model methods.

Most of these arguments were unused. Device models which do need
access to the vmctx in one of these methods can obtain it from the
pi_vmctx member of the pci_devinst argument instead.

Reviewed by: corvink, markj
Differential Revision: https://reviews.freebsd.org/D38096
H A Dvirtio.cdiff 6a284cacb1e56a81dff7f5c34bbbd7ed1a0b6cb1 Thu Jan 19 19:30:18 CET 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Remove vmctx argument from PCI device model methods.

Most of these arguments were unused. Device models which do need
access to the vmctx in one of these methods can obtain it from the
pi_vmctx member of the pci_devinst argument instead.

Reviewed by: corvink, markj
Differential Revision: https://reviews.freebsd.org/D38096
H A Dpci_e82545.cdiff 6a284cacb1e56a81dff7f5c34bbbd7ed1a0b6cb1 Thu Jan 19 19:30:18 CET 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Remove vmctx argument from PCI device model methods.

Most of these arguments were unused. Device models which do need
access to the vmctx in one of these methods can obtain it from the
pi_vmctx member of the pci_devinst argument instead.

Reviewed by: corvink, markj
Differential Revision: https://reviews.freebsd.org/D38096
H A Dpci_virtio_block.cdiff 6a284cacb1e56a81dff7f5c34bbbd7ed1a0b6cb1 Thu Jan 19 19:30:18 CET 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Remove vmctx argument from PCI device model methods.

Most of these arguments were unused. Device models which do need
access to the vmctx in one of these methods can obtain it from the
pi_vmctx member of the pci_devinst argument instead.

Reviewed by: corvink, markj
Differential Revision: https://reviews.freebsd.org/D38096
H A Dpci_passthru.cdiff 6a284cacb1e56a81dff7f5c34bbbd7ed1a0b6cb1 Thu Jan 19 19:30:18 CET 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Remove vmctx argument from PCI device model methods.

Most of these arguments were unused. Device models which do need
access to the vmctx in one of these methods can obtain it from the
pi_vmctx member of the pci_devinst argument instead.

Reviewed by: corvink, markj
Differential Revision: https://reviews.freebsd.org/D38096
H A Dpci_ahci.cdiff 6a284cacb1e56a81dff7f5c34bbbd7ed1a0b6cb1 Thu Jan 19 19:30:18 CET 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Remove vmctx argument from PCI device model methods.

Most of these arguments were unused. Device models which do need
access to the vmctx in one of these methods can obtain it from the
pi_vmctx member of the pci_devinst argument instead.

Reviewed by: corvink, markj
Differential Revision: https://reviews.freebsd.org/D38096
H A Dpci_virtio_net.cdiff 6a284cacb1e56a81dff7f5c34bbbd7ed1a0b6cb1 Thu Jan 19 19:30:18 CET 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Remove vmctx argument from PCI device model methods.

Most of these arguments were unused. Device models which do need
access to the vmctx in one of these methods can obtain it from the
pi_vmctx member of the pci_devinst argument instead.

Reviewed by: corvink, markj
Differential Revision: https://reviews.freebsd.org/D38096
H A Dpci_nvme.cdiff 6a284cacb1e56a81dff7f5c34bbbd7ed1a0b6cb1 Thu Jan 19 19:30:18 CET 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Remove vmctx argument from PCI device model methods.

Most of these arguments were unused. Device models which do need
access to the vmctx in one of these methods can obtain it from the
pi_vmctx member of the pci_devinst argument instead.

Reviewed by: corvink, markj
Differential Revision: https://reviews.freebsd.org/D38096
H A Dpci_emul.cdiff 6a284cacb1e56a81dff7f5c34bbbd7ed1a0b6cb1 Thu Jan 19 19:30:18 CET 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Remove vmctx argument from PCI device model methods.

Most of these arguments were unused. Device models which do need
access to the vmctx in one of these methods can obtain it from the
pi_vmctx member of the pci_devinst argument instead.

Reviewed by: corvink, markj
Differential Revision: https://reviews.freebsd.org/D38096
H A Dbhyverun.cdiff 6a284cacb1e56a81dff7f5c34bbbd7ed1a0b6cb1 Thu Jan 19 19:30:18 CET 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Remove vmctx argument from PCI device model methods.

Most of these arguments were unused. Device models which do need
access to the vmctx in one of these methods can obtain it from the
pi_vmctx member of the pci_devinst argument instead.

Reviewed by: corvink, markj
Differential Revision: https://reviews.freebsd.org/D38096