RE: Way to mirror a NIC from a guest to present it to another guest

2024-10-17 Thread Marcelo de Sena Lacerda
I see now, I'll look into it. Thanks! ____ De: qemu-discuss-bounces+marcelo.lacerda=tjse.jus...@nongnu.org em nome de Jakob Bohm via Enviado: quinta-feira, 17 de outubro de 2024 09:21 Para: qemu-discuss@nongnu.org Assunto: Re: Way to mirror a NIC from a gue

Way to mirror a NIC from a guest to present it to another guest

2024-10-16 Thread Marcelo de Sena Lacerda
Is there a way to do something like that? I wanna use qemu to test code that analyze network traffic that is happening in one guest from another guest. I've made a little diagram to try to help explain what I'm trying to accomplish:https://paste.debian.net/1332470/

Real-Time Priority Issues in QEMU with Vhost Threads

2024-07-17 Thread Paul Le Guen de Kerneizon
neficial for the QEMU project to have the ability to set the vhost priority directly from QEMU (other than using a QEMU hook script)? If so, I would be very pleased to contribute this feature. Regards, Paul Le Guen de Kerneizon, Savoir-faire Linux

Cross compilation of QEMU source code for ARM64

2023-03-23 Thread Pedro Miguel Veiga de Almeida e Silva
Hello, I am trying to cross compile the source code to deploy it in a xilinx ZCU106. But every time I execute the ./configure --target-list=aarch64-softmmu --enable-kvm and then make. But the file that compiles is a X86. Can you help me?

Re: qemu 6.1.0 - i386 <= 2GB?

2021-11-29 Thread Frans de Boer
On 29/11/2021 10:13, Frans de Boer wrote: On 29/11/2021 09:36, Narcis Garcia wrote: El 29/11/21 a les 9:33, Frans de Boer ha escrit: On 29/11/2021 08:46, Narcis Garcia wrote: El 28/11/21 a les 19:42, Frans de Boer ha escrit: On 24/11/2021 09:42, Narcis Garcia wrote: El 23/11/21 a les 14:33

Re: qemu 6.1.0 - i386 <= 2GB?

2021-11-29 Thread Frans de Boer
On 29/11/2021 09:36, Narcis Garcia wrote: El 29/11/21 a les 9:33, Frans de Boer ha escrit: On 29/11/2021 08:46, Narcis Garcia wrote: El 28/11/21 a les 19:42, Frans de Boer ha escrit: On 24/11/2021 09:42, Narcis Garcia wrote: El 23/11/21 a les 14:33, Frans de Boer ha escrit: On 23/11/2021 11

Re: qemu 6.1.0 - i386 <= 2GB?

2021-11-29 Thread Frans de Boer
On 29/11/2021 08:46, Narcis Garcia wrote: El 28/11/21 a les 19:42, Frans de Boer ha escrit: On 24/11/2021 09:42, Narcis Garcia wrote: El 23/11/21 a les 14:33, Frans de Boer ha escrit: On 23/11/2021 11:44, Narcis Garcia wrote: El 23/11/21 a les 10:03, Frans de Boer ha escrit: On 23/11/2021

Re: qemu 6.1.0 - i386 <= 2GB?

2021-11-28 Thread Frans de Boer
On 24/11/2021 09:42, Narcis Garcia wrote: El 23/11/21 a les 14:33, Frans de Boer ha escrit: On 23/11/2021 11:44, Narcis Garcia wrote: El 23/11/21 a les 10:03, Frans de Boer ha escrit: On 23/11/2021 09:27, Narcis Garcia wrote: Some 32-bit system can't handle more than 512 MiB of RAM, and

Re: qemu 6.1.0 - i386 <= 2GB?

2021-11-23 Thread Frans de Boer
On 23/11/2021 11:44, Narcis Garcia wrote: El 23/11/21 a les 10:03, Frans de Boer ha escrit: On 23/11/2021 09:27, Narcis Garcia wrote: Some 32-bit system can't handle more than 512 MiB of RAM, and some 32-bit systems can handle up to 64 GiB. This is not related to memory assigned by Qe

