On Fri, Feb 17, 2012 at 12:06, Michal Privoznik 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 Privoznik
> ---
> d
On Wed, Feb 8, 2012 at 17:06, Roger Pau Monne 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':
> /home/royger/xen-clean/tools/qemu-xen-dir/cutils.c:354: undefined
> refe
On Fri, Feb 17, 2012 at 6:24 PM, Stefan Hajnoczi
wrote:
> On Fri, Feb 17, 2012 at 12:20:08PM +0800, zwu.ker...@gmail.com wrote:
>> From: Zhi Yong Wu
>>
>> As you have known, QEMU upstream currently doesn't support for -netdev
>> socket,listen; This patch makes it work now.
>
> This commit descri
On Fri, Feb 17, 2012 at 14:31, Anthony Liguori wrote:
> On 02/11/2012 03:44 AM, Blue Swirl wrote:
>>
>> On Fri, Feb 10, 2012 at 17:47, Anthony Liguori
>> wrote:
>>>
>>> On 02/09/2012 10:02 PM, malc wrote:
On Fri, 10 Feb 2012, Evgeny Voevodin wrote:
> On 02/09/2012 06:59 PM
On Fri, Feb 17, 2012 at 6:55 PM, Stefan Hajnoczi wrote:
> On Fri, Feb 17, 2012 at 6:54 AM, Zhi Yong Wu 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, and then playing with it.
>
>
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
---
Hi Blue,
maybe this AStyle rules work better. I tried them with target-sparc,
and the result does look quite good.
R
On Fri, Feb 17, 2012 at 15:26, Anthony Liguori wrote:
> On 02/17/2012 08:55 AM, Markus Armbruster wrote:
>>
>> Anthony Liguori 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 debating about
>>> this.
>>
From: Zhi Yong Wu
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
---
net.c| 26 +
net.h|2 +
net/so
On Sat, Feb 18, 2012 at 8:57 AM, Zhi Yong Wu wrote:
> On Fri, Feb 17, 2012 at 6:55 PM, Stefan Hajnoczi wrote:
>> On Fri, Feb 17, 2012 at 6:54 AM, Zhi Yong Wu 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
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
On Sat, Feb 18, 2012 at 8:54 AM, Zhi Yong Wu wrote:
> On Fri, Feb 17, 2012 at 6:24 PM, Stefan Hajnoczi
> wrote:
>> On Fri, Feb 17, 2012 at 12:20:08PM +0800, zwu.ker...@gmail.com wrote:
>>> From: Zhi Yong Wu
>>>
>>> As you have known, QEMU upstream currently doesn't support for -netdev
>>> socke
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
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 li
On Sat, Feb 18, 2012 at 5:35 AM, Zhi Yong Wu wrote:
> On Fri, Feb 17, 2012 at 6:24 PM, Stefan Hajnoczi
> wrote:
>> On Fri, Feb 17, 2012 at 12:20:08PM +0800, zwu.ker...@gmail.com wrote:
>>> From: Zhi Yong Wu
>>>
>>> As you have known, QEMU upstream currently doesn't support for -netdev
>>> socke
On Sat, Feb 18, 2012 at 09:07, Stefan Weil 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
> ---
>
> Hi Blue,
>
> maybe this AStyle rules work better. I
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
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)
>
On 18.02.2012, at 11:00, Avi Kivity 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 of
On Sat, Feb 18, 2012 at 5:52 PM, Stefan Hajnoczi wrote:
> On Sat, Feb 18, 2012 at 8:54 AM, Zhi Yong Wu wrote:
>> On Fri, Feb 17, 2012 at 6:24 PM, Stefan Hajnoczi
>> wrote:
>>> On Fri, Feb 17, 2012 at 12:20:08PM +0800, zwu.ker...@gmail.com wrote:
From: Zhi Yong Wu
As you have know
On Sat, Feb 18, 2012 at 5:48 PM, Stefan Hajnoczi wrote:
> On Sat, Feb 18, 2012 at 8:57 AM, Zhi Yong Wu wrote:
>> On Fri, Feb 17, 2012 at 6:55 PM, Stefan Hajnoczi wrote:
>>> On Fri, Feb 17, 2012 at 6:54 AM, Zhi Yong Wu wrote:
I would like to know if some one is playing around with the patch
On Sat, Feb 18, 2012 at 6:06 PM, Stefan Hajnoczi wrote:
> On Sat, Feb 18, 2012 at 5:35 AM, Zhi Yong Wu wrote:
>> On Fri, Feb 17, 2012 at 6:24 PM, Stefan Hajnoczi
>> wrote:
>>> On Fri, Feb 17, 2012 at 12:20:08PM +0800, zwu.ker...@gmail.com wrote:
From: Zhi Yong Wu
As you have know
Am 18.02.2012 10:13, schrieb Blue Swirl:
On Fri, Feb 17, 2012 at 15:26, Anthony Liguori
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 if we have to touch
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 /* dynam
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
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.
-- M
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 q
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 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 tha
On Sat, Feb 18, 2012 at 14:18, Anthony Liguori 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
>>> wrote:
Well this was what I was getting at in my previous comments. If we just
>>>
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
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.
Esp
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) & 0xff0
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 curi
Am 18.02.2012 09:24, schrieb Blue Swirl:
> On Wed, Feb 8, 2012 at 17:06, Roger Pau Monne 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':
>> /home/royger/xen-clean/t
On 18 February 2012 16:19, Wei Yang 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);
> } else {
>
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
>
> Reviewed-b
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
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.
https://bugs.
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
Fill debug configuration from overlay definitions in the DEBUG_SECTION.
Add DEBUG_SECTION to DC232B and FSF cores.
Signed-off-by: Max Filippov
---
target-xtensa/core-dc232b.c |1 +
target-xtensa/core-fsf.c |1 +
target-xtensa/overlay_tool.h |5 +
3 files changed, 7 insertion
DEBUGCAUSE SR holds information about the most recent debug exception.
See ISA, 4.7.7 for more details.
Signed-off-by: Max Filippov
---
target-xtensa/cpu.h | 15 +++
target-xtensa/translate.c |6 ++
2 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/targe
On Thu, 16 Feb 2012 06:20:21 -0600, C Anthony Risinger 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 and grep -
Thanks, incidentally:
Am 18.02.2012 18:11, schrieb Max Filippov:
> Signed-off-by: Max Filippov
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 insertions(+), 3 dele
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
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.
https://bugs.
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
---
exec.c |
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
---
target-xtensa/cp
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.
Signe
> Thanks, incidentally:
>
> Am 18.02.2012 18:11, schrieb Max Filippov:
> > Signed-off-by: Max Filippov
>
> 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
Make cpu_watchpoint_insert accept watchpoints of any power-of-two size
up to the target page size.
Signed-off-by: Max Filippov
---
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
+++ b/exec.c
@@ -1443,7
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
---
target-xtensa/overlay_tool.h | 18 --
1 files changed, 16 inse
According to ISA, 3.5.4, third opcode byte should not be fetched for
2-byte instructions.
Signed-off-by: Max Filippov
---
target-xtensa/translate.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/target-xtensa/translate.c b/target-xtensa/translate.c
index c81450d..6a01
Signed-off-by: Max Filippov
---
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,
target_phys_addr_t addr,
{
che
Signed-off-by: Max Filippov
---
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 a/tests/tcg/xtensa/Makefile b/te
Command dumps valid ITLB and DTLB entries.
Signed-off-by: Max Filippov
---
hmp-commands.hx|2 +-
monitor.c |4 +-
target-xtensa/cpu.h|1 +
target-xtensa/helper.c | 67
4 files changed, 71 insertions(+), 3 del
** 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
S
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-
devel-
** 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,
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 b
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 an
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...
tcp_slowtimo..
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:
Ne
2012/2/19 Peter Maydell :
> On 18 February 2012 16:19, Wei Yang 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 &
62 matches
Mail list logo