Re: [Qemu-devel] [PATCH v2 0/3] io-thread optimizations

2011-04-14 Thread Jan Kiszka
On 2011-04-13 22:16, Aurelien Jarno wrote: > On Mon, Apr 11, 2011 at 10:27:41PM +0200, Jan Kiszka wrote: >> These patches were posted before. They bring down the overhead of the >> io-thread mode for TCG here, specifically when emulating SMP. >> >> The major change in this version, besides rebasing

[Qemu-devel] is it just me or is ne2k broken in qemu?

2011-04-14 Thread Michael Tokarev
I performed several tests of various emulated NICs booting with iPXE, and discovered that ne2k_pci (*) emulated device does not quite work, for quite some time already, at least with linux guests. The NIC works for a while, but after a few packets, or a few 1000s of packets, it stalls. In tcpdump

Re: [Qemu-devel] Question about total_sectors in block/vpc.c

2011-04-14 Thread Kevin Wolf
Am 13.04.2011 22:59, schrieb Lyu Mitnick: > Hello Stefan, > > I have a question about get_option_parameter(). I am wondering whether > get_option_parameter is suitable to use instead of doing the search by > myself > in the case like following: > > /* Read out options */ > while (options &

Re: [Qemu-devel] [Bug 760060] [NEW] Open Solaris 2009 Assertion `size' failed

2011-04-14 Thread Stefan Hajnoczi
On Wed, Apr 13, 2011 at 6:58 PM, Nigel Horne <760...@bugs.launchpad.net> wrote: > qemu-system-sparc: /home/njh/src/qemu/exec.c:2614: > cpu_register_physical_memory_offset: Assertion `size' failed. I you ./configure with --disable-strip and run under GDB using "gdb --args " then you can get a backt

Re: [Qemu-devel] [PATCH v2 11/19] softfloat: rename float*_eq() into float*_eq_quiet()

2011-04-14 Thread Edgar E. Iglesias
On Thu, Apr 14, 2011 at 1:11 AM, Aurelien Jarno wrote: > float*_eq functions have a different semantics than other comparison > functions. Fix that by first renaming float*_quiet() into > float*_eq_quiet(). > > Note that it is purely mechanical, and the behaviour should be unchanged. > That said i

Re: [Qemu-devel] [PATCH] qemu-img: allow rebase to a NULL backing file when unsafe

2011-04-14 Thread Kevin Wolf
Am 13.04.2011 16:51, schrieb Stefan Hajnoczi: > From: Anthony Liguori > > QEMU can drop a backing file so that an image file no longer depends on > the backing file, but this feature has not been exposed in qemu-img. > This is useful in an image streaming usecase or when an image file has > been

[Qemu-devel] [BUG] Re: [2/6] loadvm: improve tests before bdrv_snapshot_goto()

2011-04-14 Thread Philipp Hahn
Hello, Am Dienstag 03 August 2010 06:44:26 schrieb Kevin Wolf: > From: Miguel Di Ciurcio Filho > > This patch improves the resilience of the load_vmstate() function, doing > further and better ordered tests. This patch broke restoring not-running VMs using libvirt-0.8.7 with qemu-0.14: When the

Re: [Qemu-devel] [PATCH 08/19] target-alpha: use new float64_unordered() function

2011-04-14 Thread Peter Maydell
On 13 April 2011 16:38, Richard Henderson wrote: > (It looks like some of the Alpha code can be cleaned up a bit. > I don't recall flush_inputs_to_zero option being there before, > and we do that by hand in helper_ieee_input*.) While we're on the subject of Alpha and flush-to-zero modes, do you k

Re: [Qemu-devel] [Qemu-trivial] [PATCH] Fix some typos in comments and documentation

2011-04-14 Thread Stefan Hajnoczi
On Wed, Apr 13, 2011 at 10:45:22PM +0200, Stefan Weil wrote: > helpfull -> helpful > usefull -> useful > cotrol -> control > > and a grammar fix. > > Signed-off-by: Stefan Weil > --- > qemu-options.hx |4 ++-- > savevm.c|2 +- > target-arm/helper.c |2 +- > 3 files c

Re: [Qemu-devel] [BUG] Re: [2/6] loadvm: improve tests before bdrv_snapshot_goto()

2011-04-14 Thread Kevin Wolf
Am 14.04.2011 11:10, schrieb Philipp Hahn: > Hello, > > Am Dienstag 03 August 2010 06:44:26 schrieb Kevin Wolf: >> From: Miguel Di Ciurcio Filho >> >> This patch improves the resilience of the load_vmstate() function, doing >> further and better ordered tests. > > This patch broke restoring not-

Re: [Qemu-devel] [PATCH 2/2 V7] qemu, qmp: add inject-nmi qmp command

2011-04-14 Thread Daniel P. Berrange
On Wed, Apr 13, 2011 at 10:56:21PM +0300, Blue Swirl wrote: > On Wed, Apr 13, 2011 at 4:08 PM, Luiz Capitulino > wrote: > > On Tue, 12 Apr 2011 21:31:18 +0300 > > Blue Swirl wrote: > > > >> On Tue, Apr 12, 2011 at 10:52 AM, Avi Kivity wrote: > >> > On 04/11/2011 08:15 PM, Blue Swirl wrote: > >>

[Qemu-devel] why is NPTL support not enabled for x86, x86_64?

2011-04-14 Thread Yale Zhang
Hi. I want to run wine inside qemu userspace (host = arm, target = x86), but it doesn't function due to lack of NPTL (native posix thread library) support. I tried turning it on by editing configure and trying it on a simple pthread program, but it crashes. Why is NPTL not supported on x86 or x86_6

Re: [Qemu-devel] [PATCH] Clean up after "make pdf"

2011-04-14 Thread Brad Hards
On Wednesday 13 April 2011 16:42:16 Brad Hards wrote: > --- > .gitignore |3 +++ > Makefile |5 - > 2 files changed, 7 insertions(+), 1 deletions(-) Signed-off-by: Brad Hards Sorry about that. Brad

[Qemu-devel] [Bug 757654] Re: UHCI fails to signal stall response

2011-04-14 Thread jvesely
No problem, it's not like it breaks something. This fix just makes driver development easier. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/757654 Title: UHCI fails to signal stall response Status

Re: [Qemu-devel] [PATCH 0/4] Minor USB fixes

2011-04-14 Thread Stefan Hajnoczi
On Wed, Apr 13, 2011 at 07:45:30PM +1000, Brad Hards wrote: > 1 fixes spellos in the mass-storage driver > 2-4 fix issues in Linux usb pass-through code. Patches 1-3 merged into the trivial patches tree. Patch 4 should be a separate patch and needs Ack from Hans. I will send a pull request to t

Re: [Qemu-devel] [PATCH] Clean up after "make pdf"

2011-04-14 Thread Stefan Hajnoczi
On Wed, Apr 13, 2011 at 04:42:16PM +1000, Brad Hards wrote: > --- > .gitignore |3 +++ > Makefile |5 - > 2 files changed, 7 insertions(+), 1 deletions(-) Merged into the trivial-patches tree. I will send a pull request to the qemu.git maintainers: http://repo.or.cz/w/qemu/stefanha

Re: [Qemu-devel] [Bug 757654] Re: UHCI fails to signal stall response

2011-04-14 Thread Stefan Hajnoczi
On Thu, Apr 14, 2011 at 11:35 AM, jvesely <757...@bugs.launchpad.net> wrote: > No problem, it's not like it breaks something. This fix just makes > driver development easier. Please send your patch to the mailing list: http://wiki.qemu.org/Contribute/SubmitAPatch It may seem petty to ask this si

[Qemu-devel] Property Intensive Seminar by Milan Doshi (April)

2011-04-14 Thread RealEstateMalaysian.com
Click HERE if you unable to view the message If you wish to cancel your subscription, simply click once on the link below.Click here to unsubscribe

Re: [Qemu-devel] is it just me or is ne2k broken in qemu?

2011-04-14 Thread Mulyadi Santosa
On Thu, Apr 14, 2011 at 09:31, Michael Tokarev wrote: > I performed several tests of various emulated NICs > booting with iPXE, and discovered that ne2k_pci (*) > emulated device does not quite work, for quite some > time already, at least with linux guests. > > The NIC works for a while, but afte

[Qemu-devel] Unsubscription Confirmation

2011-04-14 Thread RealEstateMalaysian.com
Thank you for subscribing. You have now unsubscribed and no more messages will be sent.

[Qemu-devel] [PATCH] tests/test-mmap.c: Check mmap() return value before using it

2011-04-14 Thread Peter Maydell
Correct the position of a "stop if MAP_FAILED" check in the mmap() tests, so that if mmap() does fail we print a failure message rather than segfaulting inside memcpy(). Signed-off-by: Peter Maydell --- tests/test-mmap.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/t

Re: [Qemu-devel] [PATCH v2 0/3] io-thread optimizations

2011-04-14 Thread Avi Kivity
On 04/14/2011 10:14 AM, Jan Kiszka wrote: On 2011-04-13 22:16, Aurelien Jarno wrote: > On Mon, Apr 11, 2011 at 10:27:41PM +0200, Jan Kiszka wrote: >> These patches were posted before. They bring down the overhead of the >> io-thread mode for TCG here, specifically when emulating SMP. >> >> Th

Re: [Qemu-devel] [PATCH] Slirp reverse UDP firewall

2011-04-14 Thread Avi Kivity
On 04/12/2011 07:38 PM, Jan Kiszka wrote: On 2011-04-12 18:19, Daisuke Nojiri wrote: > This patch adds: -drop-udp, -allow-udp ADDR:PORT, -drop-log FILE > >e.g.) $ qemu -net user -drop-log qemu.drop -drop-udp -allow-udp > 10.0.2.3:53 No more stand-alone slirp arguments please. That syntax b

Re: [Qemu-devel] [PATCH v2 0/3] io-thread optimizations

2011-04-14 Thread Anthony Liguori
On 04/14/2011 08:45 AM, Avi Kivity wrote: On 04/14/2011 10:14 AM, Jan Kiszka wrote: On 2011-04-13 22:16, Aurelien Jarno wrote: > On Mon, Apr 11, 2011 at 10:27:41PM +0200, Jan Kiszka wrote: >> These patches were posted before. They bring down the overhead of the >> io-thread mode for TCG her

Re: [Qemu-devel] [PATCH v2 0/3] io-thread optimizations

2011-04-14 Thread Avi Kivity
On 04/14/2011 04:59 PM, Anthony Liguori wrote: On 04/14/2011 08:45 AM, Avi Kivity wrote: On 04/14/2011 10:14 AM, Jan Kiszka wrote: On 2011-04-13 22:16, Aurelien Jarno wrote: > On Mon, Apr 11, 2011 at 10:27:41PM +0200, Jan Kiszka wrote: >> These patches were posted before. They bring down the

Re: [Qemu-devel] [PATCH] Slirp reverse UDP firewall

2011-04-14 Thread Avi Kivity
On 04/14/2011 04:48 PM, Avi Kivity wrote: Will we see a TCP firewall as well? Can we prepare for a more generic infrastructure, or what makes UDP special? If some generic firewall like BPF is available as a user library, perhaps we can integrate one instead of writing a new one from scratch.

[Qemu-devel] Europe Recouvrement se met aux couleurs de l'Allemagne

2011-04-14 Thread EUROPE RECOUVREMENT
Bonjour, Vous avez des impayés à encaisser en France, en Europe ou dans le reste du Monde ? Confiez vos impayés à Europe Recouvrement, spécialisé en recouvrement de créances à l'international depuis 1970. Les interventions amiables et judiciaires sont basées sur un principe de résultats ob

Re: [Qemu-devel] [PATCH 08/19] target-alpha: use new float64_unordered() function

2011-04-14 Thread Richard Henderson
On 04/14/2011 02:14 AM, Peter Maydell wrote: > While we're on the subject of Alpha and flush-to-zero modes, > do you know what exception bits should get set when Alpha > flushes a denormal output (not input) to zero? ... > I think Alpha should set Inexact and not Underflow, but > I'm not sure -- ca

[Qemu-devel] Problem in setting breakpoints at kernel code using "qemu and gdb"

2011-04-14 Thread Amirali Shambayati
Dear all, I want to use combination of qemu and gdb to debug my modified linux kernel code. First I tried this link:http://issaris.blogspot.com/2007/12/download-linux-kernel-sourcecode-from.html to configure eclipse CDT and qemu to achieve my goal. According to the tutorial, I tried following comm

Re: [Qemu-devel] [PATCH] tests/test-mmap.c: Check mmap() return value before using it

2011-04-14 Thread Edgar E. Iglesias
On Thu, Apr 14, 2011 at 02:11:56PM +0100, Peter Maydell wrote: > Correct the position of a "stop if MAP_FAILED" check in the mmap() > tests, so that if mmap() does fail we print a failure message > rather than segfaulting inside memcpy(). > > Signed-off-by: Peter Maydell I've applied this, thank

Re: [Qemu-devel] [PATCH 08/19] target-alpha: use new float64_unordered() function

2011-04-14 Thread Peter Maydell
On 14 April 2011 16:14, Richard Henderson wrote: > On 04/14/2011 02:14 AM, Peter Maydell wrote: >> While we're on the subject of Alpha and flush-to-zero modes, >> do you know what exception bits should get set when Alpha >> flushes a denormal output (not input) to zero? > ... >> I think Alpha shou

Re: [Qemu-devel] [PATCH 15/15] tcg: use ext op for deposit

2011-04-14 Thread Alexander Graf
On 04/10/2011 10:28 PM, Aurelien Jarno wrote: On Sun, Apr 10, 2011 at 10:17:26PM +0200, Alexander Graf wrote: On 10.04.2011, at 22:08, Aurelien Jarno wrote: On Sun, Apr 10, 2011 at 09:25:33PM +0200, Alexander Graf wrote: On 10.04.2011, at 21:23, Aurelien Jarno wrote: On Tue, Apr 05, 2011 at

Re: [Qemu-devel] [PATCH 08/19] target-alpha: use new float64_unordered() function

2011-04-14 Thread Richard Henderson
On 04/14/2011 08:39 AM, Peter Maydell wrote: >> Exponent underflow and disabled: >>Supply +0, no exception delivered to user. >> >> Exponent underflow and enabled: >>Supply +-MIN denorm, Underflow delivered to user. >> >>Footnote 3, Overflow and Underflow have priority over Inexact. >

Re: [Qemu-devel] [PATCH v2 08/19] target-alpha: use new float64_unordered_quiet() function

2011-04-14 Thread Richard Henderson
On 04/13/2011 04:11 PM, Aurelien Jarno wrote: > Use float64_unordered_quiet() in helper_cmptun() instead of doing the > the comparison manually. > > According to the "Alpha Compiler Writer's Guide", we should use the > _quiet version here, as CMPTUN and CMPTEQ should generate InvalidOp > for SNaNs

Re: [Qemu-devel] [PATCH 08/19] target-alpha: use new float64_unordered() function

2011-04-14 Thread Peter Maydell
On 14 April 2011 17:27, Richard Henderson wrote: > On 04/14/2011 08:39 AM, Peter Maydell wrote: >>>  Exponent underflow and disabled: >>>    Supply +0, no exception delivered to user. >>> >>>  Exponent underflow and enabled: >>>    Supply +-MIN denorm, Underflow delivered to user. >>> >>>    Footn

Re: [Qemu-devel] [PATCH 08/19] target-alpha: use new float64_unordered() function

2011-04-14 Thread Richard Henderson
On 04/14/2011 09:48 AM, Peter Maydell wrote: > Or the other approach would be to do something like > how the 'denormal-input-went-to-zero' case is handled: have > an extra float_flag for float_flag_output_denormal, and let > targets either (a) special-case it or (b) merge it with > whichever of und

[Qemu-devel] [PATCH] sparc: Fix assertion caused by empty memory slot with 0 byte

2011-04-14 Thread Stefan Weil
If the memory size given on the command line is equal to the maximum size of memory defined by the hardware, there is no "empty slot" after physical memory. The following command qemu-system-sparc -m 256 raised an assertion: exec.c:2614: cpu_register_physical_memory_offset: Asser

[Qemu-devel] [Bug 760060] Re: Open Solaris 2009 Assertion `size' failed

2011-04-14 Thread Stefan Weil
The bug was caused by memory size (256 MiB) == maximum memory size supported by emulated hardware, so the gap between both values (the empty slot) was 0 byte large. qemu-system-sparc -m 256 (and code with assertions enabled) is enough to reproduce it. The bug is fixed with patch http://patchwork

[Qemu-devel] [Bug 704904] Re: No rule to make target ../libhw32/virtio.o

2011-04-14 Thread Stefan Weil
The bug has been fixed, therefore I closed it. ** Changed in: qemu Status: New => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/704904 Title: No rule to make target ../libhw32/

[Qemu-devel] [Bug 760060] Re: Open Solaris 2009 Assertion `size' failed

2011-04-14 Thread Nigel Horne
Thanks Stefan, I appreciate it. I will try your suggestion - in the meantime here is the stack trace if it helps you to confirm. (gdb) r Starting program: /usr/local/bin/qemu-system-sparc -hda opensolaris -cdrom osol-0906-ai-sparc.iso -boot d -k en-us -m 256 [Thread debugging using libthread_db

[Qemu-devel] [Bug 760060] Re: Open Solaris 2009 Assertion `size' failed

2011-04-14 Thread Nigel Horne
It still doesn't boot, but that's something different - I will log that as a separate bug. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/760060 Title: Open Solaris 2009 Assertion `size' failed Sta

[Qemu-devel] [Bug 760956] [NEW] Open Solaris 2009 Doesn't Boot

2011-04-14 Thread Nigel Horne
Public bug reported: The latest git version of qemu (commit 420b6c317de87890e06225de6e2f8af7bf714df0) fails to boot the OpenSolaris image from http://dlc.sun.com/osol/opensolaris/2009/06/osol-0906-ai- sparc.iso. qemu-img create opensolaris 3G qemu-system-sparc -hda opensolaris -cdrom osol-0906-ai

[Qemu-devel] [Bug 760976] [NEW] Nexenta 3.0.1 fails to install

2011-04-14 Thread Nigel Horne
Public bug reported: The latest git version of qemu (commit 420b6c317de87890e06225de6e2f8af7bf714df0) fails to boot Nexenta3.0.1. I don't know if this is a bug in nextenta, or in QEMU or both. You can obtain a bootable image of Nextenta from http://www.nexenta.org/releases/nexenta-core- platform_

[Qemu-devel] [Bug 760976] Re: Nexenta 3.0.1 fails to install

2011-04-14 Thread Nigel Horne
** Attachment added: "Screenshot" https://bugs.launchpad.net/qemu/+bug/760976/+attachment/2036109/+files/Screen%20shot%202011-04-14%20at%2013.58.46.png -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bug

[Qemu-devel] [Bug 760956] Re: Open Solaris 2009 Doesn't Boot

2011-04-14 Thread Stefan Weil
Are you sure that it boots on real hardware? From the information given in http://dlc.sun.com.edgesuite.net/osol/opensolaris/2009/06/README.osol-repo I'd expect that this image is not bootable from CD-ROM. A Debian CD-ROM boots without any problem. -- You received this bug notification because y

Re: [Qemu-devel] [PATCH] Remove unneeded function parameter from gen_pc_load

2011-04-14 Thread Stefan Weil
Am 13.04.2011 23:05, schrieb Peter Maydell: On 13 April 2011 21:38, Stefan Weil wrote: gen_pc_load was introduced in commit d2856f1ad4c259e5766847c49acbb4e390731bd4. The only reason for parameter searched_pc was a debug statement in target-i386/translate.c. Remove searched_pc from the debug st

Re: [Qemu-devel] [PATCH] Slirp reverse UDP firewall

2011-04-14 Thread Daisuke Nojiri
Hi, Blue, > I missed somehow 1/3, so I'll comment to this one. I updated 1/3 and pasted it below. The rest of the points you raised will be addressed in 2/3 and 3/3. > With the TCP firewall in mind, I'd use a more general syntax, > something like "deny=proto:udp". More complete rules would need

Re: [Qemu-devel] [PATCH] Slirp reverse UDP firewall

2011-04-14 Thread Stefan Berger
On 04/12/2011 12:19 PM, Daisuke Nojiri wrote: This patch adds: -drop-udp, -allow-udp ADDR:PORT, -drop-log FILE e.g.) $ qemu -net user -drop-log qemu.drop -drop-udp -allow-udp 10.0.2.3:53 -drop-udp enables usermode firewall for out-going UDP packats from a guest. All U

Re: [Qemu-devel] [Bug 760956] [NEW] Open Solaris 2009 Doesn't Boot

2011-04-14 Thread Artyom Tarasenko
As already mentioned in the Bug 760060, OpenSolaris doesn't support 32 bit SPARC machines, so you should use a qemu-system-sparc64 and not qemu-system-sparc. (Although booting [Open]Solaris to the command prompt is not possible with qemu-system-sparc64 yet) Also --enable-kvm makes no effect when

Re: [Qemu-devel] [PATCH] Slirp reverse UDP firewall

2011-04-14 Thread Daisuke Nojiri
Hi, Avi, Complex and complete firewalling is probably out of my focus for now. I'm trying to introduce a simple reverse firewall functionality which filters outgoing patckets based on only destination address and port. Since Qemu doesn't have any reverse firewall currently, I believe this is a goo

[Qemu-devel] [RFC][PATCH] configure: target dependent linking

2011-04-14 Thread Michael Walle
This patch is the first attempt to make configure more intelligent with regard to how it links to libraries. It divides the softmmu libraries into two lists, a general one and a list which depends on the target architecture. --- configure | 12 +--- 1 files changed, 9 insertions(+), 3 d

[Qemu-devel] Estimado usuario Webmail

2011-04-14 Thread Webmail administrador
Estimado usuario Webmail Hemos limitado temporalmente el acceso a todas las funciones Susceptibles a todas las cuentas de correo web. Para restaurar su acceso Cuenta, debe responder de inmediato a este correo electrónico con su Nombre de usuario y contraseña. Usuario: Contraseña ( ):

[Qemu-devel] Estimado usuario Webmail

2011-04-14 Thread Webmail administrador
Estimado usuario Webmail Hemos limitado temporalmente el acceso a todas las funciones Susceptibles a todas las cuentas de correo web. Para restaurar su acceso Cuenta, debe responder de inmediato a este correo electrónico con su Nombre de usuario y contraseña. Usuario: Contraseña ( ):

[Qemu-devel] Estimado usuario Webmail

2011-04-14 Thread Webmail administrador
Estimado usuario Webmail Hemos limitado temporalmente el acceso a todas las funciones Susceptibles a todas las cuentas de correo web. Para restaurar su acceso Cuenta, debe responder de inmediato a este correo electrónico con su Nombre de usuario y contraseña. Usuario: Contraseña ( ):

Re: [Qemu-devel] [Bug 760976] [NEW] Nexenta 3.0.1 fails to install

2011-04-14 Thread Natalia Portillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Please report to Official OS Support List. El 14/04/2011, a las 19:03, Nigel Horne escribió: > Public bug reported: > > The latest git version of qemu (commit > 420b6c317de87890e06225de6e2f8af7bf714df0) fails to boot Nexenta3.0.1. I > don't know i

Re: [Qemu-devel] Problem in setting breakpoints at kernel code using "qemu and gdb"

2011-04-14 Thread Craig Brozefsky
On Thu, Apr 14, 2011 at 10:16 AM, Amirali Shambayati wrote: > > Also I tried combination of gdb and qemu using following commands: > #gdb > (gdb) symbol-file vmlinux.o > (gdb) target remote localhost:1234 > (gdb) break scsi_lib.c 1420 > (gdb) c > > I tried above commands to check if stops at brea