Re: [Qemu-devel] [TestDays] s390x emulation error

2011-11-21 Thread Andreas Färber
Am 18.11.2011 16:33, schrieb Alexander Graf: On 10.11.2011, at 10:32, Andreas Färber wrote: Am 09.11.2011 23:53, schrieb Andreas Färber: I get the following error: $ s390x-softmmu/qemu-system-s390x qemu-system-s390x: Guest moved used index from 0 to 47802 Now with -kernel and -drive

Re: [Qemu-devel] [TestDays] s390x emulation error

2011-11-18 Thread Andreas Färber
Am 12.11.2011 11:08, schrieb Andreas Färber: Am 10.11.2011 12:29, schrieb Andreas Färber: Am 10.11.2011 11:32, schrieb Alexander Graf: On 10.11.2011, at 10:53, Andreas Färber afaer...@suse.de wrote: Is there a known issue with running multiple instances of qemu-system-s390x? I got a hang on

Re: [Qemu-devel] [TestDays] s390x emulation error

2011-11-18 Thread Alexander Graf
On 10.11.2011, at 10:32, Andreas Färber wrote: Am 09.11.2011 23:53, schrieb Andreas Färber: I get the following error: $ s390x-softmmu/qemu-system-s390x qemu-system-s390x: Guest moved used index from 0 to 47802 Now with -kernel and -drive if=virtio on s390-next I got the following

Re: [Qemu-devel] [TestDays] s390x emulation error

2011-11-14 Thread Andreas Färber
Am 10.11.2011 13:36, schrieb Alexander Graf: On 10.11.2011, at 12:29, Andreas Färber afaer...@suse.de wrote: Am 10.11.2011 11:32, schrieb Alexander Graf: On 10.11.2011, at 10:53, Andreas Färber afaer...@suse.de wrote: Is there a known issue with running multiple instances of

Re: [Qemu-devel] [TestDays] s390x emulation error

2011-11-14 Thread Alexander Graf
On 11/14/2011 06:29 PM, Andreas Färber wrote: Am 10.11.2011 13:36, schrieb Alexander Graf: On 10.11.2011, at 12:29, Andreas Färberafaer...@suse.de wrote: Am 10.11.2011 11:32, schrieb Alexander Graf: On 10.11.2011, at 10:53, Andreas Färberafaer...@suse.de wrote: Is there a known issue

Re: [Qemu-devel] [TestDays] s390x emulation error

2011-11-14 Thread Paolo Bonzini
On 11/14/2011 06:36 PM, Alexander Graf wrote: Hrm. Paolo, any idea? Sorry for asking the obvious, but can it be bisected? Paolo

Re: [Qemu-devel] [TestDays] s390x emulation error

2011-11-14 Thread Andreas Färber
Am 13.11.2011 09:48, schrieb Paolo Bonzini: On 11/12/2011 11:08 AM, Andreas Färber wrote: I found that the following main-loop change works around it for s390x and rl78 but breaks x86_64 SeaBIOS boot. Paolo, any ideas? diff --git a/main-loop.c b/main-loop.c index 60e9748..2ab5023 100644 ---

Re: [Qemu-devel] [TestDays] s390x emulation error

2011-11-13 Thread Paolo Bonzini
On 11/12/2011 11:08 AM, Andreas Färber wrote: diff --git a/main-loop.c b/main-loop.c index 60e9748..2ab5023 100644 --- a/main-loop.c +++ b/main-loop.c @@ -460,7 +460,7 @@ int main_loop_wait(int nonblocking) } glib_select_poll(rfds,wfds,xfds, (ret 0)); -

Re: [Qemu-devel] [TestDays] s390x emulation error

2011-11-12 Thread Andreas Färber
Am 10.11.2011 12:29, schrieb Andreas Färber: Am 10.11.2011 11:32, schrieb Alexander Graf: On 10.11.2011, at 10:53, Andreas Färber afaer...@suse.de wrote: Is there a known issue with running multiple instances of qemu-system-s390x? I got a hang on openSUSE 12.1 RC2 x86_64 host:

Re: [Qemu-devel] [TestDays] s390x emulation error

2011-11-12 Thread Stefan Weil
Am 12.11.2011 11:08, schrieb Andreas Färber: Am 10.11.2011 12:29, schrieb Andreas Färber: I found that the following main-loop change works around it for s390x and rl78 but breaks x86_64 SeaBIOS boot. Paolo, any ideas? diff --git a/main-loop.c b/main-loop.c index 60e9748..2ab5023 100644 ---

Re: [Qemu-devel] [TestDays] s390x emulation error

2011-11-12 Thread Alexander Graf
On 12.11.2011, at 11:40, Stefan Weil s...@weilnetz.de wrote: Am 12.11.2011 11:08, schrieb Andreas Färber: Am 10.11.2011 12:29, schrieb Andreas Färber: I found that the following main-loop change works around it for s390x and rl78 but breaks x86_64 SeaBIOS boot. Paolo, any ideas? diff

Re: [Qemu-devel] [TestDays] s390x emulation error

2011-11-10 Thread Andreas Färber
Am 09.11.2011 23:53, schrieb Andreas Färber: I get the following error: $ s390x-softmmu/qemu-system-s390x qemu-system-s390x: Guest moved used index from 0 to 47802 Now with -kernel and -drive if=virtio on s390-next I got the following fatal error during installation of SLES 11 SP2 Beta8:

Re: [Qemu-devel] [TestDays] s390x emulation error

2011-11-10 Thread Andreas Färber
Is there a known issue with running multiple instances of qemu-system-s390x? I got a hang on openSUSE 12.1 RC2 x86_64 host: 0x7f0de7f698d4 in __lll_lock_wait () from /lib64/libpthread.so.0 (gdb) bt #0 0x7f0de7f698d4 in __lll_lock_wait () from /lib64/libpthread.so.0 #1 0x7f0de7f651c5

