Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: evergreenxt/toolstack-data
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: OpenXT/toolstack-data
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 15 files changed
  • 8 contributors

Commits on Aug 1, 2018

  1. Switch to virt_type for PVH support

    We need to switch to virt_type to display all of PV, PVH, & HVM.
    
    OXT-1383
    
    Signed-off-by: Jason Andryuk <jandryuk@gmail.com>
    jandryuk committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    66d5f9e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. Added BIOS option to UI

    Added BIOS option to Advanced tab in VM Creation to allow user to pick between UEFI guest using OVMF, or traditional BIOS guest using SeaBios. Default setting is SeaBios
    JWZepf authored and Joshua Zepf committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    9cf8b11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceb3d7e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Merge pull request OpenXT#49 from jandryuk/pvh

    OXT-1383: Switch to virt_type for PVH support
    jean-edouard authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    7bb9232 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e944db2 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Merge pull request OpenXT#50 from tklengyel/ovmf

    OXT-1431: Guest UEFI support
    jean-edouard authored Sep 19, 2018
    Configuration menu
    Copy the full SHA
    d79a689 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. [ui] Disable sleep options

      Host S3 support is blocked by several difficult to solve issues
      in both TBoot and Xen, let's disable able the clickable options
      to perform sleep.
    
      Using the commandline toolstack, we can initiate a host sleep
      for debugging or testing if desired.
    
      OXT-1589
    
    Signed-off-by: Chris <rogersc@ainfosec.com>
    Chris committed May 3, 2019
    Configuration menu
    Copy the full SHA
    e00a582 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. [ui] Disable unused fields in VM Details

      OXT-1598
    
    Signed-off-by: Chris <rogersc@ainfosec.com>
    Chris committed May 6, 2019
    Configuration menu
    Copy the full SHA
    f30b483 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Merge pull request OpenXT#52 from crogers1/oxt-1589

    OXT-1589: [ui] Disable sleep options
    jean-edouard authored May 7, 2019
    Configuration menu
    Copy the full SHA
    7e36b25 View commit details
    Browse the repository at this point in the history
  2. Merge pull request OpenXT#55 from crogers1/oxt-1598

    OXT-1598: [ui] Disable unused fields in VM Details
    jean-edouard authored May 7, 2019
    Configuration menu
    Copy the full SHA
    9fd995d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. [ui] Disable VM and Host Hibernate

      S4 is unsupported currently, so disable these options to prevent
      bad behavior. S4 may be supported in the future, so ultimately
      leave them in.
    
      OXT-1591
    
    Signed-off-by: Chris <rogersc@ainfosec.com>
    (cherry picked from commit c843fc5)
    Chris committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    09bafda View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Merge pull request OpenXT#58 from crogers1/oxt-1591

    OXT-1591: [ui] Disable VM and Host Hibernate
    jean-edouard authored Jun 25, 2019
    Configuration menu
    Copy the full SHA
    711331e View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Upgrade dojo from 1.7.2 to 1.7.12

    Signed-off-by: Jed <lejosnej@ainfosec.com>
    jean-edouard committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    b2e47f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. Merge pull request OpenXT#60 from jean-edouard/dojo1712

    Upgrade dojo from 1.7.2 to 1.7.12
    Eric Chanudet authored Dec 27, 2019
    Configuration menu
    Copy the full SHA
    cb6dd61 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. gitignore: add /built /built.stamp

    Add missing built artefacts.
    
    Signed-off-by: Eric Chanudet <chanudete@ainfosec.com>
    Eric Chanudet committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    c0ce773 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Merge pull request OpenXT#62 from eric-ch/gitignore

    gitignore: add /built /built.stamp
    jandryuk authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    6f4b26e View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. ui: remove gpu VM detail and Hdx customization

    Hdx is no longer supported and has not been for a long time.
    com.citrix.xenclient.xenmgr.vm.gpu no longer exist for that reason.
    
    Note: This has nothing to do with PCI pass-through where a GPU on a
    PCI/PCIe slot/bus is being passed through to the guest.
    
    The gpu property is now used to list passed through GPUs. These used to
    be handled as are other PCI devices, but now fall into their own
    category to ease the input handling.
    
    Signed-off-by: Eric Chanudet <chanudete@ainfosec.com>
    Eric Chanudet committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    66dcebc View commit details
    Browse the repository at this point in the history
  2. ui: remove surfman rpc handling

    Surfman is now deprecated.
    
    Signed-off-by: Eric Chanudet <chanudete@ainfosec.com>
    Eric Chanudet committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    3dad52a View commit details
    Browse the repository at this point in the history
  3. settings: remove DRM plugin configurations

    Remove the UI elements that used to switch surfman between using
    DRM-plugin and IGFX. Surfman is now deprecated and the drm-plugin has
    been the only one supported for a while.
    
    Signed-off-by: Eric Chanudet <chanudete@ainfosec.com>
    Eric Chanudet committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    32330e5 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Merge pull request OpenXT#61 from eric-ch/vglass

    vglass: remove HDX UI elements and surfman RPC
    jandryuk authored May 28, 2021
    Configuration menu
    Copy the full SHA
    591c934 View commit details
    Browse the repository at this point in the history
Loading