[Qemu-devel] Сайн байна уу!

2011-01-01 Thread Чингис Системс ХХК
Chinggis Systems LLC 02 - January - 2011 Таны мэйл хаяг: qemu-devel@nongnu.orgТовхимол #1009261101 Захидал бүрэн харагдахгүй бол энд дар Бидний тухай | Yйл ажиллагаа | Бvтээл | Хамтрагчид | Холбоо барих Програм хангамж Бид мэдээллийн технологийн дэвшилтэт шийдлээр

Re: [Qemu-devel] [PATCH V2] softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()

2011-01-01 Thread Andreas Färber
Am 02.01.2011 um 00:46 schrieb Peter Maydell: On 17 December 2010 15:56, Peter Maydell wrote: The softfloat functions float*_is_nan() were badly misnamed, because they return true only for quiet NaNs, not for all NaNs. Rename them to float*_is_quiet_nan() to more accurately reflect what they

Re: [Qemu-devel] [PATCH V2] softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()

2011-01-01 Thread Peter Maydell
On 17 December 2010 15:56, Peter Maydell wrote: > The softfloat functions float*_is_nan() were badly misnamed, > because they return true only for quiet NaNs, not for all NaNs. > Rename them to float*_is_quiet_nan() to more accurately reflect > what they do. > > This change was produced by: >  per

[Qemu-devel] HELP PLEASE! Consecutive runs of qemu-user

2011-01-01 Thread Stefano Bonifazi
Hi! First of all Happy new year to everybody! :) Wish you all to realize all your dreams! :) I edited QEMU user, more exactly qemu-ppc launching the main function (inside main.c) from another c function I created, passing it the appropriate parameters. I also caught the syscall 1 preventing it

[Qemu-devel] [PATCH] slirp: fix unaligned access in bootp code

2011-01-01 Thread Aurelien Jarno
Slirp code tries to be smart an avoid data copy by using pointer to the data. This solution leads to unaligned access, in this case preq_addr, which is a 32-bit long structure. There is no real point of avoiding data copy in a such case, as the value itself is smaller or the same size as a pointer.

[Qemu-devel] [PATCH 2/2] qcow2: fix unaligned access

2011-01-01 Thread Aurelien Jarno
cpu_to_be64w() is called with an obviously non-aligned pointer. Use cpu_to_be64wu() instead. It fixes unaligned accesses errors on IA64 hosts. Cc: Kevin Wolf Signed-off-by: Aurelien Jarno --- block/qcow2-cluster.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/block/q

[Qemu-devel] [PATCH 1/2] bswap.h: add cpu_to_be64wu()

2011-01-01 Thread Aurelien Jarno
Signed-off-by: Aurelien Jarno --- bswap.h | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/bswap.h b/bswap.h index 20caae6..82a7951 100644 --- a/bswap.h +++ b/bswap.h @@ -144,6 +144,7 @@ CPU_CONVERT(le, 64, uint64_t) #define cpu_to_be16wu(p, v) cpu_to_be1

[Qemu-devel] [Bug 600063] Re: target-arm/translate.c

2011-01-01 Thread Aurelien Jarno
commit a990f58feda5d6b547af30a7cd281936300e13ff Author: Adam Lackorzynski Date: Mon Mar 1 17:19:54 2010 +0100 target-arm: Fix missing 'return' in SRS handling. There's a return missing in the srs handling which leads to srs always being treated an an invalid op. Signed

[Qemu-devel] [Bug 629298] Re: incorrect output of ARM instruction SMMLS

2011-01-01 Thread Aurelien Jarno
** Changed in: qemu Status: New => In Progress -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/629298 Title: incorrect output of ARM instruction SMMLS Status in QEMU: In Progress Bug descr

[Qemu-devel] [PATCH] target-arm: fix SMMLA/SMMLS instructions

2011-01-01 Thread Aurelien Jarno
SMMLA and SMMLS are broken on both in normal and thumb mode, that is both (different) implementations are wrong. They try to avoid a 64-bit add for the rounding, which is not trivial if you want to support both SMMLA and SMMLS with the same code. The code below uses the same implementation for bot

[Qemu-devel] [Bug 594944] Re: --enable-debug error

2011-01-01 Thread Aurelien Jarno
** Changed in: qemu Status: New => Fix Committed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/594944 Title: --enable-debug error Status in QEMU: Fix Committed Bug description: This b

[Qemu-devel] [Bug 510612] Re: sound broken in qemu 0.12.x

2011-01-01 Thread Aurelien Jarno
** 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/510612 Title: sound broken in qemu 0.12.x Status in QEMU: Fix Released Status in “qemu” packa

