search for: vmms

Displaying 20 results from an estimated 153 matches for "vmms".

Did you mean: vms
2016 Aug 30
1
[PATCH v8 18/18] drm/virtio: kconfig: Fixup white space.
...ot;Virtio GPU driver" > depends on DRM > select VIRTIO > - select DRM_KMS_HELPER > - select DRM_TTM > + select DRM_KMS_HELPER > + select DRM_TTM > help > This is the virtual GPU driver for virtio. It can be used with > - QEMU based VMMs (like KVM or Xen). > + QEMU based VMMs (like KVM or Xen). > > If unsure say M. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org ? Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog
2016 Oct 08
1
[PATCH] drm/virtio: kconfig: Fixup white space.
...10 @@ config DRM_VIRTIO_GPU tristate "Virtio GPU driver" depends on DRM && VIRTIO - select DRM_KMS_HELPER - select DRM_TTM + select DRM_KMS_HELPER + select DRM_TTM help This is the virtual GPU driver for virtio. It can be used with - QEMU based VMMs (like KVM or Xen). + QEMU based VMMs (like KVM or Xen). If unsure say M. -- 1.9.1
2016 Aug 30
1
[PATCH v8 18/18] drm/virtio: kconfig: Fixup white space.
...ot;Virtio GPU driver" > depends on DRM > select VIRTIO > - select DRM_KMS_HELPER > - select DRM_TTM > + select DRM_KMS_HELPER > + select DRM_TTM > help > This is the virtual GPU driver for virtio. It can be used with > - QEMU based VMMs (like KVM or Xen). > + QEMU based VMMs (like KVM or Xen). > > If unsure say M. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org ? Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog
2016 Oct 08
1
[PATCH] drm/virtio: kconfig: Fixup white space.
...10 @@ config DRM_VIRTIO_GPU tristate "Virtio GPU driver" depends on DRM && VIRTIO - select DRM_KMS_HELPER - select DRM_TTM + select DRM_KMS_HELPER + select DRM_TTM help This is the virtual GPU driver for virtio. It can be used with - QEMU based VMMs (like KVM or Xen). + QEMU based VMMs (like KVM or Xen). If unsure say M. -- 1.9.1
2011 Nov 17
0
[libvirt-user] questions about disk driver virtio and charmonitor
hi all, I have two questions about libvirt. At first, how can I write a XML file that libvirt could give me a command that include this: if=virtio. -drive file=/dev/vg.vmms/lvm-v097218.sqa.cm4,if=none,id=drive-ide0-0-0,format=raw -device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0 event I have let the <target dev=vda bus=virtio> the XML file also make the command not include virtio, it's like this: -drive file=/dev/vg.vmms/lvm-v097226.sq...
2007 Jun 26
2
RFC: multiple address spaces for one process
...e frame takes a long time). One solution is to allow the host kernel to keep a cache of address space contexts, and switch between them in a single operation. The attached patch is a start at this. It works well for LinuxOnLinux; but I'd be interested from the maintainers of other userspace VMMs whether it (or something similar) would be helpful for you too. For LinuxOnLinux, the simplest delivery mechanism is system calls. The patch below doesn't have the system call infrastructure in it (it's trivial). For UML, a ptrace interface may be more useful; but I'm unsure of the l...
2007 Jun 26
2
RFC: multiple address spaces for one process
...e frame takes a long time). One solution is to allow the host kernel to keep a cache of address space contexts, and switch between them in a single operation. The attached patch is a start at this. It works well for LinuxOnLinux; but I'd be interested from the maintainers of other userspace VMMs whether it (or something similar) would be helpful for you too. For LinuxOnLinux, the simplest delivery mechanism is system calls. The patch below doesn't have the system call infrastructure in it (it's trivial). For UML, a ptrace interface may be more useful; but I'm unsure of the l...
2008 Jan 17
0
CfP 3rd Workshop on Virtualization in HPC Cluster and Grid Computing Environments (VHPC'08)
...Spain =============================================================== Date: August 26-29, 2008 Euro-Par 2008: http://europar2008.caos.uab.es/ Workshop URL: http://xhpc.wu-wien.ac.at/ SUBMISSION DEADLINE: Abstracts: February 4, 2008 Full Paper: April 14, 2008 Scope: Virtual machine monitors (VMMs) are becoming tightly integrated with standard OS distributions, leading to increased adoption in many application areas including scientific educational and high-performance computing (HPC). VMMs allow for the concurrent execution of potentially large numbers of virtual machines, providing encapsu...
2008 Jan 17
0
CfP 3rd Workshop on Virtualization in HPC Cluster and Grid Computing Environments (VHPC'08)
...Spain =============================================================== Date: August 26-29, 2008 Euro-Par 2008: http://europar2008.caos.uab.es/ Workshop URL: http://xhpc.wu-wien.ac.at/ SUBMISSION DEADLINE: Abstracts: February 4, 2008 Full Paper: April 14, 2008 Scope: Virtual machine monitors (VMMs) are becoming tightly integrated with standard OS distributions, leading to increased adoption in many application areas including scientific educational and high-performance computing (HPC). VMMs allow for the concurrent execution of potentially large numbers of virtual machines, providing encapsu...
2014 Dec 08
0
[PATCH 9/9] virtio_pci: update file descriptions and copyright
...@@ #ifndef _DRIVERS_VIRTIO_VIRTIO_PCI_H #define _DRIVERS_VIRTIO_VIRTIO_PCI_H /* - * Virtio PCI driver + * Virtio PCI driver - APIs for common functionality for all device versions * * This module allows virtio devices to be used over a virtual PCI device. * This can be used with QEMU based VMMs like KVM or Xen. * * Copyright IBM Corp. 2007 + * Copyright Red Hat, Inc. 2014 * * Authors: * Anthony Liguori <aliguori at us.ibm.com> + * Rusty Russell <rusty at rustcorp.com.au> + * Michael S. Tsirkin <mst at redhat.com> * * This work is licensed under the term...
2014 Dec 08
0
[PATCH 9/9] virtio_pci: update file descriptions and copyright
...@@ #ifndef _DRIVERS_VIRTIO_VIRTIO_PCI_H #define _DRIVERS_VIRTIO_VIRTIO_PCI_H /* - * Virtio PCI driver + * Virtio PCI driver - APIs for common functionality for all device versions * * This module allows virtio devices to be used over a virtual PCI device. * This can be used with QEMU based VMMs like KVM or Xen. * * Copyright IBM Corp. 2007 + * Copyright Red Hat, Inc. 2014 * * Authors: * Anthony Liguori <aliguori at us.ibm.com> + * Rusty Russell <rusty at rustcorp.com.au> + * Michael S. Tsirkin <mst at redhat.com> * * This work is licensed under the term...
2014 Dec 08
0
[PATCH v2 09/10] virtio_pci: update file descriptions and copyright
...@@ #ifndef _DRIVERS_VIRTIO_VIRTIO_PCI_H #define _DRIVERS_VIRTIO_VIRTIO_PCI_H /* - * Virtio PCI driver + * Virtio PCI driver - APIs for common functionality for all device versions * * This module allows virtio devices to be used over a virtual PCI device. * This can be used with QEMU based VMMs like KVM or Xen. * * Copyright IBM Corp. 2007 + * Copyright Red Hat, Inc. 2014 * * Authors: * Anthony Liguori <aliguori at us.ibm.com> + * Rusty Russell <rusty at rustcorp.com.au> + * Michael S. Tsirkin <mst at redhat.com> * * This work is licensed under the term...
2014 Dec 08
0
[PATCH v2 09/10] virtio_pci: update file descriptions and copyright
...@@ #ifndef _DRIVERS_VIRTIO_VIRTIO_PCI_H #define _DRIVERS_VIRTIO_VIRTIO_PCI_H /* - * Virtio PCI driver + * Virtio PCI driver - APIs for common functionality for all device versions * * This module allows virtio devices to be used over a virtual PCI device. * This can be used with QEMU based VMMs like KVM or Xen. * * Copyright IBM Corp. 2007 + * Copyright Red Hat, Inc. 2014 * * Authors: * Anthony Liguori <aliguori at us.ibm.com> + * Rusty Russell <rusty at rustcorp.com.au> + * Michael S. Tsirkin <mst at redhat.com> * * This work is licensed under the term...
2011 Oct 27
1
delete lvm problem: exited with non-zero status 5 and signal 0
hi, I use the libvirt-python to manage my virtual machine. When I delete a volume use vol.delete(0), sometimes it note me that has occur the error: libvirtError: internal error '/sbin/lvremove -f /dev/vg.vmms/lvm-v097222.sqa.cm4' exited with non-zero status 5 and signal 0: Can't remove open logical volume "lvm-v097222.sqa.cm4". then I go to the host and run the command: " sudo lvchange -a n /dev/vg.vmms/lvm-v097222.sqa.cm4" and the...
2006 Dec 20
0
CfP Workshops on Virtualization/XEN in HPC Cluster and Grid Computing
...on in a variety of operating systems as well as scientific educational and operational usage areas. With their low overhead, hypervisors allows for concurrently running large numbers of virtual machines, providing each encapsulation, isolation and in the case of Xen, network-wide CPU migratability. VMMs offer a network-wide abstraction layer of individual machine resources to OS environments, thereby opening whole new cluster-and grid high-performance computing (HPC) architectures and HPC services options. With VMMs finding applications in HPC environments, these workshops aim to bring together re...
2007 Apr 18
0
CfP Workshops on Virtualization/XEN in HPC Cluster and Grid Computing Environments (XHPC'07, VHPC'07)
...on in a variety of operating systems as well as scientific educational and operational usage areas. With their low overhead, hypervisors allows for concurrently running large numbers of virtual machines, providing each encapsulation, isolation and in the case of Xen, network-wide CPU migratability. VMMs offer a network-wide abstraction layer of individual machine resources to OS environments, thereby opening whole new cluster-and grid high-performance computing (HPC) architectures and HPC services options. With VMMs finding applications in HPC environments, these workshops aim to bring together re...
2007 Apr 18
0
CfP Workshops on Virtualization/XEN in HPC Cluster and Grid Computing Environments (XHPC'07, VHPC'07)
...on in a variety of operating systems as well as scientific educational and operational usage areas. With their low overhead, hypervisors allows for concurrently running large numbers of virtual machines, providing each encapsulation, isolation and in the case of Xen, network-wide CPU migratability. VMMs offer a network-wide abstraction layer of individual machine resources to OS environments, thereby opening whole new cluster-and grid high-performance computing (HPC) architectures and HPC services options. With VMMs finding applications in HPC environments, these workshops aim to bring together re...
2006 Dec 13
0
CfP Workshops on Virtualization/XEN in HPC Cluster and Grid Computing Environments (XHPC'07, VHPC'07)
...on in a variety of operating systems as well as scientific educational and operational usage areas. With their low overhead, hypervisors allows for concurrently running large numbers of virtual machines, providing each encapsulation, isolation and in the case of Xen, network-wide CPU migratability. VMMs offer a network-wide abstraction layer of individual machine resources to OS environments, thereby opening whole new cluster-and grid high-performance computing (HPC) architectures and HPC services options. With VMMs finding applications in HPC environments, these workshops aim to bring together re...
2016 Aug 26
0
[PATCH v8 18/18] drm/virtio: kconfig: Fixup white space.
...+2,10 @@ config DRM_VIRTIO_GPU tristate "Virtio GPU driver" depends on DRM select VIRTIO - select DRM_KMS_HELPER - select DRM_TTM + select DRM_KMS_HELPER + select DRM_TTM help This is the virtual GPU driver for virtio. It can be used with - QEMU based VMMs (like KVM or Xen). + QEMU based VMMs (like KVM or Xen). If unsure say M. -- 1.9.1
2007 Dec 21
0
[kvm-devel] [Virtio-for-kvm] [PATCH 4/13] [Mostly resend] virtio additions
...O_BLK tristate "Virtio block driver (EXPERIMENTAL)" depends on EXPERIMENTAL && VIRTIO ---help--- - This is the virtual block driver for lguest. Say Y or M. + This is the virtual block driver for virtio. It can be used with + lguest or QEMU based VMMs (like KVM or Xen). Say Y or M. endif # BLK_DEV diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index d9107e5..1113caf 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -3070,6 +3070,7 @@ config VIRTIO_NET tristate "Virtio network driver (EXPERIMENTAL)" dep...