Re: [Qemu-devel] Integrating Dynamips and GNS3 UDP tunnels (Patches)

2011-10-08 Thread Benjamin
On 10/07/11 10:35, Jan Kiszka wrote: You should send out the changes as proper patch series, rebased on current git head. See http://wiki.qemu.org/Contribute/SubmitAPatch for further requirements. And make sure that no patch breaks the build so that bisectability is preserved. Jan Tested

[Qemu-devel] usb_packet_complete assert(p-owner != NULL)

2011-10-08 Thread Stefan Hajnoczi
Hi, I hit an assertion in hw/usb.c when passing through a host USB device on qemu.git/master (e4fc8781db7c49b0c5ac5d24762e17c59dfe0871). This device has never worked before and I was curious to see how qemu.git/master would do. The assertion is: void usb_packet_complete(USBDevice *dev, USBPacket

Re: [Qemu-devel] Integrating Dynamips and GNS3 UDP tunnels (Patches)

2011-10-08 Thread Jan Kiszka
On 2011-10-08 19:31, Benjamin wrote: On 10/07/11 10:35, Jan Kiszka wrote: You should send out the changes as proper patch series, rebased on current git head. See http://wiki.qemu.org/Contribute/SubmitAPatch for further requirements. And make sure that no patch breaks the build so that

Re: [Qemu-devel] Integrating Dynamips and GNS3 UDP tunnels (Patches)

2011-10-08 Thread Stefan Weil
Am 08.10.2011 19:31, schrieb Benjamin: diff --git a/net/udp.c b/net/udp.c new file mode 100644 index 000..7b4b702 --- /dev/null +++ b/net/udp.c @@ -0,0 +1,140 @@ +/* + * QEMU System Emulator What about using a title which matches better? Maybe 'UDP tunnel' or something like that? + * +

Re: [Qemu-devel] segfault on current HEAD, qemu-system-arm

2011-10-08 Thread Blue Swirl
On Wed, Oct 5, 2011 at 1:22 PM, Peter Maydell peter.mayd...@linaro.org wrote: On 2 October 2011 19:44, Blue Swirl blauwir...@gmail.com wrote: Bah, bug in bccd9ec5f098668576342c83d90d6d6833d61d33, target-arm/op_helper.c missed this change unlike all other targets: diff --git

Re: [Qemu-devel] [PULL 00/64] ppc patch queue 2011-10-06

2011-10-08 Thread Blue Swirl
On Thu, Oct 6, 2011 at 8:05 AM, Alexander Graf ag...@suse.de wrote: Hi Blue, This is my current patch queue for ppc. Please pull. Thanks, pulled. This fixes PPC boot, also nographic works. Alex The following changes since commit e4fc8781db7c49b0c5ac5d24762e17c59dfe0871:  Stefan Hajnoczi

Re: [Qemu-devel] [RFC] 1.0 release schedule adjustment (spreading out RCs)

2011-10-08 Thread Blue Swirl
On Thu, Oct 6, 2011 at 3:26 PM, Anthony Liguori aligu...@us.ibm.com wrote: Hi, I'm trying to map out the 1.1 release using the same formula as the 1.0 release.  To make things work a bit better, I'd like to adjust the -rc schedule a bit. Namely: | 2011-11-01 | Freeze master |- |

Re: [Qemu-devel] [PATCH] tcg: Introduce TCGReg for all TCG hosts (fixes build for s390 hosts)

2011-10-08 Thread Blue Swirl
On Fri, Oct 7, 2011 at 6:26 PM, Stefan Weil s...@weilnetz.de wrote: Am 07.10.2011 20:13, schrieb Richard Henderson: On 10/07/2011 11:00 AM, Stefan Weil wrote: +#define TCGReg int /* TODO: Remove this line when tcg-target.c uses TCGReg. */ Nack. This is too ugly to live. Fully agree.

Re: [Qemu-devel] [PATCH 08/26] Sparc: fix coding style

2011-10-08 Thread Blue Swirl
On Fri, Oct 7, 2011 at 12:26 PM, Dong Xu Wang wdon...@linux.vnet.ibm.com wrote: I checked the patch with ./scripts/checkpatch.pl, and met errors and warnings: total: 10 errors, 46 warnings, 2195 lines checked I think if the patch makes checkpatch happy, it will be better. :). I get this

[Qemu-devel] Conversation with Victoria Bennett and others

2011-10-08 Thread Victoria Bennett
We have Good news you've been picked to be an official Apple product tester! The products will be shipped Fed-Ex. After testing is completed you will keep the products! All you have to do click on your special link http://chosentesters.com then follow the simple instructions to get started.

Re: [Qemu-devel] [PATCH] hw/9pfs: Use ioeventfd for 9p

2011-10-08 Thread Stefan Hajnoczi
On Fri, Oct 7, 2011 at 7:28 AM, Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com wrote: With ioeventfd: [root@qemu-img-64 storage]# dd if=/dev/zero of=/storage/testx bs=8k count=131072 oflag=direct 131072+0 records in 131072+0 records out 1073741824 bytes (1.1 GB) copied, 26.767 s, 40.1

Re: [Qemu-devel] [PATCH 1/2] hw/9pfs: Add new virtfs option cache=writethrough to skip host page cache

2011-10-08 Thread Stefan Hajnoczi
On Fri, Oct 7, 2011 at 7:46 AM, Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com wrote: cache=writethrough implies the file are opened in the host with O_SYNC open flag Signed-off-by: Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com ---  fsdev/file-op-9p.h         |    1 +  