Re: [Qemu-devel] [TestDays] s390x emulation error

2011-11-10 Thread Alexander Graf
On 10.11.2011, at 10:32, Andreas Färber afaer...@suse.de wrote: Am 09.11.2011 23:53, schrieb Andreas Färber: I get the following error: $ s390x-softmmu/qemu-system-s390x qemu-system-s390x: Guest moved used index from 0 to 47802 Now with -kernel and -drive if=virtio on s390-next I got

Re: [Qemu-devel] [TestDays] s390x emulation error

2011-11-10 Thread Alexander Graf
On 10.11.2011, at 10:53, Andreas Färber afaer...@suse.de wrote: Is there a known issue with running multiple instances of qemu-system-s390x? I got a hang on openSUSE 12.1 RC2 x86_64 host: 0x7f0de7f698d4 in __lll_lock_wait () from /lib64/libpthread.so.0 (gdb) bt #0 0x7f0de7f698d4

Re: [Qemu-devel] [TestDays] s390x emulation error

2011-11-10 Thread Andreas Färber
Am 10.11.2011 11:32, schrieb Alexander Graf: On 10.11.2011, at 10:53, Andreas Färber afaer...@suse.de wrote: Is there a known issue with running multiple instances of qemu-system-s390x? I got a hang on openSUSE 12.1 RC2 x86_64 host: 0x7f0de7f698d4 in __lll_lock_wait () from

Re: [Qemu-devel] [TestDays] s390x emulation error

2011-11-10 Thread Alexander Graf
On 10.11.2011, at 12:29, Andreas Färber afaer...@suse.de wrote: Am 10.11.2011 11:32, schrieb Alexander Graf: On 10.11.2011, at 10:53, Andreas Färber afaer...@suse.de wrote: Is there a known issue with running multiple instances of qemu-system-s390x? I got a hang on openSUSE 12.1 RC2

[Qemu-devel] [TestDays] s390x emulation error

2011-11-09 Thread Andreas Färber
Hello, I get the following error: $ s390x-softmmu/qemu-system-s390x qemu-system-s390x: Guest moved used index from 0 to 47802 Same if specifying SLES 11 SP2 Beta8 DVD .iso via -cdrom. First time trying it, am I missing anything? The error message is not really telling either way and should be

Re: [Qemu-devel] [TestDays] s390x emulation error

2011-11-09 Thread Andreas Färber
Am 09.11.2011 23:53, schrieb Andreas Färber: I get the following error: $ s390x-softmmu/qemu-system-s390x qemu-system-s390x: Guest moved used index from 0 to 47802 This is coming from hw/virtio.c: static int virtqueue_num_heads(VirtQueue *vq, unsigned int idx) { uint16_t num_heads =

Re: [Qemu-devel] [TestDays] s390x emulation error

2011-11-09 Thread Alexander Graf
Am 09.11.2011 um 23:53 schrieb Andreas Färber afaer...@suse.de: Hello, I get the following error: $ s390x-softmmu/qemu-system-s390x qemu-system-s390x: Guest moved used index from 0 to 47802 Same if specifying SLES 11 SP2 Beta8 DVD .iso via -cdrom. First time trying it, am I

Re: [Qemu-devel] [TestDays] s390x emulation error

2011-11-09 Thread Andreas Färber
Am 10.11.2011 00:18, schrieb Alexander Graf: Am 09.11.2011 um 23:53 schrieb Andreas Färber afaer...@suse.de: I get the following error: $ s390x-softmmu/qemu-system-s390x qemu-system-s390x: Guest moved used index from 0 to 47802 Same if specifying SLES 11 SP2 Beta8 DVD .iso via -cdrom.

Re: [Qemu-devel] [TestDays] s390x emulation error

2011-11-09 Thread Alexander Graf
Am 10.11.2011 um 00:17 schrieb Andreas Färber afaer...@suse.de: Am 09.11.2011 23:53, schrieb Andreas Färber: I get the following error: $ s390x-softmmu/qemu-system-s390x qemu-system-s390x: Guest moved used index from 0 to 47802 This is coming from hw/virtio.c: static int

Re: [Qemu-devel] [TestDays] s390x emulation error

2011-11-09 Thread Alexander Graf
Am 10.11.2011 um 00:20 schrieb Andreas Färber afaer...@suse.de: Am 10.11.2011 00:18, schrieb Alexander Graf: Am 09.11.2011 um 23:53 schrieb Andreas Färber afaer...@suse.de: I get the following error: $ s390x-softmmu/qemu-system-s390x qemu-system-s390x: Guest moved used index from 0 to

Re: [Qemu-devel] [TestDays] s390x emulation error

2011-11-09 Thread Andreas Färber
Am 10.11.2011 00:21, schrieb Alexander Graf: Am 10.11.2011 um 00:20 schrieb Andreas Färber afaer...@suse.de: Am 10.11.2011 00:18, schrieb Alexander Graf: Am 09.11.2011 um 23:53 schrieb Andreas Färber afaer...@suse.de: I get the following error: $ s390x-softmmu/qemu-system-s390x

Re: [Qemu-devel] [TestDays] s390x emulation error

2011-11-09 Thread Alexander Graf
On 10.11.2011, at 00:23, Andreas Färber wrote: Am 10.11.2011 00:21, schrieb Alexander Graf: Am 10.11.2011 um 00:20 schrieb Andreas Färber afaer...@suse.de: Am 10.11.2011 00:18, schrieb Alexander Graf: Am 09.11.2011 um 23:53 schrieb Andreas Färber afaer...@suse.de: I get the following