Re: [Qemu-discuss] Uncaught target signal 11 (Segmentation fault) - core dumped

2014-09-22 Thread Mauro Molinari
Il 19/09/2014 16:29, Peter Maydell ha scritto: On 19 September 2014 00:32, Mauro Molinari wrote: qemu: uncaught target signal 11 (Segmentation fault) - core dumped Segmentation fault followed by other error messages saying that the child process (the build one) failed. This doesn't inherently

Re: [Qemu-discuss] need help in setting up tap networking for using qemu virtual machine

2014-09-22 Thread Chan Kim
Hi, Jacob, Thanks for replying. I checked against your suggested 'possible cause' list. > - The host is really running a firewall, which you have not turned > off The host is not running firewall. > - Your physical ethernet switch is configured to only allow one MAC > address on the port tha

Re: [Qemu-discuss] need help in setting up tap networking for using qemu virtual machine

2014-09-22 Thread Chan Kim
Hi, Jacob, Thanks for replying. I checked against your suggested 'possible cause' list. > - The host is really running a firewall, which you have not turned > off The host is not running firewall. > - Your physical ethernet switch is configured to only allow one MAC > address on the por

Re: [Qemu-discuss] Uncaught target signal 11 (Segmentation fault) - core dumped

2014-09-22 Thread Peter Maydell
On 22 September 2014 00:10, Mauro Molinari wrote: > I see... so, the "qemu:" prefix doesn't mean the error comes from QEMU... > It's just strange that a standard Debian package does not build. Not everything will run under QEMU, our emulation has weak spots. The most common one is where the progr

[Qemu-discuss] support ARM V8

2014-09-22 Thread Ronen Meir
Hi, Is there a scheduled release update to support ARM v8 architecture? Best regards, Ronen Meir

Re: [Qemu-discuss] support ARM V8

2014-09-22 Thread Peter Maydell
On 22 September 2014 07:08, Ronen Meir wrote: > Is there a scheduled release update to support ARM v8 architecture? Er, it's already supported. linux-user mode works from 2.0, and system emulation from 2.1. -- PMM