Re: [Qemu-devel] [PATCH] net: Add persistent flag to -net tap option

2014-12-20 Thread Roy Vardi
Hi Stefan, When using "-net tap" flag today, the tap interface is not released on shutdown. This is the default behavior and I'm not breaking it. Running with "-net tap persistent=off " will cause the interface to be released on shutdown, and running with "-net tap persistent=on " (or withou

[Qemu-devel] [Bug 1319100] Re: qemu-arm-static bug in signal handling avoids using mono

2014-12-20 Thread Bug Watch Updater
** Changed in: qemu-kvm (Debian) Status: Unknown => Confirmed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1319100 Title: qemu-arm-static bug in signal handling avoids using mono Status in

[Qemu-devel] [PATCH] target-mips: Make CP0.Status.CU1 read-only for the 5Kc and 5KEc processors

2014-12-20 Thread Maciej W. Rozycki
Signed-off-by: Maciej W. Rozycki --- Hi, As we discussed previously, please apply. [This got stuck in postponed e-mail, I thought I had sent it already.] Maciej qemu-mips-5kc-cu1.diff Index: qemu-git-trunk/target-mips/translate_init.c ===

Re: [Qemu-devel] [PULL v2 0/7] s390x patches for 2.3

2014-12-20 Thread Peter Maydell
On 18 December 2014 at 16:34, Cornelia Huck wrote: > Next try for s390x updates. The previous build failures should be > fixed now. Still not building on w32, I'm afraid. I think most of this is run-on error from using __uint16_t &c rather than uint16_t &c. You also have a bunch of 64 bit consta

Re: [Qemu-devel] [PULL 0/1] update ipxe from 69313ed to 35c5379

2014-12-20 Thread Peter Maydell
On 17 December 2014 at 14:47, Gerd Hoffmann wrote: > Hi, > > Gonglei asked for a ipxe update to pick up a bugfix, so here we go! > > please pull, > Gerd > > The following changes since commit dfa9c2a0f4d0a0c8b2c1449ecdbb1297427e1560: > > Merge remote-tracking branch 'remotes/bonzini/tags/for

Re: [Qemu-devel] [PATCH 0/2] cpu->exception_index fixes

2014-12-20 Thread Peter Maydell
On 19 December 2014 at 11:53, Paolo Bonzini wrote: > Two fixes for cpu->exception_index: > > - breakage of linux-user from commit e511b4d > > - wrong subsection definition in 2.2 (see patch 2) > > Paolo > > Paolo Bonzini (2): > cpu: initialize cpu->exception_index on reset > exec: change defau

Re: [Qemu-devel] [PATCH 9/9] target-ppc: Introduce Privileged TM Noops

2014-12-20 Thread Tom Musta
On 12/19/2014 4:20 AM, Fam Zheng wrote: > On Thu, 12/18 10:34, Tom Musta wrote: >> Add the supervisory Transactional Memory instructions treclaim. and >> trechkpt. The implementation is a degenerate one that simply >> checks privileged state, TM availability and then sets CR[0] to >> 0b, just

[Qemu-devel] [Bug 1319100] Re: qemu-arm-static bug in signal handling avoids using mono

2014-12-20 Thread Daniel Llewellyn
** Project changed: qemu => qemu-kvm (Ubuntu) ** Also affects: qemu Importance: Undecided Status: New ** Bug watch added: Debian Bug tracker #748043 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748043 ** Also affects: qemu-kvm (Debian) via http://bugs.debian.org/cgi-bin/bugre

[Qemu-devel] [Bug 1319100] Re: qemu-arm-static bug in signal handling avoids using mono

2014-12-20 Thread Daniel Llewellyn
** Tags added: trusty -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1319100 Title: qemu-arm-static bug in signal handling avoids using mono Status in QEMU: New Status in qemu-kvm package in Ubun

Re: [Qemu-devel] [PATCH] target-s390x: Add Extract PSW instruction

2014-12-20 Thread Bastian Koppelmann
On 12/19/2014 09:15 PM, Richard Henderson wrote: On 12/17/2014 10:17 AM, Bastian Koppelmann wrote: +tcg_gen_andi_tl(regs[r1], regs[r1], ~0xull); +tcg_gen_or_tl(regs[r1], regs[r1], tmp); This is store_reg32_i64. But just reminds me that I've got patches for 8 missing insns outs