[Qemu-discuss] qemu-system-x86_64 hangs in 1024 x 768 Graphic mode when using -curses

2016-12-13 Thread Kevin Wilson
Hi, I have this setup: - Ubuntu Server 14.04.1: - QEMU version 2.2.0: qemu-system-x86_64 --version QEMU emulator version 2.2.0 (Debian 2:2.2+dfsg-5expubuntu8+contrail3), Copyright (c) 2003-2008 Fabrice Bellard I had downloaded fedora 21 installation iso: Fedora-Live-Workstation-x86_64-21-5.iso

Re: [Qemu-discuss] IOMMU in kernel command line, still getting "No IOMMU found. Unable to assign device "(null)"I

2017-01-11 Thread Kevin Wilson
s ? Kevin ... On Thu, Jan 12, 2017 at 4:43 AM, Fam Zheng <f...@redhat.com> wrote: > On Wed, 01/11 20:04, Kevin Wilson wrote: >> Hello, >> I have IOMMU in the kernel command line on a server which supports Virt-d: >> >> cat /proc/cmdline | grep -i iommu >> BOOT_

[Qemu-discuss] IOMMU in kernel command line, still getting "No IOMMU found. Unable to assign device "(null)"I

2017-01-11 Thread Kevin Wilson
Hello, I have IOMMU in the kernel command line on a server which supports Virt-d: cat /proc/cmdline | grep -i iommu BOOT_IMAGE=...intel_iommu=on iommu=pt Now when I try to start a KVM VM with qemu-system-x86_64 without any PCI device assignment it starts ok, and I can work with this VM just

[Qemu-discuss] question about QEMU configuration and build process

2017-01-07 Thread Kevin Wilson
Hi, I try to build qemu on x86_64 platform from source with qemu-2.2.0 from the official website, http://wiki.qemu.org/download/ I ran "./configure" and make. when I try to run qemu-system-x86_64 binary with "-vga qxl" I got: Error: QXL VGA not available When I ran: ./configure --help | grep -i

Re: [Qemu-discuss] ESXi prebuilt image

2017-08-07 Thread Kevin Wilson
> --graphics spice --accelerate --video qxl --channel spicevmc > > Jan > > > >> On 6 Aug 2017, at 15:33, Kevin Wilson <wkev...@gmail.com> wrote: >> >> Hi, qemu community, >> Is there anywhere a prebuilt ESXi image for quemu ? >> >> I am n

[Qemu-discuss] ESXi prebuilt image

2017-08-06 Thread Kevin Wilson
Hi, qemu community, Is there anywhere a prebuilt ESXi image for quemu ? I am newbie to qemu, and in the google search I did, I got many recommendations about how to create such an image. I would prefer to use a prebuilt image which is known to work under Ubnutu. Regards, Kevin

[Qemu-discuss] PCI passthrough of a single VF to more than one VM

2017-08-29 Thread Kevin Wilson
Hi, Is it possible to assign a VF (I am interested in a VF of a PCI Ethernet NIC) to more than one VM ? (using "-device pci-assign,host=$VF_PCI_ID" directive ) ? I tried to assign the same device in this way to two VMs but I got an error (something about resource busy). But maybe I have an error

[Qemu-discuss] Undefined reference to `minor', qga/commands-posix.c: error when building qemu

2019-01-05 Thread Kevin Wilson
: *** [Makefile:288: qemu-ga] Error 1 [root@sm qemu-2.3.0]# [ BTW, I got the same error when trying with QEMU 2.4.0. Any suggestions/workarounds/ideas? Regards, Kevin Wilson