Chinggis
Systems LLC
02 - January - 2011 Таны
мэйл хаяг: qemu-devel@nongnu.orgТовхимол
#1009261101
Захидал
бүрэн харагдахгүй бол энд дар
Бидний тухай | Yйл ажиллагаа | Бvтээл | Хамтрагчид | Холбоо барих
Програм
хангамж
Бид мэдээллийн технологийн
дэвшилтэт шийдлээр
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
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
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
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.
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
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
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
** 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
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
** 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
** 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
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-
** 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
** 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
** 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
** 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
** 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:
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
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
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
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
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
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
24 matches
Mail list logo