Re: qemu 6.1.0 - i386 <= 2GB?

2021-11-23 Thread Frans de Boer
On 23/11/2021 09:27, Narcis Garcia wrote: Some 32-bit system can't handle more than 512 MiB of RAM, and some 32-bit systems can handle up to 64 GiB. This is not related to memory assigned by Qemu to VE. Narcis Garcia El 22/11/21 a les 18:38, Frans de Boer ha escrit: LS, OK, 32-bit sy

qemu 6.1.0 - i386 <= 2GB?

2021-11-22 Thread Frans de Boer
reading a book backwards Q: Oh, net als een boek achterstevoren lezen A: Because it upsets the natural flow of a story A: Omdat het de natuurlijke gang uit het verhaal haalt Q: Why is top-posting annoying? Q: Waarom is Top-posting zo irritant?

Re: building dif. target system using qemu suit - Update.

2021-09-07 Thread Frans de Boer
On 9/5/21 21:18, Ken Moffat wrote: On Sun, Sep 05, 2021 at 08:24:08PM +0200, Frans de Boer wrote: On 9/4/21 10:31, Frans de Boer wrote: LS, When I use qemu-aarch64to start a chroot jail and within the jail use qemu-aarch64-binfmt to cope with the different binary file headers, I can'

Re: building dif. target system using qemu suit - Update.

2021-09-05 Thread Frans de Boer
On 9/4/21 10:31, Frans de Boer wrote: LS, When I use qemu-aarch64to start a chroot jail and within the jail use qemu-aarch64-binfmt to cope with the different binary file headers, I can't use bash properly. That is, the -r and -x flags do not give the normal response. I tested also wi

building dif. target system using qemu suit

2021-09-04 Thread Frans de Boer
LS, When I use qemu-aarch64to start a chroot jail and within the jail use qemu-aarch64-binfmt to cope with the different binary file headers, I can't use bash properly. That is, the -r and -x flags do not give the normal response. I tested also with -a, -d, -f, -e and -s, and they worked as

Re: how to build qemu-xxx-static

2021-08-28 Thread Frans de Boer
On 8/28/21 12:47, Peter Maydell wrote: On Fri, 27 Aug 2021 at 19:49, Frans de Boer wrote: Following your pointers, I noticed that it was all about missing static libraries/header files. The error messages where not helpful at all. config.log provided some pointers. Yeah. We tend to assume

Re: how to build qemu-xxx-static

2021-08-27 Thread Frans de Boer
On 8/27/21 12:22, Peter Maydell wrote: On Fri, 27 Aug 2021 at 10:34, Frans de Boer wrote: I try to build qemu-aarch64-static, but all I get are errors; 6.1.0"big/little test failed" 6.0.0 "ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T. You

how to build qemu-xxx-static

2021-08-27 Thread Frans de Boer
LS, I try to build qemu-aarch64-static, but all I get are errors; 6.1.0    "big/little test failed" 6.0.0   "ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.   You probably need to set PKG_CONFIG_LIBDIR   to point to the right pkg-config files for your   build target" /Settin

qemu -cpu

2021-08-20 Thread Frans de Boer
On 8/14/21 12:19 PM, Frans de Boer wrote: LS, Suppose I want to simulate, using qemu, a Ryzen znver3 processor, what -cpu flag do I set? The current list for qemu does not include any Ryzen/Threadripper cpu. So, I can optimize code using -mtune of -march for gcc, but these flags do not

qemu -cpu

2021-08-14 Thread Frans de Boer
gards, Frans. -- A: Yes, just like thatA: Ja, net zo Q: Oh, Just like reading a book backwards Q: Oh, net als een boek achterstevoren lezen A: Because it upsets the natural flow of a story A: Omdat het de natuurlijke gang uit het verhaal haalt Q: Why is top-po

