The commit in qemu-linaro is:
http://git.linaro.org/gitweb?p=qemu/qemu-linaro.git;a=commit;h=98eac7cab4392ab28fa22265e27906f5b9c6c9da
I asked you to undo the status change just because I don't "own" "qemu-
linaro (Ubuntu)" and don't know what counts as "fix released" (eg maybe
that only happens wh
On 2011-02-15 23:03, Marcelo Tosatti wrote:
> On Mon, Feb 14, 2011 at 10:50:42AM +0100, Jan Kiszka wrote:
>> Hi,
>>
>> patch below further reduces the io-thread overhead in tcg mode so that
>> specifically emulating smp boxes gets noticeably faster. Its essence:
>> poll the file descriptors until s
On 2011-02-15 21:56, Marcelo Tosatti wrote:
> Note: to be applied to uq/master.
>
> In icount mode, halt emulation should take into account the nearest event
> when sleeping.
>
> Signed-off-by: Marcelo Tosatti
> Reported-and-tested-by: "Edgar E. Iglesias"
>
> diff --git a/cpus.c b/cpus.c
> in
Am 16.02.2011 01:59, schrieb Anthony Liguori:
> On 02/15/2011 07:38 AM, Luiz Capitulino wrote:
>> On Tue, 15 Feb 2011 10:20:01 +0100
>> Kevin Wolf wrote:
>>
>>
>>> Am 14.02.2011 20:34, schrieb Anthony Liguori:
>>>
On 02/14/2011 12:34 PM, Luiz Capitulino wrote:
> On
On 02/15/2011 05:59 PM, Dushyant Bansal wrote:
2. How to configure makefiles to get output of printk statements
inside kvm/arch/powerpc/kvm/trace.h
Better don't make them printks - just use the tracing framework. I'd
write up a small howto here myself, but I'm pretty much on the jump
to my plan
Não consegue visualizar a newsletter? Click aqui (
http://shoppingdopovo.com.br/site/index.php?option=com_acymailing&ctrl=archive&task=view&mailid=39&key=e917fb84d1ba64e267277cdc9bde4ee8&subid=117104-9a9cec8a6fdd74f317649577265edc31
) para abrir no navegador.
Oferta do dia: Maior segurança e confo
I noticed that current vgabios (as shipped with
0.14.0-rc) does not work well with qemu-kvm-0.12,
despite very small changes in the source.
cirrus emulation works just fine. But with stdvga
(which uses "vgabios.bin" file in 0.12), X does not
start with the following message in X.org:
(WW) VESA(0
16.02.2011 12:25, Michael Tokarev wrote:
> I noticed that current vgabios (as shipped with
> 0.14.0-rc) does not work well with qemu-kvm-0.12,
> despite very small changes in the source.
>
> cirrus emulation works just fine. But with stdvga
> (which uses "vgabios.bin" file in 0.12), X does not
>
Ok; the commit you point at is in the current qemu-linaro package
Fix released in Ubuntu is when we upload a fixed source package to the
Ubuntu development release
The usual way to close Ubuntu bugs fixed with an upload is via the
debian/changelog, when Launchpad processes the .changes file with
On 02/15/2011 09:56 PM, Marcelo Tosatti wrote:
Note: to be applied to uq/master.
In icount mode, halt emulation should take into account the nearest
event when sleeping.
I agree with Jan that this patch is not the best solution, if not incorrect.
However, in the iothread, the main loop can ki
Wen Congyang writes:
> We alloc memory for dinfo->id, so we should free it in
> the function drive_uninit().
Already fixed in Kevin's block tree and 0.14-rc2 (commit e5f1c196),
although not yet in stable.
Thanks anyway!
Wen Congyang writes:
> steps to reproduce this bug:
> 1. virsh attach-disk domain --source imagefile --target sdb --sourcetype file
> --driver qemu --subdriver qcow2
> error: Failed to attach disk
> error: operation failed: adding
> scsi-disk,bus=scsi0.0,scsi-id=1,drive=drive-scsi0-0-1,id=scsi0
On 2011-02-16 10:32, Paolo Bonzini wrote:
> On 02/15/2011 09:56 PM, Marcelo Tosatti wrote:
>> Note: to be applied to uq/master.
>>
>> In icount mode, halt emulation should take into account the nearest
>> event when sleeping.
>
> I agree with Jan that this patch is not the best solution, if not
>
Blue Swirl writes:
> On Tue, Feb 15, 2011 at 12:07 PM, Markus Armbruster wrote:
>> Anthony Liguori writes:
>>
>>> On 02/12/2011 11:03 AM, Markus Armbruster wrote:
Blue Swirl writes:
> Convert to qdev, also add a proper reset function.
>> [...]
Pointer properties are for
On Tue, Feb 15, 2011 at 05:07:07PM -0600, Anthony Liguori wrote:
> On 02/15/2011 11:11 AM, Blue Swirl wrote:
> >On Mon, Feb 14, 2011 at 11:47 PM, Anthony Liguori
> >wrote:
> >>Any device we expose to the user through -device needs to maintain a
> >>compatible interface forever. For our own sanit
On 02/16/2011 10:46 AM, Jan Kiszka wrote:
What should this be good for? The iothread already kicks the vcpu if it
wants to acquire the contended global mutex.
Assuming the VCPU is in the timedwait that Marcelo changed, the global
mutex is free and the iothread will not kick the VCPU.
And wh
Blue Swirl writes:
> On Tue, Feb 15, 2011 at 12:22 PM, Markus Armbruster wrote:
>> Blue Swirl writes:
>>
>>> On Sat, Feb 12, 2011 at 6:57 PM, Markus Armbruster
>>> wrote:
[...]
Old code has pc_init1() call vmport_init(). Where does your code create
qdev "vmport"? And what's happen
At 02/16/2011 05:45 PM, Markus Armbruster Write:
> Wen Congyang writes:
>
>> steps to reproduce this bug:
>> 1. virsh attach-disk domain --source imagefile --target sdb --sourcetype
>> file --driver qemu --subdriver qcow2
>> error: Failed to attach disk
>> error: operation failed: adding
>> scs
On 2011-02-16 10:57, Paolo Bonzini wrote:
> On 02/16/2011 10:46 AM, Jan Kiszka wrote:
>> What should this be good for? The iothread already kicks the vcpu if it
>> wants to acquire the contended global mutex.
>
> Assuming the VCPU is in the timedwait that Marcelo changed, the global
> mutex is fr
On 02/16/2011 01:13 AM, Anthony Liguori wrote:
On 02/15/2011 10:26 AM, Chris Wright wrote:
QAPI and QMP
- Anthony adding a new wiki page to describe all of this
http://wiki.qemu.org/Features/QAPI
[ 'change', {'device': 'str', 'target': 'str'}, {'arg': 'str'}, 'none' ]
->
void qmp_ch
On Tue, Feb 15, 2011 at 09:10:43PM +0100, Laurent Vivier wrote:
> Signed-off-by: Laurent Vivier
> ---
> linux-user/strace.c| 12
> linux-user/strace.list |3 +++
> 2 files changed, 15 insertions(+), 0 deletions(-)
Applied to que.
> diff --git a/linux-user/strace.c b/linu
On 02/16/2011 11:04 AM, Jan Kiszka wrote:
On 2011-02-16 10:57, Paolo Bonzini wrote:
On 02/16/2011 10:46 AM, Jan Kiszka wrote:
What should this be good for? The iothread already kicks the vcpu if it
wants to acquire the contended global mutex.
Assuming the VCPU is in the timedwait that Marcelo
Hi,
On Tue, Feb 15, 2011 at 09:10:44PM +0100, Laurent Vivier wrote:
> Syscall parameters are already swapped by the caller.
>
> This patch removes useless tswap() from strace.c
Thanks. Added to next linux-user que.
I modified your patch to have casts to the given printf format
specifiers, so w
On Sun, Feb 13, 2011 at 11:37:33PM +0100, Laurent Vivier wrote:
> This is the v4 of my patch correcting the core dump format.
> (3 versions for patch 2, 3 versions for patch 1 starting at version 2
> of patch 2...)
Thanks, tested to work and added to que.
> v4 adds some long alignments for 64bit
On 2011-02-16 11:27, Paolo Bonzini wrote:
> On 02/16/2011 11:04 AM, Jan Kiszka wrote:
>> On 2011-02-16 10:57, Paolo Bonzini wrote:
>>> On 02/16/2011 10:46 AM, Jan Kiszka wrote:
What should this be good for? The iothread already kicks the vcpu if it
wants to acquire the contended global mu
On 15 February 2011 18:35, Peter Maydell wrote:
> Support the epoll family of syscalls: epoll_create(), epoll_create1(),
> epoll_ctl(), epoll_wait() and epoll_pwait(). Note that epoll_create1()
> and epoll_pwait() are later additions, so we have to test separately
> in configure for their presence
On Wed, Feb 16, 2011 at 10:37:51AM +, Peter Maydell wrote:
> On 15 February 2011 18:35, Peter Maydell wrote:
> > Support the epoll family of syscalls: epoll_create(), epoll_create1(),
> > epoll_ctl(), epoll_wait() and epoll_pwait(). Note that epoll_create1()
> > and epoll_pwait() are later add
On 02/16/2011 11:34 AM, Jan Kiszka wrote:
FWIW, I've rebased most of your patches on top of my outstanding ones
and pushed them to
git://git.kiszka.org/qemu-kvm.git queues/kvm-upstream
Yep, I am waiting for Anthony to actually push it. In the meanwhile I
have it at git://github.com/bonzini/q
Am 14.02.2011 21:17, schrieb Anthony Liguori:
> On 02/10/2011 09:51 AM, Kevin Wolf wrote:
>> The following changes since commit 6c5f738daec123020d32543fe90a6633a4f6643e:
>>
>>microblaze: Handle singlestepping over direct jmps (2011-02-10 00:46:09
>> +0100)
>>
>> are available in the git reposi
On Tue, Feb 15, 2011 at 06:27:44PM +0200, Michael S. Tsirkin wrote:
> e1000 supports multi-buffer packets larger than rxbuf_size.
>
> This fixes the following (on linux):
> - in guest: ifconfig eth1 mtu 16110
> - in host: ifconfig tap0 mtu 16110
>ping -s 16082
>
> Red Hat bugzilla: h
Apologies if you received multiple copies of this message.
=
CALL FOR PAPERS
6th Workshop on
Virtualization in High-Performance Cloud Computing
VHPC'11
as part of Euro-Par 2011, Bordeaux, France
On 14 February 2011 16:47, Christophe Lyon wrote:
>
> These two special values are needed to implement some helper functions, which
> return these values in some cases.
I assume this is for vrecpe, right? I think it would be better
to post this as part of that patchset; it's easier to see the
ra
Hi Nick,
[ Please use "reply to all" so that the CC list is kept intact,
re-adding Stefan ]
Am 15.02.2011 22:26, schrieb Nicholas Thomas:
> Hi Kevin, Stefan.
>
> On Tue, 2011-02-15 at 12:09 +0100, Kevin Wolf wrote:
>> Am 14.02.2011 21:32, schrieb Stefan Hajnoczi:
> [...]
>>> block/nbd.c needs to
On 02/16/2011 12:30 PM, Kevin Wolf wrote:
Am 14.02.2011 21:17, schrieb Anthony Liguori:
On 02/10/2011 09:51 AM, Kevin Wolf wrote:
The following changes since commit 6c5f738daec123020d32543fe90a6633a4f6643e:
microblaze: Handle singlestepping over direct jmps (2011-02-10 00:46:09
+0100)
ar
In passthrough security model, following symbolic links in the server
side could result in TOCTTOU vulnerabilities.
This patchset resolves this issue by creating a dedicated process which
chroots into the share path and all file object access is done in the
chroot environment.
This patchset imple
Add both server & client side interfaces to create regular files in
chroot environment
Signed-off-by: M. Mohan Kumar
---
hw/9pfs/virtio-9p-chroot-sv.c | 41 +
hw/9pfs/virtio-9p-local.c | 21 +++--
2 files changed, 60 insertions(+),
After creating a file object, its permission and ownership details are updated
as per client's request for both passthrough and none security model. But with
chrooted environment its not required for passthrough security model. Move all
post file creation changes to none security model
Signed-off-
Define QEMU side interfaces used for chroot environment.
Signed-off-by: M. Mohan Kumar
---
Makefile.objs |2 +-
hw/9pfs/virtio-9p-chroot-clnt.c | 96 +++
hw/9pfs/virtio-9p-chroot.h |1 +
3 files changed, 98 insertions(+), 1 del
Implement chroot server side interfaces like sending the file
descriptor to qemu process, reading the object request from socket etc.
Also add chroot main function and other helper routines.
Signed-off-by: M. Mohan Kumar
---
Makefile.objs |1 +
hw/9pfs/virtio-9p-chroot-sv.c |
Am 15.02.2011 20:45, schrieb Chunqiang Tang:
>> Chunqiang Tang/Watson/IBM wrote on 01/28/2011 05:13:27 PM:
>> As you requested, I set up a wiki page for FVD at
> http://wiki.qemu.org/Features/FVD
>> . It includes a summary of FVD, a detailed specification of FVD, and a
>> comparison of the design
Add chroot functionality for systemcalls that can operate on a file
using relative directory file descriptor.
Signed-off-by: M. Mohan Kumar
---
hw/9pfs/virtio-9p-local.c | 222 +++--
1 files changed, 192 insertions(+), 30 deletions(-)
diff --git a/hw/9pf
This patch adds both server and client side support to open a file
(directory) in the chroot environment
Signed-off-by: M. Mohan Kumar
---
hw/9pfs/virtio-9p-chroot-clnt.c | 22 +---
hw/9pfs/virtio-9p-chroot-sv.c | 26 +++
hw/9pfs/virtio-9p-chroot.h |2 +
Add both server and client side interfaces to create special files
(directory, device nodes, links and symbolic links)
Signed-off-by: M. Mohan Kumar
---
hw/9pfs/virtio-9p-chroot-clnt.c | 26 ++
hw/9pfs/virtio-9p-chroot-sv.c | 59 ++
hw/9pfs/virtio-9p-chroot.h
Hello,
On Wed, Feb 16, 2011 at 4:13 AM, andrzej zaborowski wrote:
> On 12 February 2011 01:15, Dmitry Eremin-Solenikov
> wrote:
>> Simplify IRQ handling to stop setting an input irq pin. As a win, also get
>> correct IRQ status after save/load cycle.
>
> Thanks, I pushed the three patches from
Hi,
I noticed the following error when trying to run multiple Qemu/KVM
instances:
warning: could not open /dev/net/tun: no virtual network emulation
qemu-kvm: -netdev tap,id=hostnet0: Device 'tap' could not be initialized
Tracing the error showed that returned errno is
On 16.02.2011 12:53, Peter Maydell wrote:
> On 14 February 2011 16:47, Christophe Lyon wrote:
>>
>> These two special values are needed to implement some helper functions,
>> which return these values in some cases.
>
> I assume this is for vrecpe, right? I think it would be better
> to post thi
Add qemu_read_full function
Signed-off-by: M. Mohan Kumar
---
osdep.c | 32
qemu-common.h |2 ++
2 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/osdep.c b/osdep.c
index 327583b..8d84a88 100644
--- a/osdep.c
+++ b/osdep.c
@@ -127,6 +127
On Tue, Feb 15, 2011 at 7:45 PM, Chunqiang Tang wrote:
>> Chunqiang Tang/Watson/IBM wrote on 01/28/2011 05:13:27 PM:
>> As you requested, I set up a wiki page for FVD at
> http://wiki.qemu.org/Features/FVD
>> . It includes a summary of FVD, a detailed specification of FVD, and a
>> comparison of t
Final corrections for IRQ levels that are set by mst_fpga:
* Don't retranslate IRQ if previously IRQ was masked.
* After setting or clearing IRQs through register, apply mask
before setting parent IRQ level.
Signed-off-by: Dmitry Eremin-Solenikov
---
hw/mst_fpga.c |4 ++--
1 files changed
On 02/16/2011 04:24 AM, Avi Kivity wrote:
On 02/16/2011 01:13 AM, Anthony Liguori wrote:
On 02/15/2011 10:26 AM, Chris Wright wrote:
QAPI and QMP
- Anthony adding a new wiki page to describe all of this
http://wiki.qemu.org/Features/QAPI
[ 'change', {'device': 'str', 'target': 'str'}, {'
On 02/16/2011 02:50 AM, Kevin Wolf wrote:
Am 16.02.2011 01:59, schrieb Anthony Liguori:
On 02/15/2011 07:38 AM, Luiz Capitulino wrote:
On Tue, 15 Feb 2011 10:20:01 +0100
Kevin Wolf wrote:
Am 14.02.2011 20:34, schrieb Anthony Liguori:
On 02/14/2011 12:34 PM, Lu
On 15 February 2011 10:49, Adam Lackorzynski wrote:
> Fix selection of target list filter mode.
>
> Signed-off-by: Adam Lackorzynski
> ---
> hw/arm_gic.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/hw/arm_gic.c b/hw/arm_gic.c
> index e6b1953..0e934ec 100644
>
Am 16.02.2011 14:43, schrieb Anthony Liguori:
> On 02/16/2011 02:50 AM, Kevin Wolf wrote:
>> Am 16.02.2011 01:59, schrieb Anthony Liguori:
>>
>>> On 02/15/2011 07:38 AM, Luiz Capitulino wrote:
>>>
On Tue, 15 Feb 2011 10:20:01 +0100
Kevin Wolf wrote:
On 02/16/2011 08:15 AM, Kevin Wolf wrote:
Am 16.02.2011 14:43, schrieb Anthony Liguori:
On 02/16/2011 02:50 AM, Kevin Wolf wrote:
Am 16.02.2011 01:59, schrieb Anthony Liguori:
On 02/15/2011 07:38 AM, Luiz Capitulino wrote:
On Tue, 15 Feb 2011 10:20:01 +0100
Kevin
On 02/16/2011 08:15 AM, Kevin Wolf wrote:
Am 16.02.2011 14:43, schrieb Anthony Liguori:
On 02/16/2011 02:50 AM, Kevin Wolf wrote:
Am 16.02.2011 01:59, schrieb Anthony Liguori:
On 02/15/2011 07:38 AM, Luiz Capitulino wrote:
On Tue, 15 Feb 2011 10:20:01 +0100
Kevin
On (Tue) 15 Feb 2011 [17:13:13], Anthony Liguori wrote:
> On 02/15/2011 10:26 AM, Chris Wright wrote:
> >
> >revisit new -> old migration
> >- Amit offers virtio-serial patches and some legwork
>
> So, to me, migration correctness trumps compatibility. I don't
> think compatibility is useful if
On 02/16/2011 08:39 AM, Amit Shah wrote:
On (Tue) 15 Feb 2011 [17:13:13], Anthony Liguori wrote:
On 02/15/2011 10:26 AM, Chris Wright wrote:
revisit new -> old migration
- Amit offers virtio-serial patches and some legwork
So, to me, migration correctness trumps compatibili
On Tue, Feb 15, 2011 at 09:39:54AM +0100, Tristan Gingold wrote:
> Handle option '-icount X' on powerpc targets.
I've applied this one, thanks.
>
> Signed-off-by: Tristan Gingold
> ---
> target-ppc/translate_init.c | 42 ++
> 1 files changed, 42 inser
On 02/16/2011 06:00 AM, Paolo Bonzini wrote:
On 02/16/2011 12:30 PM, Kevin Wolf wrote:
Am 14.02.2011 21:17, schrieb Anthony Liguori:
On 02/10/2011 09:51 AM, Kevin Wolf wrote:
The following changes since commit
6c5f738daec123020d32543fe90a6633a4f6643e:
microblaze: Handle singlestepping ov
From: Christophe Lyon
These 2 patches fix the ARM Neon vrecpe instruction by matching the
algorithm descibed in the ARM ARM.
With these patches, qemu passes my ARM/Neon tests.
Patch #1 modifies softfloat by exporting float32_nan and
float32_infinity. For consistency, I have also moved all the
t
From: Christophe Lyon
These two special values are needed to implement some helper
functions, which return these values in some cases.
This patch also moves the definitions of default_nan for 16, 64, x80
and 128 bits floats for consistency with float32.
Signed-off-by: Christophe Lyon
---
fpu/
From: Christophe Lyon
Now use the same algorithm as described in the ARM ARM.
Signed-off-by: Christophe Lyon
---
target-arm/helper.c | 84 +++---
1 files changed, 72 insertions(+), 12 deletions(-)
diff --git a/target-arm/helper.c b/target-arm/help
** Changed in: linux (Ubuntu)
Status: Fix Committed => 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/688085
Title:
Guest kernel hang during boot when KVM is active on i386 host
On 15 February 2011 10:49, Adam Lackorzynski wrote:
> Implement VA->PA translations by cp15-c7 that went through unchanged
> previously.
> + uint32_t c7_par; /* Translation result. */
I think this new env field needs extra code so it is saved
and loaded by machine.c:cpu_save() and cpu_lo
On 01/17/11 14:14, Michael Roth wrote:
> These patches apply to master (1-14-2011), and can also be obtained from:
> git://repo.or.cz/qemu/mdroth.git virtagent_v6
>
> CHANGES IN V6:
>
> - Added a sentinel value to reliably detect the start of an "http" hdr. Used
> to skip past partially sent ht
Using 0.14.0-rc2 it looks like a SPICE pid file is left over in /dev/shm, ie
spice.10005, after qemu closes.
On 02/16/2011 10:28 AM, Rick Vernam wrote:
Using 0.14.0-rc2 it looks like a SPICE pid file is left over in /dev/shm, ie
spice.10005, after qemu closes.
I think that's coming from libspice, not QEMU.
Regards,
Anthony Liguori
On 16 February 2011 14:51, wrote:
Your corner case handling isn't quite right, I'm afraid.
> float32 HELPER(recpe_f32)(float32 a, CPUState *env)
> {
> - float_status *s = &env->vfp.fp_status;
> - float32 one = int32_to_float32(1, s);
> - return float32_div(one, a, s);
> + float_st
On 02/16/11 17:37, Anthony Liguori wrote:
On 02/16/2011 10:28 AM, Rick Vernam wrote:
Using 0.14.0-rc2 it looks like a SPICE pid file is left over in
/dev/shm, ie
spice.10005, after qemu closes.
I think that's coming from libspice, not QEMU.
Indeed. It isn't a pidfile, it is a shared memory
On 16 February 2011 14:51, wrote:
> From: Christophe Lyon
>
> These two special values are needed to implement some helper
> functions, which return these values in some cases.
>
> This patch also moves the definitions of default_nan for 16, 64, x80
> and 128 bits floats for consistency with flo
On 16.02.2011 17:54, Peter Maydell wrote:
> On 16 February 2011 14:51, wrote:
>> From: Christophe Lyon
>>
>> These two special values are needed to implement some helper
>> functions, which return these values in some cases.
>>
>> This patch also moves the definitions of default_nan for 16, 64,
On 02/16/2011 10:52 AM, Gerd Hoffmann wrote:
On 02/16/11 17:37, Anthony Liguori wrote:
On 02/16/2011 10:28 AM, Rick Vernam wrote:
Using 0.14.0-rc2 it looks like a SPICE pid file is left over in
/dev/shm, ie
spice.10005, after qemu closes.
I think that's coming from libspice, not QEMU.
Indee
Hi,
Indeed. It isn't a pidfile, it is a shared memory segment where spice
stores statistics. spice registers a cleanup handler via atexit()
which removes this
fork() with an inherited pipe and then waiting for EOF on the pipe() is
a bit more robust of a mechanism to handle this.
Feels a bi
On 02/16/11 17:52, Gerd Hoffmann wrote:
On 02/16/11 17:37, Anthony Liguori wrote:
On 02/16/2011 10:28 AM, Rick Vernam wrote:
Using 0.14.0-rc2 it looks like a SPICE pid file is left over in
/dev/shm, ie
spice.10005, after qemu closes.
I think that's coming from libspice, not QEMU.
Indeed. It
On 02/16/2011 10:04 AM, Jes Sorensen wrote:
On 01/17/11 14:14, Michael Roth wrote:
These patches apply to master (1-14-2011), and can also be obtained from:
git://repo.or.cz/qemu/mdroth.git virtagent_v6
CHANGES IN V6:
- Added a sentinel value to reliably detect the start of an "http" hdr. Us
From: Christophe Lyon
These 3 patches fix the ARM Neon vrecpe and vrsqrte instructions by
matching the algorithms descibed in the ARM ARM.
With these patches, qemu passes my ARM/Neon tests.
Patch #1 modifies softfloat by exporting float32_default_nan and
float32_infinity. For consistency, I hav
From: Christophe Lyon
These special values are needed to implement some helper functions,
which return these values in some cases.
This patch also moves the definitions of default_nan for 16, 64, x80
and 128 bits floats for consistency with float32.
Signed-off-by: Christophe Lyon
---
fpu/soft
From: Christophe Lyon
Now use the same algorithm as described in the ARM ARM.
Signed-off-by: Christophe Lyon
---
target-arm/helper.c | 122 ++
1 files changed, 112 insertions(+), 10 deletions(-)
diff --git a/target-arm/helper.c b/target-arm/hel
From: Christophe Lyon
Now use the same algorithm as described in the ARM ARM.
Signed-off-by: Christophe Lyon
---
target-arm/helper.c | 84 +++---
1 files changed, 72 insertions(+), 12 deletions(-)
diff --git a/target-arm/helper.c b/target-arm/help
Reverse mode is unusable:
qemu -vnc localhost:5500,reverse
crashes in vnc_refresh_server_surface because some pointers are NULL.
Fix this by calling vnc_dpy_resize (which initializes these pointers)
before calling vnc_refresh.
Cc: Anthony Liguori
Signed-off-by: Stefan Weil
---
ui/vnc
Am 24.01.2011 19:04, schrieb Stefan Weil:
Replace endianess -> endianness.
Signed-off-by: Stefan Weil
---
audio/sdlaudio.c | 20 ++--
block/vdi.c |4 ++--
hw/xilinx_ethlite.c |2 +-
target-microblaze/translate.c |2 +-
Load an optional QEMU icon file. If there is no icon file named
qemu.bmp in QEMU's default search path, QEMU will run with
the usual system default icon.
A matching icon file will be loaded and used by X Windows managers
or MS Windows while a QEMU instance is running.
SDL requires icon files in
On 02/16/2011 01:48 PM, Stefan Weil wrote:
Reverse mode is unusable:
qemu -vnc localhost:5500,reverse
crashes in vnc_refresh_server_surface because some pointers are NULL.
Fix this by calling vnc_dpy_resize (which initializes these pointers)
before calling vnc_refresh.
Cc: Anthony Lig
Am 04.02.2011 16:27, schrieb Markus Armbruster:
Anthony Liguori writes:
On 02/02/2011 01:28 PM, Stefan Weil wrote:
[...]
[PATCH 1/3] tests: Fix two memory leaks
(http://patchwork.ozlabs.org/patch/79945/)
[PATCH 2/3] check-qdict: Fix possible crash
(http://patchwork
Stefan Weil writes:
> Am 04.02.2011 16:27, schrieb Markus Armbruster:
>> Anthony Liguori writes:
>>
>>
>>> On 02/02/2011 01:28 PM, Stefan Weil wrote:
>>>
>> [...]
>>
[PATCH 1/3] tests: Fix two memory leaks
(http://patchwork.ozlabs.org/patch/79945/)
>>
>>>
Qemu is crashing for me. Bisecting the code I found this here as the
reason. Stepping one commit further into the past does not cause the crash.
6792a57bf19ab37f61f5acf0f8e3003cf08814af is the first bad commit
commit 6792a57bf19ab37f61f5acf0f8e3003cf08814af
Author: Jan Kiszka
Date: Mon Feb 7
On 2011-02-16 23:18, Stefan Berger wrote:
> Qemu is crashing for me. Bisecting the code I found this here as the
> reason. Stepping one commit further into the past does not cause the crash.
>
> 6792a57bf19ab37f61f5acf0f8e3003cf08814af is the first bad commit
> commit 6792a57bf19ab37f61f5acf0f8e30
On Tue, 2011-02-15 at 18:27 +0200, Michael S. Tsirkin wrote:
> e1000 supports multi-buffer packets larger than rxbuf_size.
>
> This fixes the following (on linux):
> - in guest: ifconfig eth1 mtu 16110
> - in host: ifconfig tap0 mtu 16110
>ping -s 16082
>
> Red Hat bugzilla: https://
Hi all,
I have proposed an idea of GSOC 2011 about adding KVM support to MIPS
architecture. I have solid experience on MIPS architecture and
familiar with qemu. I am very interested in this project.
According to the GSOC, there should be a mentor to each participating
project. Is there anyone int
On 02/16/2011 05:45 PM, Jan Kiszka wrote:
On 2011-02-16 23:18, Stefan Berger wrote:
Qemu is crashing for me. Bisecting the code I found this here as the
reason. Stepping one commit further into the past does not cause the crash.
6792a57bf19ab37f61f5acf0f8e3003cf08814af is the first bad commit
c
Good day!
I'm working on support early debug of omap platform in qemu.
Right now i'm succesfully added support for loading custom bootrom
from file (like an -bios and -L options for PC)
But i'm have problems, bcoz omap3 have bootrom at two places: at
0x40014000 and at 0x14000
So, when i'm allocat
Best regards,
Anton Kochkov.
Good day!
I'm working on support early debug of omap platform in qemu.
Right now i'm succesfully added support for loading custom bootrom
from file (like an -bios and -L options for PC)
But i'm have problems, bcoz omap3 have bootrom at two places: at
0x40014000 and
On 02/16/2011 07:35 PM, Stefan Berger wrote:
On 02/16/2011 05:45 PM, Jan Kiszka wrote:
On 2011-02-16 23:18, Stefan Berger wrote:
Qemu is crashing for me. Bisecting the code I found this here as the
reason. Stepping one commit further into the past does not cause the
crash.
6792a57bf19ab37f61
Fix regression caused by qdev conversion.
Signed-off-by: Marcelo Tosatti
diff --git a/hw/vmport.c b/hw/vmport.c
index 292d78f..38ec259 100644
--- a/hw/vmport.c
+++ b/hw/vmport.c
@@ -43,15 +43,15 @@ typedef struct _VMPortState
void *opaque[VMPORT_ENTRIES];
} VMPortState;
-static VMPortSt
Fix regression caused by qdev conversion.
Signed-off-by: Marcelo Tosatti
v2: pass correct register_ioport parameter
diff --git a/hw/vmport.c b/hw/vmport.c
index 292d78f..19010e4 100644
--- a/hw/vmport.c
+++ b/hw/vmport.c
@@ -43,15 +43,15 @@ typedef struct _VMPortState
void *opaque[VMPORT_E
On Wed, Feb 16, 2011 at 10:32:25AM +0100, Paolo Bonzini wrote:
> On 02/15/2011 09:56 PM, Marcelo Tosatti wrote:
> >Note: to be applied to uq/master.
> >
> >In icount mode, halt emulation should take into account the nearest
> >event when sleeping.
>
> I agree with Jan that this patch is not the be
96 matches
Mail list logo