Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding ppc specific changes to test on powerpc systems #2

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jan 8, 2024

  1. Adding ppc specific changes to test on powerpc systems

    This commit will ppc extension to the Alex Williamson vfio
    testing programs
    NarayanamurtyN committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    c0fc034 View commit details
    Browse the repository at this point in the history
  2. Adding dma map/unmap test specific to ppc

         powerpc specific implementation to register memory
    before mapping to pci device. and creating second window
    for huge memory mapping to io devices.
    NarayanamurtyN committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    9d9512a View commit details
    Browse the repository at this point in the history
  3. Create README.md

    nnmwebmin authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    4a4b638 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    nnmwebmin authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    af761a0 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    nnmwebmin authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    3c15d13 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. In order to test the pseries support of vfio userspace driver in lege…

    …cy mode the
    
    Alex Williamson vfio test code modified.
    NarayanamurtyN committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    3bb4261 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    0a607c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. mmio generic read

    NarayanamurtyN committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    e81a8b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Adding EEH testing support for vfio

    This patch adds vfio-spapr-eeh-test.c test case to
    test EEH process form VFIO userspace. It dumps the
    pci config space and few 32 bit MMIO registers
    before and after injectiong error. It uses VFIO_EEH_PE_RESET_HOT
    to recover from EEH state and enables the device by
    calling VFIO_EEH_PE_CONFIGURE.
    NarayanamurtyN committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    9fccfb0 View commit details
    Browse the repository at this point in the history
  2. Readme update

    NarayanamurtyN committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    a37c083 View commit details
    Browse the repository at this point in the history