Re: cross-building with qemu-i386/aarch64

2021-08-11 Thread Frans de Boer
On 8/11/21 6:11 PM, Peter Maydell wrote: On Wed, 11 Aug 2021 at 12:20, Frans de Boer wrote: However when I start: qemu-i386 /path to i386 sbin/chroot " /usr/bin/env -i ... /usr/bin/bash --login I end up that the chroot program complains that it can't find /lib/libc.s

Re: cross-building with qemu-i386/aarch64 - SOLVED

2021-08-11 Thread Frans de Boer
On 8/11/21 6:26 PM, Philippe Mathieu-Daudé wrote: On 8/11/21 1:15 PM, Frans de Boer wrote: LS, I have a puzzle for which I seek some assistance for the following case: I have build a cross-compiler for - say - the i586 architecture, including glibc and some others. The next step would be to

cross-building with qemu-i386/aarch64

2021-08-11 Thread Frans de Boer
LS, I have a puzzle for which I seek some assistance for the following case: I have build a cross-compiler for - say - the i586 architecture, including glibc and some others. The next step would be to transfer this together with other sources to the target machine and finish the building of a

Re: sync guest time

2020-04-30 Thread Miguel Duarte de Mora Barroso
On Thu, Apr 30, 2020 at 2:15 PM Daniel P. Berrangé wrote: > > On Thu, Apr 30, 2020 at 01:52:12PM +0200, Miguel Duarte de Mora Barroso wrote: > > Hi, > > > > I'm seeing the following issue when attempting to update the guest's > > clock on

sync guest time

