Re: [PATCH qemu.git v3 8/8] hw/timer/imx_epit: fix compare timer handling

2023-04-04 Thread Axel Heider
think ? The Bug report is right, that the check should be "(limit <= s->cmp)", as it's about the on-shot characteristic and not the periodic characteristic (which earler version of the patch had). I will provide a patch to fix this. Axel

Re: [PATCH qemu.git v3 0/8] hw/timer/imx_epit: improve and fix EPIT compare timer

2023-01-05 Thread Axel Heider
Peter, Applied to target-arm.next, thanks. Sorry it took me so long to> get to this. No worries. Thanks for picking up the changes, and I really appreciate all the review feedback. Axel

Re: [PATCH qemu.git v3 8/8] hw/timer/imx_epit: fix compare timer handling

2023-01-05 Thread Axel Heider
ly slipped in my last patch iteration. Your changes look good to me. Axel

Re: [PATCH qemu.git 0/1] hw/arm/virt: add 2x sp804 timer

2022-12-08 Thread Axel Heider
and line options seem good enough. What is the general feeling about having a more general system emulation option when it comes to the "virt" machine, and a way of resolving the usage (and security) conflict with the KVM usecase. Axel

Re: [PATCH qemu.git 0/1] hw/arm/virt: add 2x sp804 timer

2022-12-08 Thread Axel Heider
here was ever an attempt to mainline this? But it would avoid running into a command parameters hell for customization options. Axel

Re: [PATCH qemu.git 0/1] hw/arm/virt: make second UART available

2022-11-30 Thread Axel Heider
Alex, It would also be worth updating ./docs/system/arm/virt.rst to document this feature. Good point. I will add this in the next iteration of the patch. Until then, the proposed doc changes can be found here: https://gitlab.com/axel-h/qemu/-/merge_requests/1/diffs Axel

Re: [PATCH qemu.git 1/1] hw/arm/virt: make second UART available

2022-11-30 Thread Axel Heider
changing the name is worth the churn). After this patch is merged, we have two UARTs, so the naming is a bit more consistent. It's no longer a secure UART only. And when adding even more UARTs in further customization, it's easier to understand the order of the UARTs. Axel

Re: [PATCH qemu.git v2 9/9] hw/timer/imx_epit: fix compare timer handling

2022-11-29 Thread Axel Heider
estions here that is non trivial? Othereise I would prefer to look into this in a new patch-set, together with replacing the PTIMER_POLICY_LEGACY. Axel

Re: [PATCH qemu.git v2 3/9] hw/timer/imx_epit: simplify interrupt logic

2022-11-21 Thread Axel Heider
in the appropriate place. Without the function then the logic of "what is the IRQ line state given the current device register state" ends up dispersed across the device model code and potentially duplicated. That bug is fixed for the next iteration of this patch set. Axel

Re: [PATCH qemu.git v2 5/9] hw/timer/imx_epit: do not persist CR.SWR bit

2022-11-19 Thread Axel Heider
From: Axel Heider Signed-off-by: Axel Heider --- hw/timer/imx_epit.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hw/timer/imx_epit.c b/hw/timer/imx_epit.c index 5315d9633e..6af460946f 100644 --- a/hw/timer/imx_epit.c +++ b/hw/timer/imx_epit.c @@ -191,8

Re: [PATCH qemu.git 11/11] hw/timer/imx_epit: rework CR write handling

2022-11-01 Thread Axel Heider
ssues/managing_issues.html#default-closing-pattern I will change this to use "fix #1263" then. But the issue git closed already from an earlier patch that got merged a few days ago. Axel

Re: [PATCH qemu.git 04/11] hw/timer/imx_epit: remove explicit fields cnt and freq

2022-11-01 Thread Axel Heider
mx_epit_freq(), There will be an update of the whole patchset, so I will change the name to imx_epit_freq(). That makes the name and signature in sync. Note that the next commit in this patchset does more refactoring anyway, so this is just a intermediate change that is not really visible. Axel

Re: [PATCH 2/2] doc: Remove trailing spaces

2021-08-03 Thread Axel Heider
time then. Axel

[PATCH 2/2] doc: Remove trailing spaces

