[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] qemu-system-x86_64 hangs in 1024 x 768 Graphic mode when using -curses

2016-12-15 Thread Kevin Wilson
u command should be with, -curses -vga virtio > the -vga virtio is important. of course, YMMV. > > > Good luck! > > > > > > > > On Tue, Dec 13, 2016 at 11:42 PM, Kevin Wilson wrote: >> >> Hi, >> >> I have this setup: >> - Ubu

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

2016-12-20 Thread Kevin Wilson
> 5. shutdown that guest and run qemu with the > "-curses -vga virtio" option. > >(the "-vga virtio" is what takes me the most time to figure out. ;). > > > That's the whole process I took. > > > > > > On Fri, Dec 16, 2016 at

[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 qx

[Qemu-discuss] setting only x86_64 arch for qemu build (newbie)

2017-01-08 Thread Kevin Wilson
Hi, all, How do I set usage of only x86_64 arch for qemu build (newbie)? when I build the project after some trivial change in code (adding debug message), I see that the build process runs for many more architectures: ... LINK cris-softmmu/qemu-system-cris LINK lm32-softmmu/qemu-system-lm32

[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 fine.

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 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_IMAGE=...intel_iommu=

[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

Re: [Qemu-discuss] ESXi prebuilt image

2017-08-07 Thread Kevin Wilson
lerate --video qxl --channel spicevmc > > Jan > > > >> On 6 Aug 2017, at 15:33, Kevin Wilson wrote: >> >> 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 ma

[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 i

[Qemu-discuss] Cannot ssh into a VM when using launching qemu with hostfwd

2018-08-30 Thread Kevin Wilson
Hello, I am using qemu version 2.11.1 on Ubuntu 18.04 I am trying to launch a VM and ssh into it without using tap devices and iptables. When I try to use "-redir" I get a message that it is deprecated. So I tried using the hostfwd option, according to the man page. This is how I launched qemu

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

2019-01-05 Thread Kevin Wilson
xit status make: *** [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