2020-04-30 Thread Miguel Duarte de Mora Barroso
Hi, I'm seeing the following issue when attempting to update the guest's clock on a running fc32 guest (using guest agent): ``` [root@virt-launcher-vmi-masquerade-mh2xm /]# virsh domtime 1 --pretty Time: 2020-04-30 23:27:29 [root@virt-launcher-vmi-masquerade-mh2xm /]# virsh domtime 1 --sync error

qemu 4.2 and bridge-helper

2020-03-14 Thread Frans de Boer
LS, The latest version of Qemu I can use is 4.1.1. I tried 4.2.0 from the vendor (openSUSE TW), compiled it myself, but I can't get a network up and running. This is the response I get: qemu-system-x86_64 -snapshot -name telewerken -cpu phenom -smp cores=2,threads=1,sockets=1 -enable-kvm -m

error during qemu tests - correction

2020-01-23 Thread Frans de Boer
LS, I get the following error during tests: GLib-GIO:ERROR:../gio/gtestdbus.c:619:start_daemon: assertion failed (error == NULL): Failed to execute child process ?/mnt/rhome/frans-tw/data/projects/1/kernel/qemu/git-qemu/tests/dbus-vmstate-daemon.sh? (No such file or directory) (g-exec-error-q

error during qemu tests

2020-01-23 Thread Frans de Boer
LS, I get the following error during tests: GLib-GIO:ERROR:../gio/gtestdbus.c:619:start_daemon: assertion failed (error == NULL): Failed to execute child process ?/mnt/rhome/frans-tw/data/projects/1/kernel/qemu/git-qemu/tests/dbus-vmstate-daemon.sh? (No such file or directory) (g-exec-error-q

Re: QEMU 4.1 and network -update

2019-10-19 Thread Frans de Boer
On 18-10-2019 20:37, Frans de Boer wrote: LS, I was trying to use qemu 4.1. under opensuse tumbleweed, had compiled it myself for opensuse 15.1, but none is able to get a network connection. When I switched back to qemu 3.1.1, there is no problem. I tried various settings like '-ne

QEMU 4.1 and network

2019-10-18 Thread Frans de Boer
LS, I was trying to use qemu 4.1. under opensuse tumbleweed, had compiled it myself for opensuse 15.1, but none is able to get a network connection. When I switched back to qemu 3.1.1, there is no problem. I tried various settings like '-net nic.', '-nic tap' and even '-netdev  ..', t

Re: [Qemu-discuss] qemu 4.0, spice and dual monitor - SOLVED

2019-09-12 Thread Frans de Boer
On 10-09-19 09:53, Frans de Boer wrote: On 10-09-19 08:05, Brad Campbell wrote: On 9/9/19 4:54 pm, Frans de Boer wrote: LS, After some months I needed Qemu with two displays again. The last time I used it was with the latest 3.x version, without problem. You guessed already that it did not

Re: [Qemu-discuss] ANNOUNCE: emails from this mailing list will soon drop the [qemu-*] subject tag

2019-09-10 Thread Frans de Boer
On 10-09-19 16:02, Narcis Garcia wrote: El 10/9/19 a les 15:44, Frans de Boer ha escrit: On 10-09-19 14:48, Narcis Garcia wrote: El 10/9/19 a les 12:49, Frans de Boer ha escrit: On 10-09-19 10:49, Actiu informatica wrote: Does anybody know how to make M.Thunderbird to use "List-Id"

Re: [Qemu-discuss] ANNOUNCE: emails from this mailing list will soon drop the [qemu-*] subject tag

2019-09-10 Thread Frans de Boer
On 10-09-19 14:48, Narcis Garcia wrote: El 10/9/19 a les 12:49, Frans de Boer ha escrit: On 10-09-19 10:49, Actiu informatica wrote: Does anybody know how to make M.Thunderbird to use "List-Id" header to label any mailing list (without having to setup for each mailing list). El 10/

Re: [Qemu-discuss] ANNOUNCE: emails from this mailing list will soon drop the [qemu-*] subject tag

2019-09-10 Thread Frans de Boer
On 10-09-19 10:49, Actiu informatica wrote: Does anybody know how to make M.Thunderbird to use "List-Id" header to label any mailing list (without having to setup for each mailing list). El 10/9/19 a les 10:38, Peter Maydell ha escrit: Hi; this is an announcement to let you know that in future

Re: [Qemu-discuss] qemu 4.0, spice and dual monitor

2019-09-10 Thread Frans de Boer
On 10-09-19 08:05, Brad Campbell wrote: On 9/9/19 4:54 pm, Frans de Boer wrote: LS, After some months I needed Qemu with two displays again. The last time I used it was with the latest 3.x version, without problem. You guessed already that it did not work anymore. So, I started to add the

[Qemu-discuss] qemu 4.0, spice and dual monitor

2019-09-09 Thread Frans de Boer
LS, After some months I needed Qemu with two displays again. The last time I used it was with the latest 3.x version, without problem. You guessed already that it did not work anymore. So, I started to add the "-display spice-app", changed to sockets after finding out that communication via

[Qemu-discuss] "-display gtk - daemonize" and spice

2018-11-04 Thread Frans de Boer
LS, Another observation: Using "qemu -display gtk -daemonize -spice ..." results in the display of three windows: the original QEMU window and two remote-viewer windows in a dual monitor setting. Leaving out the "-display gtk" portion, results in only two remote-viewer windows. It look

[Qemu-discuss] dual monitor and spice

2018-11-04 Thread Frans de Boer
LS, When using spice in a dual monitor environment (under Linux), the VM starts two windows using remote-viewer. However, it would be nice if the second window is automatically placed on the second monitor. I did not find any switch to accommodate this, but maybe I am overlooking something?

Re: [Qemu-discuss] -cpu host not liked anymore?

2018-10-11 Thread Frans de Boer
On 9/29/18 9:20 AM, Frans de Boer wrote: LS, I have mentioned this in another thread, but would like to draw attention to next issue separately: Using '-cpu host' on a system with a AMD Phenom II causes the quest system to freeze during the boot phase. Removing this argumen

[Qemu-discuss] -cpu host not liked anymore?

2018-09-29 Thread Frans de Boer
LS, I have mentioned this in another thread, but would like to draw attention to next issue separately: Using '-cpu host' on a system with a AMD Phenom II causes the quest system to freeze during the boot phase. Removing this argument from the command line resolves this because the quest now

Re: [Qemu-discuss] Problem with qemu 3.0 starting Win10

2018-09-14 Thread Frans de Boer
On 9/14/18 1:31 PM, Frans de Boer wrote: On 9/14/18 1:17 PM, Nerijus Baliunas wrote: On Fri, 14 Sep 2018 13:02:07 +0200 Frans de Boer wrote: Ever since the release of qemu 3.0, the booting of win10 under qemu 3.0 freezes in it's initial stage. The Window is showed but there is no indic

Re: [Qemu-discuss] Problem with qemu 3.0 starting Win10

2018-09-14 Thread Frans de Boer
On 9/14/18 1:17 PM, Nerijus Baliunas wrote: On Fri, 14 Sep 2018 13:02:07 +0200 Frans de Boer wrote: Ever since the release of qemu 3.0, the booting of win10 under qemu 3.0 freezes in it's initial stage. The Window is showed but there is no indication of any progress or error report. Bel

[Qemu-discuss] Problem with qemu 3.0 starting Win10

2018-09-14 Thread Frans de Boer
Ever since the release of qemu 3.0, the booting of win10 under qemu 3.0 freezes in it's initial stage. The Window is showed but there is no indication of any progress or error report. Below is the same qemu command is used as under qemu 2.12.1, which functions properly there. qemu-system-x86

[Qemu-discuss] Question regarding tracing guest execution using qemu-system-sparc

2017-06-02 Thread Ronald De Keulenaer
sure, if I can use the simple tracing backend to achieve the desired result, that's an equally good solution. I just want a trace that's correct. Thanks in advance for any and all help. Best regards, Ronald De Keulenaer

Re: [Qemu-discuss] Stack size

2016-07-05 Thread Frans de Boer
...@nongnu.org] Namens Frans de Boer Verzonden: maandag 4 juli 2016 16:55 Aan: qemu-discuss@nongnu.org Onderwerp: [Qemu-discuss] Stack size LS, I am having stability issues with KVM+QEMU+Win10 and Citrix Receiver. Native Win10 and Citrix Rec. is working just fine. However, generating fast interrupts

[Qemu-discuss] Stack size

2016-07-04 Thread Frans de Boer
LS, I am having stability issues with KVM+QEMU+Win10 and Citrix Receiver. Native Win10 and Citrix Rec. is working just fine. However, generating fast interrupts by using the mouse or keyboard freezes the Citrix Engine. I am looking where in the Qemu source I can set a variable to increase th

Re: [Qemu-discuss] Mouse cursor locked

2015-11-05 Thread Frans de Boer
On 11/05/2015 09:06 AM, Narcis Garcia wrote: I suppose you are using SDL display. Have you tried to press Ctrl+Alt to release mouse grab? El 04/11/15 a les 21:08, Frans de Boer ha escrit: Dear reader, I am using the GTK3 UI now some time. However, when I go to fullscreen mode, my cursor gets

[Qemu-discuss] Mouse cursor locked

2015-11-04 Thread Frans de Boer
Dear reader, I am using the GTK3 UI now some time. However, when I go to fullscreen mode, my cursor gets locked inside the QEMU window and can get out except by aborting QEMU. This behavior is with 2.4.0.1 and 2.4.1. I tried the master too (before the 2.4.1 release), where there is no problem

[Qemu-discuss] Bridging not working across qemu guests.

2015-05-08 Thread dE
Hi! I'm trying to get 2 qemu guest to connect via bridging. This is what I'm doing -- modprobe tun;ip tuntap add mode tap veth;ip a add fc00::1001/124 dev veth;ip link set dev veth up qemu-system-x86_64 -machine accel=kvm,kernel_irqchip=on,mem-merge=on -drive file=centos7.qcow,id=centos,i

Re: [Qemu-discuss] Help with -kernel option (unable to mount root fs)

2014-09-23 Thread Martin Ichilevici de Oliveira
Jakob, Thanks for the quick reply, your comments helped me solve it. Analyzing the grub config file in more details cleared it all, as it contained the initrd image to use and the correct disk. After copying the initrd to the host, I was able to boot the system with the command below: $ qemu-sys

[Qemu-discuss] Help with -kernel option (unable to mount root fs)

2014-09-23 Thread Martin Ichilevici de Oliveira
Hello, I'm trying to use the -kernel option of QEMU, in order to later debug Linux with GDB, but I've been unable to boot the system. My setup: a working CentOS 7 with a manually compilled kernel (3.17-rc5). If I simply boot the image with qemu-system-x86_64, it works fine. So I copied the bzImag

Re: [Qemu-discuss] qemu and -snapshot - Solved

2014-06-17 Thread Frans de Boer
. Morley wrote: From: Frans de Boer After having run qemu with the -snapshot option, I tried to run another time without the -snapshot option, only to see that qemu reported that the device is empty. Each time running again with that option, brings back a working system, but never again without that

Re: [Qemu-discuss] qemu and -snapshot

2014-06-17 Thread Frans de Boer
I do not understand: with the -snapshot option it is reading the image correctly, but without it it is corrupted? The image worked for years, once I started using the -snapshot option it can no longer be used without it. Frans. On 06/17/2014 04:17 PM, Dale R. Worley wrote: From: Frans de

[Qemu-discuss] qemu and -snapshot

2014-06-17 Thread Frans de Boer
After having run qemu with the -snapshot option, I tried to run another time without the -snapshot option, only to see that qemu reported that the device is empty. Each time running again with that option, brings back a working system, but never again without that option. I like to know what

Re: [Qemu-discuss] C-a...??

2014-06-13 Thread Frans de Boer
Correction: 'commit all' is doing it's work but is returning with a permission error. Nevertheless, the changes where committed. So, in graphical and serial console mode Ca s is not working, but commit is working, albeit with permission errors. Frans. On 06/13/2014 09:

Re: [Qemu-discuss] C-a...??

2014-06-13 Thread Frans de Boer
working either in the graphical session. Any more suggestions? Frans. On 06/13/2014 04:45 PM, Darac Marjal wrote: On Fri, Jun 13, 2014 at 03:39:28PM +0200, Frans de Boer wrote: Writing a snapshot can be done by typing 'C-a s'. Where do you type this and are these normal uppercase and

[Qemu-discuss] C-a...??

2014-06-13 Thread Frans de Boer
Writing a snapshot can be done by typing 'C-a s'. Where do you type this and are these normal uppercase and lowercase letters? Are the hyphen and space an integral part of the command? Frans.

[Qemu-discuss] VNC white screen with GUI.

2013-12-11 Thread dE
When running qemu in VNC mode with the following VNC parameters -- -vnc 127.0.0.1:1 I get a white screen on the VNC client once the GUI (like Xserver) starts. A command line based OS works fine, but there's a lot of lag when there're a lot of changes on the screen even though I'm running thro

Re: [Qemu-discuss] Migrating Windows XP vm from VirtualBox to Qemu/KVM

2013-11-26 Thread dE
On 11/24/13 16:58, Sebastian Arcus wrote: On 24/11/13 08:57, Sebastian Arcus wrote: On 24/11/13 01:41, Chloride Cull wrote: Since it's a 32-bit VM, have you tried launching it with 'qemu-system-i386' instead? I did. I get pretty much the same thing (just a little bit more characters on the "S

Re: [Qemu-discuss] How to uninstall qemu?

2013-11-26 Thread dE
On 11/21/13 01:23, Mahmood Naderan wrote: Hi There is no "uninstall" target in Makefile. So how can I remove that? # /usr/local/bin/qemu-x86_64 -version qemu-x86_64 version 1.6.90, Copyright (c) 2003-2008 Fabrice Bellard Regards, Mahmood Then it looks like you messed up your setup.

Re: [Qemu-discuss] setup samba for file transfer

2013-11-26 Thread dE
On 11/19/13 14:33, Mahmood Naderan wrote: Hello, In order to transfer files between windows guest and linux host, I have installed samba server on the host. $ yum list samba* Installed Packages samba.x86_64 3.6.9-151.el6 @sl-security samba-client.x86_64 3.6.9-1

Re: [Qemu-discuss] block_set_io_throttle:unexpected end of expression

2013-11-26 Thread dE
On 10/28/13 06:53, Fam Zheng wrote: On Fri, 10/25 13:41, dE wrote: On 10/10/13 07:18, Fam Zheng wrote: On Wed, 10/02 20:15, dE wrote: On execution of this command -- block_set_io_throttle cdrom 314572800 1048576 0 It expects 6 numbers. Fam I get "unexpected end of expression&q

[Qemu-discuss] Accessing disk via ssh.

2013-10-25 Thread dE
As you can see in this command -- qemu-system-x86_64 -machine accel=kvm -boot order=dc -drive file=/home/de/large/FOSS/iso\ images/systemrescuecd-x86-3.4.0-beta007.iso,if=ide,media=cdrom,cache=unsafe,readonly,index=0,id=cdrom -hdb ssh://usera@192.168.1.3:65111//home/usera/misc./sdc -vga std

Re: [Qemu-discuss] block_set_io_throttle:unexpected end of expression

2013-10-25 Thread dE
On 10/10/13 07:18, Fam Zheng wrote: On Wed, 10/02 20:15, dE wrote: On execution of this command -- block_set_io_throttle cdrom 314572800 1048576 0 It expects 6 numbers. Fam I get "unexpected end of expression". What might be wrong? Thanks for the response. Sorry fo

[Qemu-discuss] Host forwarding requirements.

2013-10-06 Thread dE
qemu-system-x86_64 -machine accel=kvm -boot order=dc -drive file=/home/de/large/FOSS/iso\ images/systemrescuecd-x86-3.4.0-beta007.iso,if=ide,media=cdrom,cache=unsafe,readonly,index=0,id=cdrom -hdb large/temp_large/add_me.qcow2 -vga std -machine kernel_irqchip=on -m 180M -device e1000,id=ethnet

[Qemu-discuss] block_set_io_throttle:unexpected end of expression

2013-10-02 Thread dE
On execution of this command -- block_set_io_throttle cdrom 314572800 1048576 0 I get "unexpected end of expression". What might be wrong? Thanks for the response.

Re: [Qemu-discuss] how to disable VNC in qemu?

2013-10-01 Thread dE
On 10/01/13 14:59, chronodekar wrote: Thank you for replying dE. I tried using gtk as below and get the following error, > ./qemu-1.6.0/arm-softmmu/qemu-system-arm -M versatilepb -gtk -m 128M -kernel linux-3.11.2/arch/arm/boot/uImage qemu-system-arm: -gtk: invalid option Using curses l

Re: [Qemu-discuss] how to disable VNC in qemu?

2013-09-30 Thread dE
On 10/01/13 11:47, chronodekar wrote: Hello everyone, I've been following the instructions on the following site to cross-compile the linux kernel, uboot and to run them off qemu. http://www.linuxforu.com/2011/06/qemu-for-embedded-systems-development-part-1/ The actual instructions on the sit

Re: [Qemu-discuss] Operation not permitted when start vm

2013-09-23 Thread dE
On 09/22/13 15:31, yue-kvm wrote: could not open disk image /rhev/data-center/7828f2ae-955e-4e4b-a4bb-43807629dc52/d028d521-d4a9-4dd7-a0fe-3e9b60e7c4e4/images/ac025dc1-4e25-4b71-8c56-88dcb61b9f09/cae1bb2d-0529-4287-95a3-13dcb14f082f: Operation not permitted Then check permissions.

Re: [Qemu-discuss] VM stops just after execution.

2013-09-12 Thread dE
On 09/12/13 17:14, dE wrote: The following command -- qemu-system-x86_64 -machine accel=kvm -boot order=d -drive file=/home/de/large/FOSS/iso\ images/systemrescuecd-x86-3.4.0-beta007.iso,if=ide,media=cdrom,cache=unsafe,readonly,index=0 -drive file=/home/de/large/temp_large/Debian_xfce.qcow

[Qemu-discuss] VM stops just after execution.

2013-09-12 Thread dE
The following command -- qemu-system-x86_64 -machine accel=kvm -boot order=d -drive file=/home/de/large/FOSS/iso\ images/systemrescuecd-x86-3.4.0-beta007.iso,if=ide,media=cdrom,cache=unsafe,readonly,index=0 -drive file=/home/de/large/temp_large/Debian_xfce.qcow,if=ide,media=disk,cache=unsafe

[Qemu-discuss] vlans in user mode.

2013-09-08 Thread dE
For educational purposes, I'm trying to recreate the default user mode network. My first attempt was to create multiple nodes in a single vlan, however it did not appear to work. 2 qemu processes were started using -net user,vlan=1, ip but no network card were seen, in fact even with -net us

Re: [Qemu-discuss] Qemu does nothing...

2013-09-02 Thread dE
On 09/02/13 09:10, Fam Zheng wrote: On Mon, 09/02 07:38, dE wrote: Hello everyone! I just started working on Qemu, however qemu does not start. In the following command -- qemu-system-x86_64 -boot order=d -cdrom ~/large/FOSS/iso\ images/systemrescuecd-x86-3.4.0-beta007.iso The process runs

Re: [Qemu-discuss] Qemu does nothing...

2013-09-02 Thread dE
On 09/02/13 09:10, Fam Zheng wrote: On Mon, 09/02 07:38, dE wrote: Hello everyone! I just started working on Qemu, however qemu does not start. In the following command -- qemu-system-x86_64 -boot order=d -cdrom ~/large/FOSS/iso\ images/systemrescuecd-x86-3.4.0-beta007.iso The process runs

[Qemu-discuss] Qemu does nothing...

2013-09-01 Thread dE
Hello everyone! I just started working on Qemu, however qemu does not start. In the following command -- qemu-system-x86_64 -boot order=d -cdrom ~/large/FOSS/iso\ images/systemrescuecd-x86-3.4.0-beta007.iso The process runs, it grabs the terminal, but nothing happens. kvm_intel is loaded.

[Qemu-discuss] latest (or even just recent) version on ubuntu

2013-08-27 Thread Miguel De Anda
i'm hoping to keep a brand new install of ubuntu-server on a new machine as "ubuntu" as possible and not resort to `./configure ; make ; make install`'ing qemu but ubuntu seems to have only 1.4.0 in their package repositories. a quick google search didn't help. is there a repository out there i ca

[Qemu-discuss] issues on slackware64 with latest

2013-08-15 Thread Miguel De Anda
hi. i just joined the mailing list but i found that qemu runs strangely on slackware64-current. i've tried it on 2 machines and i get similar results and also with both 1.5.2 and 1.6.0-rc3. i compiled using each of: ./configure --prefix=/usr ./configure --prefix=/usr --enable-tcg-interpreter ./con

[Qemu-discuss] Stuttering/jerking sound/video

2013-04-12 Thread Frans de Boer
I use QEMU already some years for my VM's running servers and sometimes even Windows XP. The later is not a real pleasure but required because most video's are flash based and are not well handled under Linux. Then again I switch back to Linux/Lightspark because streaming video and sound is rea