xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
  • * [Xen-devel] KVM: Start populating /sys/hypervisor with KVM entries
           [not found] <1539078879-4372-1-git-send-email-sironi@amazon.de>
           [not found] ` <c81b65ba-c562-1869-483b-aee5229501e0@de.ibm.com>
    @ 2019-05-14 15:16 ` Filippo Sironi
      2019-05-14 15:16   ` [Xen-devel] [PATCH v2 1/2] " Filippo Sironi
                         ` (3 more replies)
      2019-05-14 15:16 ` KVM: Start populating /sys/hypervisor with KVM entries Filippo Sironi
      2 siblings, 4 replies; 48+ messages in thread
    From: Filippo Sironi @ 2019-05-14 15:16 UTC (permalink / raw)
      To: linux-kernel, kvm, borntraeger, boris.ostrovsky, cohuck,
    	konrad.wilk, xen-devel, vasu.srinivasan
    
    Long-time Xen HVM and Xen PV users are missing /sys/hypervisor entries when
    moving to KVM.  One report is about getting the VM UUID.  The VM UUID can
    already be retrieved using /sys/devices/virtual/dmi/id/product_uuid.  This has
    two downsides: (1) it requires root privileges and (2) it is only available on
    KVM and Xen HVM.
    
    By exposing /sys/hypervisor/uuid when running on KVM as well, we provide an
    interface that's functional for KVM, Xen HVM, and Xen PV.  Let's do so by
    providing arch-specific hooks so that different architectures can implement the
    hooks in different ways.
    
    Further work can be done by consolidating the creation of the basic
    /sys/hypervisor across hypervisors.
    
    Filippo Sironi (2):
          KVM: Start populating /sys/hypervisor with KVM entries
          KVM: x86: Implement the arch-specific hook to report the VM UUID
    
    
    _______________________________________________
    Xen-devel mailing list
    Xen-devel@lists.xenproject.org
    https://lists.xenproject.org/mailman/listinfo/xen-devel
    
    ^ permalink raw reply	[flat|nested] 48+ messages in thread
  • * KVM: Start populating /sys/hypervisor with KVM entries
           [not found] <1539078879-4372-1-git-send-email-sironi@amazon.de>
           [not found] ` <c81b65ba-c562-1869-483b-aee5229501e0@de.ibm.com>
      2019-05-14 15:16 ` [Xen-devel] " Filippo Sironi
    @ 2019-05-14 15:16 ` Filippo Sironi
      2 siblings, 0 replies; 48+ messages in thread
    From: Filippo Sironi @ 2019-05-14 15:16 UTC (permalink / raw)
      To: linux-kernel, kvm, borntraeger, boris.ostrovsky, cohuck,
    	konrad.wilk, xen-devel, vasu.srinivasan
    
    Long-time Xen HVM and Xen PV users are missing /sys/hypervisor entries when
    moving to KVM.  One report is about getting the VM UUID.  The VM UUID can
    already be retrieved using /sys/devices/virtual/dmi/id/product_uuid.  This has
    two downsides: (1) it requires root privileges and (2) it is only available on
    KVM and Xen HVM.
    
    By exposing /sys/hypervisor/uuid when running on KVM as well, we provide an
    interface that's functional for KVM, Xen HVM, and Xen PV.  Let's do so by
    providing arch-specific hooks so that different architectures can implement the
    hooks in different ways.
    
    Further work can be done by consolidating the creation of the basic
    /sys/hypervisor across hypervisors.
    
    Filippo Sironi (2):
          KVM: Start populating /sys/hypervisor with KVM entries
          KVM: x86: Implement the arch-specific hook to report the VM UUID
    
    
    _______________________________________________
    Xen-devel mailing list
    Xen-devel@lists.xenproject.org
    https://lists.xenproject.org/mailman/listinfo/xen-devel
    
    ^ permalink raw reply	[flat|nested] 48+ messages in thread

  • end of thread, other threads:[~2019-05-31  9:39 UTC | newest]
    
    Thread overview: 48+ messages (download: mbox.gz / follow: Atom feed)
    -- links below jump to the message on this page --
         [not found] <1539078879-4372-1-git-send-email-sironi@amazon.de>
         [not found] ` <c81b65ba-c562-1869-483b-aee5229501e0@de.ibm.com>
    2018-10-09 16:21   ` [PATCH] KVM: Start populating /sys/hypervisor with KVM entries Boris Ostrovsky
         [not found]   ` <61740f41-c7e3-edaf-68ac-2e4c4a99523b@oracle.com>
    2018-10-09 17:50     ` Cornelia Huck
    2019-05-14 15:16 ` [Xen-devel] " Filippo Sironi
    2019-05-14 15:16   ` [Xen-devel] [PATCH v2 1/2] " Filippo Sironi
    2019-05-14 15:26     ` Christian Borntraeger
    2019-05-14 16:09       ` Sironi, Filippo
    2019-05-14 16:09       ` [Xen-devel] " Sironi, Filippo
    2019-05-14 16:31         ` Christian Borntraeger
    2019-05-14 16:31         ` [Xen-devel] " Christian Borntraeger
    2019-05-14 22:08         ` Sironi, Filippo
    2019-05-14 22:08         ` [Xen-devel] " Sironi, Filippo
    2019-05-14 15:26     ` Christian Borntraeger
    2019-05-16 13:50     ` [Xen-devel] " Alexander Graf
    2019-05-16 14:02       ` Andrew Cooper
    2019-05-16 14:02         ` [Xen-devel] " Andrew Cooper
    2019-05-16 14:08         ` Alexander Graf
    2019-05-16 14:08         ` [Xen-devel] " Alexander Graf
    2019-05-16 15:02           ` Boris Ostrovsky
    2019-05-16 15:14             ` Sironi, Filippo
    2019-05-16 15:14             ` [Xen-devel] " Sironi, Filippo
    2019-05-16 15:02           ` Boris Ostrovsky
    2019-05-17 15:41       ` [Xen-devel] " Sironi, Filippo
    2019-05-31  9:06         ` Alexander Graf
    2019-05-31  9:12           ` Raslan, KarimAllah
    2019-05-31  9:26             ` Alexander Graf
    2019-05-31  9:26             ` Alexander Graf
    2019-05-31  9:38             ` [Xen-devel] " Marc Zyngier
    2019-05-31  9:38             ` Marc Zyngier
    2019-05-31  9:12           ` Raslan, KarimAllah
    2019-05-31  9:06         ` Alexander Graf
    2019-05-17 15:41       ` Sironi, Filippo
    2019-05-16 13:50     ` Alexander Graf
    2019-05-14 15:16   ` Filippo Sironi
    2019-05-14 15:16   ` [Xen-devel] [PATCH v2 2/2] KVM: x86: Implement the arch-specific hook to report the VM UUID Filippo Sironi
    2019-05-16 13:56     ` Alexander Graf
    2019-05-16 15:25       ` Sironi, Filippo
    2019-05-16 15:33         ` Alexander Graf
    2019-05-16 16:40           ` Boris Ostrovsky
    2019-05-16 17:41             ` Sironi, Filippo
    2019-05-16 17:49               ` Alexander Graf
    2019-05-16 17:49               ` Alexander Graf
    2019-05-16 17:41             ` Sironi, Filippo
    2019-05-16 16:40           ` Boris Ostrovsky
    2019-05-16 15:33         ` Alexander Graf
    2019-05-16 15:25       ` Sironi, Filippo
    2019-05-16 13:56     ` Alexander Graf
    2019-05-14 15:16   ` Filippo Sironi
    2019-05-14 15:16 ` KVM: Start populating /sys/hypervisor with KVM entries Filippo Sironi
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox;
    as well as URLs for NNTP newsgroup(s).