2021-08-03 Thread Axel Heider
Signed-off-by: Axel Heider --- qemu-options.hx | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index e3f256fa72..ed91246114 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -244,15 +244,15 @@ DEF("

[PATCH 1/2] doc: Clarify serial parameters

2021-08-03 Thread Axel Heider
There is a difference between 'null' and 'none'. Add a sentence to highlight this, so this does not get mixed up. Signed-off-by: Axel Heider --- qemu-options.hx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qemu-options.hx b/qemu-options.hx index 83

[PATCH] docs/system/generic-loader.rst: Fix style

2021-03-22 Thread Axel Heider
Fix style to have a proper description of the parameter 'force-raw'. Signed-off-by: Axel Heider --- docs/system/generic-loader.rst | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/system/generic-loader.rst b/docs/system/generic-loader.rst index

[PATCH v2] docs/system/generic-loader.rst: Fix style

2021-03-22 Thread Axel Heider
Fix style to have a proper description of the parameter 'force-raw'. Signed-off-by: Axel Heider --- docs/system/generic-loader.rst | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/system/generic-loader.rst b/docs/system/generic-loader.rst index

[PATCH] docs/system/generic-loader.rst: Fix style

2021-03-22 Thread Axel Heider
Fix style to have a proper description of the parameter 'force-raw'. Signed-off-by: Axel Heider --- docs/system/generic-loader.rst | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/system/generic-loader.rst b/docs/system/generic-loader.rst index

[Qemu-devel] [Bug 829455] Re: user mode network stack - hostfwd not working with restrict=y

2013-06-14 Thread Axel Hübl
Did you guys merge back the fix in: http://lists.gnu.org/archive/html/qemu-devel/2011-11/msg01519.html ? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/829455 Title: user mode network stack - hostf

[Qemu-devel] stale pid files?

2007-06-01 Thread Axel Kittenberger
message they did so. Kind Regards, Axel

[Qemu-devel] Mac addresses hashing of network cards

2007-06-01 Thread Axel Kittenberger
Hi list! I got a suggestion. I first posted this to kvm, but they said its a qemu issue. Just have a new host server which several guests, set up networking via bridges, and wondered why it didn't work reliable. Surprise, Mac-Address Konflikt! For now I just hard-set some other Mac-Adresses in

[Qemu-devel] qemu (0.9.0) continously segfaults when using "xvncviewer"

2007-05-24 Thread Axel Kittenberger
ase in ubuntu-server which the hosts runs with. Greetings, Axel Kittenberger (I'm not subscribed to the list, so please CC me, if you have answers)

Re: [Qemu-devel] [RFC/experimental patch] qemu (x86_64 on x86_64 -no-kqemu) compiles with gcc4 and works

2007-03-28 Thread Axel Zeuner
Hi Anthony, On Thursday 29 March 2007 04:07, you wrote: > Axel Zeuner wrote: > > Hi Anthony, > > > > On Monday 26 March 2007 01:44, you wrote: > >> Axel Zeuner wrote: > >>> On Saturday 24 March 2007 21:15, Anthony Liguori wrote: > >>>>

Re: [Qemu-devel] [RFC/experimental patch] qemu (x86_64 on x86_64 -no-kqemu) compiles with gcc4 and works

2007-03-26 Thread Axel Zeuner
are explicit. > Also, if a helper throws an exception it must be in helper.c to avoid > clobbering CPU state before calling raise_exception. Thank you for the clarification, I was wrong. Kind regards Axel > Note that some targets use a different naming scheme. They use helper.c for > regular code and op_helper.c for op.c-like code. IMHO this is a much better > naming scheme. > > Paul

Re: [Qemu-devel] [RFC/experimental patch] qemu (x86_64 on x86_64 -no-kqemu) compiles with gcc4 and works

2007-03-26 Thread Axel Zeuner
Hi Avi, On Sunday 25 March 2007 15:40, Avi Kivity wrote: > Axel Zeuner wrote: > > A full featured converter (cvtasm) has a lot of dependencies: it has to > > support all hosts (M) (with all assembler dialects M') and all targets N, > > i.e. in the worst case one would end

Re: [Qemu-devel] [RFC/experimental patch] qemu (x86_64 on x86_64 -no-kqemu) compiles with gcc4 and works

2007-03-25 Thread Axel Zeuner
Hi Anthony, On Monday 26 March 2007 01:44, you wrote: > Axel Zeuner wrote: > > On Saturday 24 March 2007 21:15, Anthony Liguori wrote: > >> The tricky thing I still can't figure out is how to get ASM_SOFTMMU > >> working. The problem is GLUE(st, SUFFIX) function.

Re: [Qemu-devel] [RFC/experimental patch] qemu (x86_64 on x86_64 -no-kqemu) compiles with gcc4 and works

2007-03-25 Thread Axel Zeuner
Hi Anthony, On Monday 26 March 2007 01:46, you wrote: > Axel Zeuner wrote: > > On Saturday 24 March 2007 21:15, Anthony Liguori wrote: > >> Axel Zeuner wrote: > >>> Hi, > >> > > > Furthermore I think one should move helper_pshufw() from > >

Re: [Qemu-devel] [RFC/experimental patch] qemu (x86_64 on x86_64 -no-kqemu) compiles with gcc4 and works

2007-03-25 Thread Axel Zeuner
On Saturday 24 March 2007 21:15, Anthony Liguori wrote: > Axel Zeuner wrote: > > Hi, > > Hi Axel, > > By adding some GCC4 fixes on top of your patch, I was able to get qemu > for i386 (on i386) to compile and run. So far, I've only tested a win2k > guest. Hi Ant

Re: [Qemu-devel] Redundant repz prefixes in generated amd64 code

2007-03-17 Thread Axel Zeuner
Hi, On Saturday 17 March 2007 10:51, Johannes Schindelin wrote: > Hi, > > On Sat, 17 Mar 2007, axel wrote: > > Why there exist two different blocks for COFF and ELF for x86/x86_64 > > hosts? > > Because COFF is used by Windows, and ELF by Linux, and they are > subst

Re: [Qemu-devel] Redundant repz prefixes in generated amd64 code

2007-03-16 Thread axel
lso detect multiple returns in a function and one could try to rewrite the opcode blocks replacing the multiple returns with jumps. Why there exist two different blocks for COFF and ELF for x86/x86_64 hosts? Axel Index: dyngen.c === R