Re: [Qemu-devel] [PATCH v3] qemu-ga: Add guest-network-info command

2012-02-18 Thread Blue Swirl
On Fri, Feb 17, 2012 at 12:06, Michal Privoznik mpriv...@redhat.com wrote: This command returns an array of:  [ifname, ipaddr, ipaddr_family, prefix, hwaddr] for each interface in the system that has an IP address. Currently, only IPv4 and IPv6 are supported. Signed-off-by: Michal

Re: [Qemu-devel] [PATCH] build: add needed missing libraries libm and librt

2012-02-18 Thread Blue Swirl
On Wed, Feb 8, 2012 at 17:06, Roger Pau Monne roger@entel.upc.edu wrote: libm is used in cutils.c, but the library was not specified when linking some binaries, throwing the following error: cutils.o: In function `strtosz_suffix_unit':

Re: [Qemu-devel] [PATCH] socket: add the support for -netdev socket, listen

2012-02-18 Thread Zhi Yong Wu
On Fri, Feb 17, 2012 at 6:24 PM, Stefan Hajnoczi stefa...@linux.vnet.ibm.com wrote: On Fri, Feb 17, 2012 at 12:20:08PM +0800, zwu.ker...@gmail.com wrote: From: Zhi Yong Wu wu...@linux.vnet.ibm.com As you have known, QEMU upstream currently doesn't support for -netdev socket,listen; This

Re: [Qemu-devel] [PATCH] checkpatch: Don't WARN about missing spaces in audio files

2012-02-18 Thread Blue Swirl
On Fri, Feb 17, 2012 at 14:31, Anthony Liguori aligu...@us.ibm.com wrote: On 02/11/2012 03:44 AM, Blue Swirl wrote: On Fri, Feb 10, 2012 at 17:47, Anthony Liguorialigu...@us.ibm.com  wrote: On 02/09/2012 10:02 PM, malc wrote: On Fri, 10 Feb 2012, Evgeny Voevodin wrote: On 02/09/2012

Re: [Qemu-devel] [QEMU] net: adapt dump to support the new syntax

2012-02-18 Thread Zhi Yong Wu
On Fri, Feb 17, 2012 at 6:55 PM, Stefan Hajnoczi stefa...@gmail.com wrote: On Fri, Feb 17, 2012 at 6:54 AM, Zhi Yong Wu zwu.ker...@gmail.com wrote: I would like to know if some one is playing around with the patchset. If yes, can any one make one response? I am very interested in rebasing it,

[Qemu-devel] [PATCH] astyle: Formatting rules for QEMU

2012-02-18 Thread Stefan Weil
These AStyle rules try to implement the QEMU coding style. AStyle can also fix only certain aspects of the coding style, for example indentation. Signed-off-by: Stefan Weil s...@weilnetz.de --- Hi Blue, maybe this AStyle rules work better. I tried them with target-sparc, and the result does

Re: [Qemu-devel] [PATCH] checkpatch: Don't WARN about missing spaces in audio files

2012-02-18 Thread Blue Swirl
On Fri, Feb 17, 2012 at 15:26, Anthony Liguori aligu...@us.ibm.com wrote: On 02/17/2012 08:55 AM, Markus Armbruster wrote: Anthony Liguorialigu...@us.ibm.com  writes: I really hate having these discussions.  I would almost rather we just pay the one-time cost of re-indenting so we can stop

[Qemu-devel] [PATCH v2] net: add the support for -netdev socket, listen

2012-02-18 Thread zwu . kernel
From: Zhi Yong Wu wu...@linux.vnet.ibm.com The -net socket,listen option does not work with the newer -netdev syntax: http://lists.gnu.org/archive/html/qemu-devel/2011-11/msg01508.html This patch makes it work now. Signed-off-by: Zhi Yong Wu wu...@linux.vnet.ibm.com --- net.c| 26

Re: [Qemu-devel] [QEMU] net: adapt dump to support the new syntax

2012-02-18 Thread Stefan Hajnoczi
On Sat, Feb 18, 2012 at 8:57 AM, Zhi Yong Wu zwu.ker...@gmail.com wrote: On Fri, Feb 17, 2012 at 6:55 PM, Stefan Hajnoczi stefa...@gmail.com wrote: On Fri, Feb 17, 2012 at 6:54 AM, Zhi Yong Wu zwu.ker...@gmail.com wrote: I would like to know if some one is playing around with the patchset. If

Re: [Qemu-devel] [RFC] Next gen kvm api

2012-02-18 Thread Avi Kivity
On 02/16/2012 10:41 PM, Scott Wood wrote: Sharing the data structures is not need. Simply synchronize them before lookup, like we do for ordinary registers. Ordinary registers are a few bytes. We're talking of dozens of kbytes here. A TLB way is a few dozen bytes, no? I think you

Re: [Qemu-devel] [PATCH] socket: add the support for -netdev socket, listen

2012-02-18 Thread Stefan Hajnoczi
On Sat, Feb 18, 2012 at 8:54 AM, Zhi Yong Wu zwu.ker...@gmail.com wrote: On Fri, Feb 17, 2012 at 6:24 PM, Stefan Hajnoczi stefa...@linux.vnet.ibm.com wrote: On Fri, Feb 17, 2012 at 12:20:08PM +0800, zwu.ker...@gmail.com wrote: From: Zhi Yong Wu wu...@linux.vnet.ibm.com As you have known,

Re: [Qemu-devel] [RFC] Next gen kvm api

2012-02-18 Thread Avi Kivity
On 02/17/2012 02:19 AM, Alexander Graf wrote: Or we try to be less clever unless we have a really compelling reason. qemu monitor and gdb support aren't compelling reasons to optimize. The goal here was simplicity with a grain of performance concerns. Shared memory is simple in one

Re: [Qemu-devel] [RFC] Next gen kvm api

2012-02-18 Thread Avi Kivity
On 02/17/2012 02:09 AM, Michael Ellerman wrote: On Thu, 2012-02-16 at 21:28 +0200, Avi Kivity wrote: On 02/16/2012 03:04 AM, Michael Ellerman wrote: ioctl is good for hardware devices and stuff that you want to enumerate and/or control permissions on. For something like KVM that is

Re: [Qemu-devel] [PATCH] socket: add the support for -netdev socket, listen

2012-02-18 Thread Stefan Hajnoczi
On Sat, Feb 18, 2012 at 5:35 AM, Zhi Yong Wu zwu.ker...@gmail.com wrote: On Fri, Feb 17, 2012 at 6:24 PM, Stefan Hajnoczi stefa...@linux.vnet.ibm.com wrote: On Fri, Feb 17, 2012 at 12:20:08PM +0800, zwu.ker...@gmail.com wrote: From: Zhi Yong Wu wu...@linux.vnet.ibm.com As you have known,

Re: [Qemu-devel] [PATCH] astyle: Formatting rules for QEMU

2012-02-18 Thread Blue Swirl
On Sat, Feb 18, 2012 at 09:07, Stefan Weil s...@weilnetz.de wrote: These AStyle rules try to implement the QEMU coding style. AStyle can also fix only certain aspects of the coding style, for example indentation. Signed-off-by: Stefan Weil s...@weilnetz.de --- Hi Blue, maybe this AStyle

Re: [Qemu-devel] [PATCH][v11] megasas: LSI Megaraid SAS HBA emulation

2012-02-18 Thread Avi Kivity
On 02/17/2012 07:11 PM, Gerhard Wiesinger wrote: gcc --version gcc (GCC) 4.6.2 20111027 (Red Hat 4.6.2-1) Please submit a new patch which removes unused variables, etc. As already mentioned, this patch is against qemu.git, not qemu-kvm.git. The latter doesn't (yet) have the infrastructure

Re: [Qemu-devel] [PATCH v4 00/10] uq/master: TPR access optimization for Windows guests

2012-02-18 Thread Avi Kivity
On 02/17/2012 07:31 PM, Jan Kiszka wrote: And here is v4: - Changed TPR IP reporting in KVM user space irqchip mode to always report the instruction after the triggering one - Fixed bug that froze TCG with VAPIC enabled during setup (by making run_on_vcpus fully TCG compatible) -

Re: [Qemu-devel] [RFC] Next gen kvm api

2012-02-18 Thread Alexander Graf
On 18.02.2012, at 11:00, Avi Kivity a...@redhat.com wrote: On 02/17/2012 02:19 AM, Alexander Graf wrote: Or we try to be less clever unless we have a really compelling reason. qemu monitor and gdb support aren't compelling reasons to optimize. The goal here was simplicity with a grain

Re: [Qemu-devel] [PATCH] socket: add the support for -netdev socket, listen

2012-02-18 Thread Zhi Yong Wu
On Sat, Feb 18, 2012 at 5:52 PM, Stefan Hajnoczi stefa...@gmail.com wrote: On Sat, Feb 18, 2012 at 8:54 AM, Zhi Yong Wu zwu.ker...@gmail.com wrote: On Fri, Feb 17, 2012 at 6:24 PM, Stefan Hajnoczi stefa...@linux.vnet.ibm.com wrote: On Fri, Feb 17, 2012 at 12:20:08PM +0800, zwu.ker...@gmail.com

Re: [Qemu-devel] [QEMU] net: adapt dump to support the new syntax

2012-02-18 Thread Zhi Yong Wu
On Sat, Feb 18, 2012 at 5:48 PM, Stefan Hajnoczi stefa...@gmail.com wrote: On Sat, Feb 18, 2012 at 8:57 AM, Zhi Yong Wu zwu.ker...@gmail.com wrote: On Fri, Feb 17, 2012 at 6:55 PM, Stefan Hajnoczi stefa...@gmail.com wrote: On Fri, Feb 17, 2012 at 6:54 AM, Zhi Yong Wu zwu.ker...@gmail.com wrote:

Re: [Qemu-devel] [PATCH] socket: add the support for -netdev socket, listen

2012-02-18 Thread Zhi Yong Wu
On Sat, Feb 18, 2012 at 6:06 PM, Stefan Hajnoczi stefa...@gmail.com wrote: On Sat, Feb 18, 2012 at 5:35 AM, Zhi Yong Wu zwu.ker...@gmail.com wrote: On Fri, Feb 17, 2012 at 6:24 PM, Stefan Hajnoczi stefa...@linux.vnet.ibm.com wrote: On Fri, Feb 17, 2012 at 12:20:08PM +0800, zwu.ker...@gmail.com

Re: [Qemu-devel] [PATCH] checkpatch: Don't WARN about missing spaces in audio files

2012-02-18 Thread Stefan Weil
Am 18.02.2012 10:13, schrieb Blue Swirl: On Fri, Feb 17, 2012 at 15:26, Anthony Liguori aligu...@us.ibm.com wrote: Well this was what I was getting at in my previous comments. If we just need to reindent 10 files with a few random changes here and there, then maybe that isn't so bad. But

Re: [Qemu-devel] [PATCH] astyle: Formatting rules for QEMU

2012-02-18 Thread Stefan Weil
Am 18.02.2012 11:10, schrieb Blue Swirl: There are still indentation problems when expressions continue to next line, also this does not look OK: --- a/target-sparc/translate.c +++ b/target-sparc/translate.c @@ -36,7 +36,7 @@ #define DYNAMIC_PC 1 /* dynamic pc value */ #define JUMP_PC 2 /*

Re: [Qemu-devel] [PATCH][v11] megasas: LSI Megaraid SAS HBA emulation

2012-02-18 Thread Gerhard Wiesinger
On Sat, 18 Feb 2012, Avi Kivity wrote: On 02/17/2012 07:11 PM, Gerhard Wiesinger wrote: gcc --version gcc (GCC) 4.6.2 20111027 (Red Hat 4.6.2-1) Please submit a new patch which removes unused variables, etc. As already mentioned, this patch is against qemu.git, not qemu-kvm.git. The latter

[Qemu-devel] [PULL 00/12] target-xtensa queue

2012-02-18 Thread Max Filippov
Hi. This is a pull request for my current target-xtensa queue. Changes in the queue are: - 'info tlb' monitor command; - debug option implementation; - a few minor fixes. Debug option series has been posted to the list as an RFC, there were no changes in it since then. Please pull. Thanks. --

Re: [Qemu-devel] [PATCH][v11] megasas: LSI Megaraid SAS HBA emulation

2012-02-18 Thread Avi Kivity
On 02/18/2012 01:15 PM, Gerhard Wiesinger wrote: I pulled on Thursday, are you testing the latest? I something's missing, you can always do a local merge btw. Yes, latest. With patch below, it works also on qemu-kvm. So something is still missing ... You'll need that patch for qemu.git

Re: [Qemu-devel] [PATCH] checkpatch: Don't WARN about missing spaces in audio files

2012-02-18 Thread Anthony Liguori
On 02/18/2012 04:56 AM, Stefan Weil wrote: Am 18.02.2012 10:13, schrieb Blue Swirl: On Fri, Feb 17, 2012 at 15:26, Anthony Liguori aligu...@us.ibm.com wrote: Well this was what I was getting at in my previous comments. If we just need to reindent 10 files with a few random changes here and

Re: [Qemu-devel] [PATCH] checkpatch: Don't WARN about missing spaces in audio files

2012-02-18 Thread Blue Swirl
On Sat, Feb 18, 2012 at 14:18, Anthony Liguori anth...@codemonkey.ws wrote: On 02/18/2012 04:56 AM, Stefan Weil wrote: Am 18.02.2012 10:13, schrieb Blue Swirl: On Fri, Feb 17, 2012 at 15:26, Anthony Liguori aligu...@us.ibm.com wrote: Well this was what I was getting at in my previous

Re: [Qemu-devel] [PATCH] Running vgabios during resume from S3 on QEMU by default

2012-02-18 Thread Kevin O'Connor
On Mon, Feb 13, 2012 at 01:01:07PM +0200, Gleb Natapov wrote: Run vgabios during resume from S3 by default on QEMU. QEMU still able to modify SeaBIOS behavior if it wishes so by providing etc/s3-resume-vga-init file. With QEMU emulated vga cards this behaviour is desirable otherwise console

Re: [Qemu-devel] [PATCH] checkpatch: Don't WARN about missing spaces in audio files

2012-02-18 Thread Andreas Färber
Am 18.02.2012 10:13, schrieb Blue Swirl: One way to handle this is gradual reformatting, every time when code is touched, only changes towards common CODING_STYLE are allowed. That's what we've been doing wrt braces and I appreciate us not cluttering the history with reformatting commits.

[Qemu-devel] [Bug 824650] Re: Latest GIT assert error in arp_table.c

2012-02-18 Thread Solitaire
I'm getting the following error: qemu-system-arm: slirp/arp_table.c:41: arp_table_add: Assertion `(ip_addr (__extension__ ({ register unsigned int __v, __x = (~(0xf 28)); if (__builtin_constant_p (__x)) __v = __x) 0xff00) 24) | (((__x) 0x00ff) 8) | (((__x) 0xff00) 8) |

[Qemu-devel] Curious about this code in the ohci_service_td()

2012-02-18 Thread Wei Yang
I am reading the code in ohci_service_td(). There is a calculation of the length of the buffer. if ((td.cbp 0xf000) != (td.be 0xf000)) { len = (td.be 0xfff) + 0x1001 - (td.cbp 0xfff); } else { len = (td.be - td.cbp) + 1; } I am curious

Re: [Qemu-devel] [PATCH] build: add needed missing libraries libm and librt

2012-02-18 Thread Andreas Färber
Am 18.02.2012 09:24, schrieb Blue Swirl: On Wed, Feb 8, 2012 at 17:06, Roger Pau Monne roger@entel.upc.edu wrote: libm is used in cutils.c, but the library was not specified when linking some binaries, throwing the following error: cutils.o: In function `strtosz_suffix_unit':

Re: [Qemu-devel] Curious about this code in the ohci_service_td()

2012-02-18 Thread Peter Maydell
On 18 February 2012 16:19, Wei Yang weiyang.ker...@gmail.com wrote: I am reading the code in ohci_service_td(). There is a calculation of the length of the buffer.        if ((td.cbp 0xf000) != (td.be 0xf000)) {            len = (td.be 0xfff) + 0x1001 - (td.cbp 0xfff);        }

Re: [Qemu-devel] [PATCH v2 1/1] exec: Fix watchpoint implementation

2012-02-18 Thread Andreas Färber
Am 17.02.2012 18:06, schrieb Andreas Färber: Am 17.02.2012 18:03, schrieb Meador Inge: Fix a bug introduced by commit 1ec9b909ff207a44d5ef2609cb4a2e3d449d485f where 'watch_mem_write' was modified to fall-through to 'abort' on every input. Signed-off-by: Meador Inge mead...@codesourcery.com

Re: [Qemu-devel] [PULL 00/12] target-xtensa queue

2012-02-18 Thread Andreas Färber
Am 18.02.2012 12:30, schrieb Max Filippov: Hi. This is a pull request for my current target-xtensa queue. Changes in the queue are: - 'info tlb' monitor command; - debug option implementation; - a few minor fixes. Debug option series has been posted to the list as an RFC, there were no

[Qemu-devel] [Bug 824650] Re: Latest GIT assert error in arp_table.c

2012-02-18 Thread Bjoern Bornemann
hey solitaire, just add the 5 lines mentioned in my post above to slirp/ip_icmp.c source code file, recompile qemu and that's it. this worked pretty fine for me so far. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.

Re: [Qemu-devel] [PATCH] checkpatch: Don't WARN about missing spaces in audio files

2012-02-18 Thread Eric Blake
On 02/18/2012 08:53 AM, Andreas Färber wrote: I think only 'git blame' output would be affected and that is not 100% reliable anyway, considering for example code movement. I use repo.or.cz's blame function quite often to find out who to cc or what commit to mention, and (valid) typo fixes

[Qemu-devel] [PATCH 11/12] target-xtensa: add DEBUG_SECTION to overlay tool

2012-02-18 Thread Max Filippov
Fill debug configuration from overlay definitions in the DEBUG_SECTION. Add DEBUG_SECTION to DC232B and FSF cores. Signed-off-by: Max Filippov jcmvb...@gmail.com --- target-xtensa/core-dc232b.c |1 + target-xtensa/core-fsf.c |1 + target-xtensa/overlay_tool.h |5 + 3 files

[Qemu-devel] [PATCH 04/12] target-xtensa: add DEBUGCAUSE SR and configuration

2012-02-18 Thread Max Filippov
DEBUGCAUSE SR holds information about the most recent debug exception. See ISA, 4.7.7 for more details. Signed-off-by: Max Filippov jcmvb...@gmail.com --- target-xtensa/cpu.h | 15 +++ target-xtensa/translate.c |6 ++ 2 files changed, 21 insertions(+), 0 deletions(-)

Re: [Qemu-devel] VirtIO 9p mount_tag (bogus?) limit of 32 bytes

2012-02-18 Thread Aneesh Kumar K.V
On Thu, 16 Feb 2012 06:20:21 -0600, C Anthony Risinger anth...@xtfx.me wrote: a) mapped FS security policy (xattrs) causes `ldconfig` to abort()? root or normal user ... somehow `ldconfig` gets a duplicate inode while constructing the cache, even though it already de-duped (confirmed via gdb

Re: [Qemu-devel] [PATCH 07/12] exec: add missing breaks to the watch_mem_write

2012-02-18 Thread Andreas Färber
Thanks, incidentally: Am 18.02.2012 18:11, schrieb Max Filippov: Signed-off-by: Max Filippov jcmvb...@gmail.com Reviewed-by is missing. Care to fix on your branch? I don't see any Rb/Ab on the others as well, please check. Andreas --- exec.c | 12 +--- 1 files changed, 9

[Qemu-devel] [PATCH 10/12] target-xtensa: add DBREAK data breakpoints

2012-02-18 Thread Max Filippov
Add DBREAKA/DBREAKC SRs and implement DBREAK breakpoints as debug watchpoints. This implementation is not fully compliant to ISA: when a breakpoint is set to an unmapped/inaccessible memory address it generates TLB/memory protection exception instead of debug exception. See ISA, 4.7.7.3, 4.7.7.6

[Qemu-devel] [Bug 824650] Re: Latest GIT assert error in arp_table.c

2012-02-18 Thread Solitaire
Thanks. The 5 lines in the patch are already there. (checked and recompiled, still the same error!) Got a work around at the moment by adding -net none to the command. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.

[Qemu-devel] [PATCH 08/12] exec: fix check_watchpoint exiting cpu_loop

2012-02-18 Thread Max Filippov
In case of BP_STOP_BEFORE_ACCESS watchpoint check_watchpoint intends to signal EXCP_DEBUG exception on exit from cpu loop, but later overwrites exception code by the cpu_resume_from_signal call. Use cpu_loop_exit with BP_STOP_BEFORE_ACCESS watchpoints. Signed-off-by: Max Filippov

[Qemu-devel] [PATCH 05/12] target-xtensa: implement instruction breakpoints

2012-02-18 Thread Max Filippov
Add IBREAKA/IBREAKENABLE SRs and implement debug exception, BREAK and BREAK.N instructions and IBREAK breakpoints. IBREAK breakpoint address is considered constant for TB lifetime. On IBREAKA/IBREAKENABLE change corresponding TBs are invalidated. Signed-off-by: Max Filippov jcmvb...@gmail.com

[Qemu-devel] [PATCH 06/12] target-xtensa: add ICOUNT SR and debug exception

2012-02-18 Thread Max Filippov
ICOUNT SR gets incremented on every instruction completion provided that CINTLEVEL at the beginning of the instruction execution is lower than ICOUNTLEVEL. When ICOUNT would increment to 0 a debug exception is raised if CINTLEVEL is lower than DEBUGLEVEL. See ISA, 4.7.7.5 for more details.

Re: [Qemu-devel] [PATCH 07/12] exec: add missing breaks to the watch_mem_write

2012-02-18 Thread Max Filippov
Thanks, incidentally: Am 18.02.2012 18:11, schrieb Max Filippov: Signed-off-by: Max Filippov jcmvb...@gmail.com Reviewed-by is missing. Care to fix on your branch? Done. I don't see any Rb/Ab on the others as well, please check. A haven't got any other Rb/Ab. Thanks. -- Max

[Qemu-devel] [PATCH 09/12] exec: let cpu_watchpoint_insert accept larger watchpoints

2012-02-18 Thread Max Filippov
Make cpu_watchpoint_insert accept watchpoints of any power-of-two size up to the target page size. Signed-off-by: Max Filippov jcmvb...@gmail.com --- exec.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/exec.c b/exec.c index ed091f3..80560fa 100644 --- a/exec.c +++

[Qemu-devel] [PATCH 01/12] target-xtensa: define TLB_TEMPLATE for MMU-less cores

2012-02-18 Thread Max Filippov
TLB_TEMPLATE macro specifies TLB geometry in the core configuration. Make TLB_TEMPLATE available for region protection core variants, defining 1 way ITLB and DTLB with 8 entries each. Signed-off-by: Max Filippov jcmvb...@gmail.com --- target-xtensa/overlay_tool.h | 18 -- 1

[Qemu-devel] [PATCH 03/12] target-xtensa: fetch 3rd opcode byte only when needed

2012-02-18 Thread Max Filippov
According to ISA, 3.5.4, third opcode byte should not be fetched for 2-byte instructions. Signed-off-by: Max Filippov jcmvb...@gmail.com --- target-xtensa/translate.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/target-xtensa/translate.c b/target-xtensa/translate.c

[Qemu-devel] [PATCH 07/12] exec: add missing breaks to the watch_mem_write

2012-02-18 Thread Max Filippov
Signed-off-by: Max Filippov jcmvb...@gmail.com --- exec.c | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/exec.c b/exec.c index b81677a..f105b43 100644 --- a/exec.c +++ b/exec.c @@ -3289,9 +3289,15 @@ static void watch_mem_write(void *opaque,

[Qemu-devel] [PATCH 12/12] target-xtensa: add breakpoint tests

2012-02-18 Thread Max Filippov
Signed-off-by: Max Filippov jcmvb...@gmail.com --- tests/tcg/xtensa/Makefile |1 + tests/tcg/xtensa/test_break.S | 223 + 2 files changed, 224 insertions(+), 0 deletions(-) create mode 100644 tests/tcg/xtensa/test_break.S diff --git

[Qemu-devel] [PATCH 02/12] target-xtensa: implement info tlb monitor command

2012-02-18 Thread Max Filippov
Command dumps valid ITLB and DTLB entries. Signed-off-by: Max Filippov jcmvb...@gmail.com --- hmp-commands.hx|2 +- monitor.c |4 +- target-xtensa/cpu.h|1 + target-xtensa/helper.c | 67 4 files changed, 71

[Qemu-devel] [Bug 919242] Re: qemu-img convert to VDI corrupts image

2012-02-18 Thread Stefan Weil
** Changed in: qemu 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/919242 Title: qemu-img convert to VDI corrupts image Status in QEMU: Fix Released

[Qemu-devel] [Bug 919242] Re: qemu-img convert to VDI corrupts image

2012-02-18 Thread Stefan Weil
Hi Serge, yes, please queue it up. The fix was committed to QEMU git master, but it is still missing in QEMU 1.0.1 and older versions. So if you have a QEMU patch queue for Ubuntu , it's needed there. Thanks, Stefan -- You received this bug notification because you are a member of qemu-

[Qemu-devel] [Bug 899143] Re: Raw img not recognized by Windows

2012-02-18 Thread Stefan Weil
** Changed in: qemu Status: New = Invalid -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/899143 Title: Raw img not recognized by Windows Status in QEMU: Invalid Bug description: Hi,

[Qemu-devel] [patch] qemu-1.0.1/VERSION

2012-02-18 Thread Kenneth Salerno
Hello, The VERSION file in stable release qemu-1.0.1 has what I believe might be a typo: 1.0,1 rather than 1.0.1. This is causing a parsing issue for windres.exe in Win32 which chokes on: #define CONFIG_FILEVERSION 1,0,1,0,1,0 #define CONFIG_PRODUCTVERSION 1,0,1,0,1,0 when it should be

[Qemu-devel] [Bug 935945] [NEW] SLIRP still not working for win32

2012-02-18 Thread Kenneth Salerno
Public bug reported: SLIRP has not worked since 0.14.1 (broken since the move to gthread/gio from the glib library which inherited -mms-bitfields on MinGW32 breaking bit padding on TCP/UDP packets). Patches attempting to reverse effects of GCC's -mms-bitfields do not seem to fix SLIRP. Here is

[Qemu-devel] [Bug 935945] Re: SLIRP still not working for win32

2012-02-18 Thread Kenneth Salerno
Here is a slirp debug log from the latest development version as of 2012-02-19 (last git commit logged 2012-02-15): tcp_listen... haddr = 17f hport = 11555 laddr = 502000a lport = 5632 flags = 1000 ip_slowtimo... tcp_slowtimo... ip_slowtimo... tcp_slowtimo... ip_slowtimo...

[Qemu-devel] [Bug 935945] Re: SLIRP still not working for win32

2012-02-18 Thread Roy Tam
So we're revisiting ms-bitfields issue: http://patchwork.ozlabs.org/patch/109989/ -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/935945 Title: SLIRP still not working for win32 Status in QEMU:

Re: [Qemu-devel] Curious about this code in the ohci_service_td()

2012-02-18 Thread Wei Yang
2012/2/19 Peter Maydell peter.mayd...@linaro.org: On 18 February 2012 16:19, Wei Yang weiyang.ker...@gmail.com wrote: I am reading the code in ohci_service_td(). There is a calculation of the length of the buffer.        if ((td.cbp 0xf000) != (td.be 0xf000)) {            len =