Re: [Qemu-devel] [PATCH] qemu-kvm: Restore VAPIC option ROM installation

2011-10-08 Thread Jan Kiszka
On 2011-10-07 09:03, Jan Kiszka wrote: Still needed but was accidentally removed by 8bc62bc6be. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- As the guilty patch is only in next so far, you may also fold this one in. hw/pc.c |4 1 files changed, 4 insertions(+), 0

Re: [Qemu-devel] [PATCH] Make cpu_single_env thread local (Linux only for now)

2011-10-08 Thread Paolo Bonzini
On 10/07/2011 07:29 PM, David Gilbert wrote: Hmm this got a bit more complex than the original patch; still it covers a lot more bases. Should this also replace the THREAD that's defined in linux-user/qemu.h and bsd-user/qemu.h (that is __thread if built with NPTL)? It seems to only be there

Re: [Qemu-devel] [Question] dump memory when host pci device is used by guest

2011-10-08 Thread Richard W.M. Jones
On Fri, Oct 07, 2011 at 12:16:07PM +0200, Jan Kiszka wrote: On 2011-10-07 11:46, Wen Congyang wrote: Currently, virsh dump uses monitor command migrate to dump guest's memory to file, and we can use crash to analyze the file. Unfortunately, virsh dump can not work if guest uses host pci

Re: [Qemu-devel] [PATCH 0/6] Alpha system emulation, v11

2011-10-08 Thread Blue Swirl
On Sat, Oct 1, 2011 at 3:22 PM, Richard Henderson r...@twiddle.net wrote: Ping 2. On 09/27/2011 08:32 AM, Richard Henderson wrote: Ping. On 09/22/2011 09:04 AM, Edgar E. Iglesias wrote: On Thu, Sep 22, 2011 at 08:30:43AM -0700, Richard Henderson wrote: Changes v10 - v11:   * Fixes for

Re: [Qemu-devel] [PATCH 0/6] Alpha system emulation, v11

2011-10-08 Thread Richard Henderson
On 10/08/2011 08:37 AM, Blue Swirl wrote: On Sat, Oct 1, 2011 at 3:22 PM, Richard Henderson r...@twiddle.net wrote: Ping 2. On 09/27/2011 08:32 AM, Richard Henderson wrote: Ping. On 09/22/2011 09:04 AM, Edgar E. Iglesias wrote: On Thu, Sep 22, 2011 at 08:30:43AM -0700, Richard Henderson

Re: [Qemu-devel] [PATCH 1/2] tcg/ia64: Remove unused tcg_out_addi()

2011-10-08 Thread Blue Swirl
Thanks, applied both. On Sat, Oct 1, 2011 at 12:56 PM, Peter Maydell peter.mayd...@linaro.org wrote: Remove the unused function tcg_out_addi() from the ia64 TCG backend; this brings it into line with other backends. Signed-off-by: Peter Maydell peter.mayd...@linaro.org ---  

Re: [Qemu-devel] [PULL 0/4] Tracing patches

2011-10-08 Thread Blue Swirl
On Mon, Oct 3, 2011 at 11:30 AM, Stefan Hajnoczi stefa...@linux.vnet.ibm.com wrote: The following changes since commit d11cf8cc80d946dfc9a23597cd9a0bb1c487cfa7:  etrax-dma: Remove bogus if statement (2011-10-03 10:20:13 +0200) are available in the git repository at:  

Re: [Qemu-devel] [PULL] lm32 fixes and new milkymist hardware support

2011-10-08 Thread Blue Swirl
On Mon, Oct 3, 2011 at 1:36 PM, Michael Walle mich...@walle.cc wrote: Hi Anthony, Please publish a git URI. Fetching over HTTP is painful, particularly when the connection to the server isn't very good. The following changes since commit d11cf8cc80d946dfc9a23597cd9a0bb1c487cfa7:  

Re: [Qemu-devel] [PATCH 0/6] Alpha system emulation, v11

2011-10-08 Thread Blue Swirl
On Sat, Oct 8, 2011 at 3:51 PM, Richard Henderson r...@twiddle.net wrote: On 10/08/2011 08:37 AM, Blue Swirl wrote: On Sat, Oct 1, 2011 at 3:22 PM, Richard Henderson r...@twiddle.net wrote: Ping 2. On 09/27/2011 08:32 AM, Richard Henderson wrote: Ping. On 09/22/2011 09:04 AM, Edgar E.

[Qemu-devel] buildbot failure in qemu on default_i386_rhel61

2011-10-08 Thread qemu
The Buildbot has detected a new failure on builder default_i386_rhel61 while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/default_i386_rhel61/builds/48 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: kraxel_rhel61_32bit

Re: [Qemu-devel] [PATCH] rsqrte_f32: No need to copy sign bit.

2011-10-08 Thread Peter Maydell
On 3 October 2011 15:28, Christophe Lyon christophe.l...@st.com wrote: Indeed, the result is known to be always positive. -    val = ((val64 63)   0x8000) -        | ((result_exp 0xff) 23) +    val = ((result_exp 0xff) 23)         | ((val64 29)   0x7f);     return

[Qemu-devel] buildbot failure in qemu on xen_x86_64_debian_6_0

2011-10-08 Thread qemu
The Buildbot has detected a new failure on builder xen_x86_64_debian_6_0 while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/xen_x86_64_debian_6_0/builds/55 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: yuzuki Build