[Qemu-devel] [Bug 534973] Re: qemu-system-ppc segfaults when booting from Debian lenny netinst image

2011-01-01 Thread Aurelien Jarno
It has been fixed by commit 90228ee395b71cdd64e6bc844e3d553eb9ef643f ** Changed in: qemu Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/534973 Title: qemu-

[Qemu-devel] [Bug 577908] Re: qemu 0.12.3 default networking DNS broken

2011-01-01 Thread Aurelien Jarno
** Changed in: qemu Status: Incomplete => Invalid -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/577908 Title: qemu 0.12.3 default networking DNS broken Status in QEMU: Invalid Bug descri

[Qemu-devel] [Bug 584143] Re: qemu fails to set hdd serial number

2011-01-01 Thread Aurelien Jarno
** Changed in: qemu Status: In Progress => Fix Committed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/584143 Title: qemu fails to set hdd serial number Status in QEMU: Fix Committed Stat

[Qemu-devel] [Bug 604166] Re: QEMU Floating Point Exception and Crash while Emulating "Cirrus Logic 5446 PCI" in Win98

2011-01-01 Thread Aurelien Jarno
** Changed in: qemu Status: New => In Progress -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/604166 Title: QEMU Floating Point Exception and Crash while Emulating "Cirrus Logic 5446 PCI" in

[Qemu-devel] [Bug 617528] Re: Incorrect translation of unary PPC/SPE instructions (efdneg etc.)

2011-01-01 Thread Aurelien Jarno
** Changed in: qemu Status: New => Fix Committed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/617528 Title: Incorrect translation of unary PPC/SPE instructions (efdneg etc.) Status in QEMU

[Qemu-devel] [Bug 643496] Re: qemu crashes with -nodefaults

2011-01-01 Thread Aurelien Jarno
** Changed in: qemu Status: New => Fix Committed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/643496 Title: qemu crashes with -nodefaults Status in QEMU: Fix Committed Bug description:

Re: [Qemu-devel] [PATCH] cirrus_vga: fix division by 0 for color expansion rop

2011-01-01 Thread Aurelien Jarno
On Fri, Dec 31, 2010 at 08:11:18PM +0100, Aurelien Jarno wrote: > Commit d85d0d3883f5a567fa2969a0396e42e0a662b3fa introduces a regression > with Windows ME that leads to a division by 0 and a crash. > > It uses the color expansion rop with the source pitch set to 0. This is > something allowed, as

[Qemu-devel] Usefulness of the bug tracker

2011-01-01 Thread Aurelien Jarno
Hi all, I would like to share some concerns about the bug tracker, as I am not really sure it is really useful. People are reporting bugs there (that's the purpose of a bug tracker!), often with a patch or the beginning of a patch. In a lot of cases, the bug reporters don't care about adding a Si

Re: [Qemu-devel] [PATCH v3 7/7] softfloat: Make float{32, 64}_to_uint16_round_to_zero() use uint_fast16_t

2011-01-01 Thread Andreas Färber
Peter, Am 18.12.2010 um 17:25 schrieb Andreas Färber: v3: * Split off. Use uint_fast16_t rather than uint16_t. v2: * Initial. Cc: Peter Maydell Cc: Nathan Froyd Signed-off-by: Andreas Färber --- fpu/softfloat.c |8 fpu/softfloat.h |4 ++-- 2 files changed, 6 insertions(+), 6

[Qemu-devel] Re: Fix translation of unary PPC/SPE instructions (efdneg etc.).

2011-01-01 Thread Aurelien Jarno
On Sat, Jan 01, 2011 at 01:13:52PM +0100, Andreas Färber wrote: > Hello Aurelien, > > Commit 6d5c34fa027d1477c0572ea74421e21b0f733838 appears to have not been > on the mailing list as a patch and does not have an Acked-by from Alex as > target-ppc/ maintainer. > It has been posted here as a bug r

[Qemu-devel] Re: Fix translation of unary PPC/SPE instructions (efdneg etc.).

2011-01-01 Thread Andreas Färber
Hello Aurelien, Commit 6d5c34fa027d1477c0572ea74421e21b0f733838 appears to have not been on the mailing list as a patch and does not have an Acked-by from Alex as target-ppc/ maintainer. While the change itself looks correct to me on a brief look, the commit message is lacking a descripti

[Qemu-devel] Savannah qemu git repo?

2011-01-01 Thread Michael Tokarev
After the main repository has been moved out of savannah to qemu.org, the one on savannah exists but isn't being updated. Should it be removed, or set up as a "slave" of the main repository? When discussing the move the latter were assumed, but perhaps it were forgotten? Current situation is con