[Qemu-devel] [Bug 1364501] [NEW] Gdb hangs when trying to single-step after an invalid instruction

2014-09-02 Thread martin
Public bug reported: When using Gdb to remote-debug a program and manually setting its PC to point to an address containing an invalid instruction and then doing a single step, Qemu will never return control to the remote Gdb. For instance, let's say address 0x114 contains an invalid instruction.

[Qemu-devel] [Bug 1364501] Re: Gdb hangs when trying to single-step after an invalid instruction

2014-09-02 Thread Martin
>> Public bug reported: >> >> When using Gdb to remote-debug a program and manually setting its PC to >> point to an address containing an invalid instruction and then doing a >> single step, Qemu will never return control to the remote Gdb. >> >> For instance, let's say address 0x114 contains an i

[Qemu-devel] [Bug 1364501] Re: Gdb hangs when trying to single-step after an invalid instruction

2014-09-03 Thread Martin
Notice there are actually two sides to this problem: not only the internal exception instruction isn't being processed, but also when we go back to the cpu_exec loop the syndrome exception won't have any actual effect since we won't compute the new PC we need in order to jump to the exception handl

[Qemu-devel] [Bug 1364501] Re: Gdb hangs when trying to single-step after an invalid instruction

2014-09-04 Thread Martin
Just wanted to add: after doing some testing, it seems that if we simply don't mask out external interrupts when single-stepping we don't even need to do the syndrome value check. As the interrupt corresponding to the syndrome exception won't be masked, it'll correctly compute the new PC in do_inte

[Qemu-devel] [Bug 1488363] Re: qemu 2.4.0 hangs using vfio for pci passthrough of graphics card

2015-11-07 Thread Martin
** No longer affects: qemu (Gentoo Linux) -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1488363 Title: qemu 2.4.0 hangs using vfio for pci passthrough of graphics card Status in QEMU: New Bug d

[Qemu-devel] [Bug 1488363] Re: qemu 2.4.0 hangs using vfio for pci passthrough of graphics card

2015-11-07 Thread Martin
Version 2.4.1 is affected too, but regression mentioned by Peter Maloney solve this problem. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1488363 Title: qemu 2.4.0 hangs using vfio for pci passthr

[Qemu-devel] [Bug 1488363] Re: qemu 2.4.0 hangs using vfio for pci passthrough of graphics card

2015-09-15 Thread Martin
** Also affects: qemu (Gentoo Linux) Importance: Undecided Status: New -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1488363 Title: qemu 2.4.0 hangs using vfio for pci passthrough of grap

[Qemu-devel] IBM makes AIX 6 beta available for download for everyone

2007-07-17 Thread Martin
IBM opened up a little bit and makes the beta of AIX 6 available to anyone. Maybe this is an opportunity to get AIX running on QEMU. At the moment QEMU does not yet understand the AIX cd boot format. I tried to boot it using the -kernel option b I tried to boot it in the following ways, but that d

[Qemu-devel] Windows XP Home on qemu 0.6.0 and Mac OS X 10.3.8

2005-04-28 Thread martin
l summary: - it takes ages - it is slow -> it works, but it is not usable. Martin ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] Windows XP Home on qemu 0.6.0 and Mac OS X 10.3.8

2005-05-12 Thread martin
e it is > > repeatedly attempting and failing to use the accelerated kernel > > interface? Hm... the emulator did work, but I can't tell if any part was failing. I could not find any evidence in the log files. I'll give an update as soon as I will have tried Win98. Martin

Re: [Qemu-devel] qemu and configuration file?

2006-01-03 Thread martin
will be broken and compatible after a major change in qemu ... Another choice would be the pure rc (just 'item = value' lines) without any supersmart blocks. xml style or rc style, please no hack in betweeen :) martin Giuseppe Della Bianca wrote: Hi. My idea is this: - qe

Re: [Qemu-devel] qemu and configuration file?

2006-01-03 Thread martin
I shouldn't write posts at 7-8am should be s/Certainly better every/Certainly better than every/ s/broken and compatible/broken and incompatible/ sry :) , you probably understood anyway what i meant ... martin martin wrote: If we'd go for a config file at all with such a c

[Qemu-devel] [Bug 1364501] Re: Gdb hangs when trying to single-step after an invalid instruction

2018-10-22 Thread martin
This shouldn't be "Expired", since the bug is likely still there. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1364501 Title: Gdb hangs when trying to single-step after an invalid instruction Sta

Re: [Qemu-devel] [Bug 1364501] Re: Gdb hangs when trying to single-step after an invalid instruction

2018-08-20 Thread martin
I honestly don't know, since it's been so long. I'm guessing that if the code hasn't been touched the issue is still there. In any case, I don't think this should be closed without you (or anyone, really) trying to reproduce it again. I posted a detailed explanation of why the bug happens, so you c

[Qemu-devel] Bug in option parsing

2012-08-22 Thread Martin Kletzander
ine' isn't compatible with older versions and different builds of QEMU. Should I file a bug or do we have to drop '-M' for this situations? Have a nice day, Martin

Re: [Qemu-devel] Bug in option parsing

2012-08-22 Thread Martin Kletzander
On 08/22/2012 05:15 PM, Jan Kiszka wrote: > On 2012-08-22 17:05, Martin Kletzander wrote: >> Hi everybody, >> >> while coding the support for Jason's dump-guest-core option I realized >> there is (probably) a problem with the way QEMU parses additional >

[Qemu-devel] [Bug 524447] Re: virsh save is very slow

2012-02-17 Thread Martin Pitt
Hello Chris, or anyone else affected, Accepted qemu-kvm into lucid-proposed. The package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance!

[Qemu-devel] [Bug 1014099] Re: hw/esp.c does not properly deal with TEST_UNIT_READY in NetBSD/sparc

2012-06-17 Thread Martin Husemann
Patch removed, as it was bogus and your workflow is weird, so I'll post a better patch to the devel list ** Patch removed: "esp.c.patch" https://bugs.launchpad.net/qemu/+bug/1014099/+attachment/3192942/+files/esp.c.patch -- You received this bug notification because you are a member of qemu-

[Qemu-devel] hw/esp.c mishandles commands without dma

2012-06-17 Thread Martin Husemann
_cb = handle_s_without_atn; return; } @@ -296,7 +296,7 @@ static void handle_s_without_atn(ESPStat static void handle_satn_stop(ESPState *s) { -if (!s->dma_enabled) { +if (s->dma && !s->dma_enabled) { s->dma_cb = handle_satn_stop; return; } I filed a ticket in the bugtracker for it: #1014099. Martin

Re: [Qemu-devel] hw/esp.c mishandles commands without dma

2012-06-17 Thread Martin Husemann
On Sun, Jun 17, 2012 at 11:55:20PM +0200, Martin Husemann wrote: > The NetBSD driver sometimes uses commands without DMA (for example a simple > TEST_UNIT_READY). On esp hardware, the command has a DMA bit (if dma is to > be used), and when writing to the command register, the s->d

[Qemu-devel] [Bug 806656] Re: Tight PNG VNC encoding is sent even when --disable-vnc-png is set

2012-06-23 Thread Joel Martin
I sent the patch on May 16 (http://lists.nongnu.org/archive/html/qemu- devel/2012-05/msg02373.html). I haven't seen any response. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/806656 Title: Tight P

[Qemu-devel] This is a bug, isn't it?

2012-06-24 Thread Martin Husemann
{ if (s->dmaregs[0] & DMA_INTR) { s->dmaregs[0] &= ~DMA_INTR; if (s->dmaregs[0] & DMA_INTREN) { trace_sparc32_dma_set_irq_lower(); qemu_irq_lower(s->irq); } } } } Thanks, Martin

Re: [Qemu-devel] This is a bug, isn't it?

2012-06-24 Thread Martin Husemann
Ah, my eyes get bad - please disregard, foudn the DMA_INTREN vs. DMA_INTR differences :-( Martin

[Qemu-devel] Ping [PATCH] gtk: add support for the Pause key

2014-09-28 Thread Martin Decky
http://patchwork.ozlabs.org/patch/390074/ It is a rather simple patch adding support for the Pause key in the GTK UI. It should not cause any regressions. Please apply. Thanks. M.D. On 16-09-2014 16:04, Martin Decky wrote: Special handing of the Pause key. Implemented in a similar way as in

[Qemu-devel] Request for help

2014-10-01 Thread Martin Townsend
but then I realise that the real device hangs of an AMBA bus so my next idea was to write a PCI driver for 802.15.4 on the guest making it possible to write a PCI virtual QEMU device. I just wanted to confirm that this is possible and whether there is a better solution? Many Thanks, Martin.

Re: [Qemu-devel] Request for help

2014-10-01 Thread Martin Townsend
Hi Christopher, Thanks for the reply, I will take a look at the Versatile Express code. - Martin. On 01/10/14 17:41, Christopher Covington wrote: Hi Martin, On 10/01/2014 09:50 AM, Martin Townsend wrote: Hi, I'm looking into creating a virtualised test bed for an 802.15.4 ne

Re: [Qemu-devel] [Patch v4 6/8] target_arm: Change the reset values based on the ELF entry

2014-10-07 Thread Martin Galvan
On Tue, Oct 7, 2014 at 11:13 AM, Alistair Francis wrote: > The Netduino 2 machine won't run unless the reset_pc is based > on the ELF entry point. > > Signed-off-by: Alistair Francis > Signed-off-by: Peter Crosthwaite > --- > V2: > - Malloc straight away, thanks to Peter C > > hw/arm/armv7m.c

[Qemu-devel] [Bug 1169856] [NEW] OpenBIOS seek fails on NetBSD CD image

2013-04-17 Thread Martin Husemann
cdrom:a" confusion or something like that? Here are the relevant excerpts from the boot messages - I can make the test image available, or just use a daily build HEAD image from NetBSD.org. I can also easily try patches or try to fix the bug myself, if you could give me a hint where this o

[Qemu-devel] Git head build problem (popcountl vs. system headers)

2013-04-24 Thread Martin Husemann
ountl(unsigned long) __constfunc; "unsigned" looks better to me for a non negative count, but maybe a configure test and using the system libs would be preferable? Martin

Re: [Qemu-devel] Git head build problem (popcountl vs. system headers)

2013-04-25 Thread Martin Husemann
not use an unsigned return value for your homegrown version? - would it be preferable to use official/optimized versions if available? Thanks, Martin

Re: [Qemu-devel] Git head build problem (popcountl vs. system headers)

2013-04-27 Thread Martin Husemann
On Thu, Apr 25, 2013 at 08:36:55PM +0200, Martin Husemann wrote: > Ok, I can fix the namespace issue (which is real) easily. Turns out to be a bit harder: qemu does not define (as far as I can tell) any restricting macro (_POSIX_C_SOURCE or whatever). Should it? Martin

[Qemu-devel] [PATCH] target-arm: Fix resetting issues on ARMv7-M CPUs

2014-08-11 Thread Martin Galvan
When calling qemu_system_reset after startup on a Cortex-M CPU, the initial values of PC, MSP and the Thumb bit weren't set correctly. In particular, since Thumb was 0, an Usage Fault would arise immediately after trying to excecute any instruction on a Cortex-M. Signed-off-by: Martin G

[Qemu-devel] [Bug 1285508] Re: [ppa 2.0~git-20140225] mouse cursor invisible with Ubuntu live system

2014-08-12 Thread Martin Pitt
It's actually fine for me with current utopic's 2.1+dfsg-2ubuntu2. I tested both the default graphics card as well as "-vga vmware". ** Changed in: qemu (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subs

[Qemu-devel] Using cache=writeback safely on qemu 1.4.0 and later

2014-08-15 Thread Andrew Martin
written to the disks several hours before the crash was corrupted, which makes me think that it was never fsync()-ed to the non-volatile storage. Is it safe in this setup to use cache=writeback? Or, should I use cache=writethrough instead? Thanks, Andrew Martin

Re: [Qemu-devel] [PATCH] target-arm: Fix resetting issues on ARMv7-M CPUs

2014-08-18 Thread Martin Galvan
Ping http://patchwork.ozlabs.org/patch/379134/ On Mon, Aug 11, 2014 at 1:50 PM, Martin Galvan < martin.gal...@tallertechnologies.com> wrote: > When calling qemu_system_reset after startup on a Cortex-M CPU, the > initial values of PC, MSP and the Thumb bit weren't set correctly

Re: [Qemu-devel] [PATCH] target-arm: Fix resetting issues on ARMv7-M CPUs

2014-08-19 Thread Martin Galvan
On Tue, Aug 19, 2014 at 10:06 AM, Peter Maydell wrote: > > On 11 August 2014 17:50, Martin Galvan > wrote: > > When calling qemu_system_reset after startup on a Cortex-M CPU, the initial > > values of PC, MSP and the Thumb bit weren't set correctly. In particular, >

Re: [Qemu-devel] [PATCH] target-arm: Fix resetting issues on ARMv7-M CPUs

2014-08-19 Thread Martin Galvan
On Tue, Aug 19, 2014 at 11:16 AM, Peter Maydell wrote: > On 19 August 2014 14:25, Martin Galvan > wrote: >> On Tue, Aug 19, 2014 at 10:06 AM, Peter Maydell >> wrote: >>> I'm afraid this looks like the wrong fix for the problem you're seeing. >>> Th

Re: [Qemu-devel] Using cache=writeback safely on qemu 1.4.0 and later

2014-08-19 Thread Andrew Martin
- Original Message - > From: "Stefan Hajnoczi" > To: "Andrew Martin" > Cc: qemu-devel@nongnu.org > Sent: Tuesday, August 19, 2014 9:59:25 AM > Subject: Re: [Qemu-devel] Using cache=writeback safely on qemu 1.4.0 and later > > If you strace -f t

Re: [Qemu-devel] [libvirt] Mentors wanted for Outreach Program for Women October 2014

2014-08-25 Thread Martin Kletzander
ed GSoC project from this year), and if admin API gets added, there will be many APIs and ideas how to expand it. Martin Stefan signature.asc Description: Digital signature

Re: [Qemu-devel] Using cache=writeback safely on qemu 1.4.0 and later

2014-08-25 Thread Andrew Martin
- Original Message - > From: "Stefan Hajnoczi" > To: "Andrew Martin" > Cc: "qemu-devel" > Sent: Thursday, August 21, 2014 7:59:50 AM > Subject: Re: [Qemu-devel] Using cache=writeback safely on qemu 1.4.0 and later > > > When the di

Re: [Qemu-devel] [libvirt] Mentors wanted for Outreach Program for Women October 2014

2014-08-26 Thread Martin Kletzander
On Tue, Aug 26, 2014 at 10:33:27AM +0100, Stefan Hajnoczi wrote: On Mon, Aug 25, 2014 at 5:40 PM, Marina Zhurakhinskaya wrote: - Original Message - From: "Stefan Hajnoczi" To: "Martin Kletzander" Cc: "qemu-devel" , libvir-l...@redhat.com, "kv

Re: [Qemu-devel] [libvirt] Mentors wanted for Outreach Program for Women October 2014

2014-08-26 Thread Martin Kletzander
On Tue, Aug 26, 2014 at 11:27:41AM +0100, Stefan Hajnoczi wrote: On Tue, Aug 26, 2014 at 10:39 AM, Martin Kletzander wrote: On Tue, Aug 26, 2014 at 10:33:27AM +0100, Stefan Hajnoczi wrote: On Mon, Aug 25, 2014 at 5:40 PM, Marina Zhurakhinskaya wrote: - Original Message - From

Re: [Qemu-devel] Using cache=writeback safely on qemu 1.4.0 and later

2014-08-27 Thread Andrew Martin
- Original Message - > From: "Paolo Bonzini" > To: "Andrew Martin" , "Stefan Hajnoczi" > > Cc: "qemu-devel" > Sent: Tuesday, August 26, 2014 2:03:18 AM > Subject: Re: Using cache=writeback safely on qemu 1.4.0 and later >

Re: [Qemu-devel] Using cache=writeback safely on qemu 1.4.0 and later

2014-08-27 Thread Andrew Martin
- Original Message - > From: "Paolo Bonzini" > To: "Andrew Martin" > Cc: "Stefan Hajnoczi" , "qemu-devel" > > Sent: Wednesday, August 27, 2014 9:34:27 AM > Subject: Re: Using cache=writeback safely on qemu 1.4.0 and later >

[Qemu-devel] [PATCH] hw/usb/redirect.c: crash in QOM cleanup

2013-07-28 Thread Martin Cerveny
x281654 object_unref - - 0x280a4b object_unparent - - 0x13ad93 qdev_free - - 0x13acde qdev_simple_unplug_cb - - 0x13aac8 qdev_unplug - - 0x268b56 qmp_device_del - - .... Signed-off-by: Martin Cerveny --- diff --git a/hw/usb/redirect.c b/hw/usb/redirect.c index a594e95..1c62263 100644 --- a/hw/usb/red

[Qemu-devel] [Bug 1320360] [NEW] usb passthrough not working anymore

2014-05-16 Thread Martin Röh
ssage appears: "unable to execute QEMU command 'device_add': 'usb-host' is not a valid device model name" Then the guest will not start. I try it with different usb devices (iphone, stick, hdd), always the same error. Are there any news / hints about this ?

Re: [Qemu-devel] [Bug 1320360] [NEW] usb passthrough not working anymore

2014-05-18 Thread Martin Röh
Hi, as far as I can see from the rpm specs of the opensuse rpm package the --enable-libusb is set . Regards Martin Am 18.05.2014 06:52, schrieb Gonglei (Arei): Hi, From qemu-1.7 release version, the old usb-host(host-linux.c) had been removed, re-implemented by libusbx. So you should

Re: [Qemu-devel] [Bug 1320360] [NEW] usb passthrough not working anymore

2014-05-18 Thread Martin Röh
or: internal error: early end of file from monitor: possible problem: qemu-system-x86_64: -device usb-host,hostbus=1,hostaddr=3,id=hostdev0: 'usb-host' is not a valid device model name Regards Martin Am 18.05.2014 06:52, schrieb Gonglei (Arei): Hi, From qemu-1.7 release version, the

Re: [Qemu-devel] [Bug 1320360] Re: usb passthrough not working anymore

2014-05-18 Thread Martin Röh
x27;device_add': 'usb-host' is not a valid device model name" Then the guest will not start. I try it with different usb devices (iphone, stick, hdd), always the same error. Are there any news / hints about this ? Regards Martin To manage notifications about th

[Qemu-devel] [PATCH v2] target-arm: Fix resetting issues on ARMv7-M CPUs

2014-09-04 Thread Martin Galvan
When calling qemu_system_reset after startup on a Cortex-M CPU, the initial values of PC, MSP and the Thumb bit weren't set correctly. In particular, since Thumb was 0, a Usage Fault would arise immediately after trying to excecute any instruction on a Cortex-M. Signed-off-by: Martin G

Re: [Qemu-devel] [PATCH v2] target-arm: Fix resetting issues on ARMv7-M CPUs

2014-09-05 Thread Martin Galvan
Once again, you're right. I'll fix that right away and send v3. On Fri, Sep 5, 2014 at 2:43 PM, Peter Maydell wrote: > On 4 September 2014 19:12, Martin Galvan > wrote: > > Thanks for this patch. I think it's generally right > but could use a little tweaking for s

[Qemu-devel] [PATCH v3] target-arm: Fix resetting issues on ARMv7-M CPUs

2014-09-05 Thread Martin Galvan
tex-M. Signed-off-by: Martin Galvan --- Changed in v3: Fixed a few style issues. Changed in v2: We're not adding initial_MSP and initial_PC to the CPU state. Instead, we're loading the initial values using ldl_phys. target-arm/cpu.c | 34 +++--- 1 f

Re: [Qemu-devel] [PATCH v3] target-arm: Fix resetting issues on ARMv7-M CPUs

2014-09-08 Thread Martin Galvan
On Sat, Sep 6, 2014 at 8:00 AM, Peter Crosthwaite wrote: > On Sat, Sep 6, 2014 at 8:42 PM, Peter Maydell > wrote: >> On 6 September 2014 03:45, Peter Crosthwaite >> wrote: >>> CC Alistair who is into ARMv7M >>> >>> On Sat, Sep

Re: [Qemu-devel] [RFC v1 4/6] target_arm: Update armv7_init to support more parameters

2014-09-09 Thread Martin Galvan
>> @@ -259,7 +272,13 @@ qemu_irq *armv7m_init(MemoryRegion *system_memory, >> vmstate_register_ram_global(hack); >> memory_region_add_subregion(system_memory, 0xf000, hack); >> >> -qemu_register_reset(armv7m_reset, cpu); >> +reset_args = (ARMV7MResetArgs) { >> +.cpu =

Re: [Qemu-devel] [RFC v1 4/6] target_arm: Update armv7_init to support more parameters

2014-09-10 Thread Martin Galvan
On Tue, Sep 9, 2014 at 8:43 PM, Alistair Francis wrote: > On Wed, Sep 10, 2014 at 12:03 AM, Martin Galvan > wrote: >>>> @@ -259,7 +272,13 @@ qemu_irq *armv7m_init(MemoryRegion *system_memory, >>>> vmstate_register_ram_global(hack); >>>>

[Qemu-devel] [PATCH] cpu-exec: Don't mask out external interrupts when single-stepping an invalid instruction.

2014-09-11 Thread Martin Galvan
've added an additional flag, SSTEP_EXCEPTION, that will be set in the exception_with_syndrome instruction generated when trying to translate the invalid instruction and will be cleared after checking for cpu->singlestep_enabled in cpu_exec. Signed-off-by: Martin Galvan --- The long

Re: [Qemu-devel] [PATCH] cpu-exec: Don't mask out external interrupts when single-stepping an invalid instruction.

2014-09-12 Thread Martin Galvan
On Thu, Sep 11, 2014 at 8:52 PM, Richard Henderson wrote: > On 09/11/2014 03:13 PM, Peter Maydell wrote: > In particular, I'd expect the invalid exception to be recognized, and then the > cpu loop exited, before the single-step exception could overwrite it. E.g. > how > things work on alpha: > >

Re: [Qemu-devel] [PATCH] cpu-exec: Don't mask out external interrupts when single-stepping an invalid instruction.

2014-09-12 Thread Martin Galvan
On Fri, Sep 12, 2014 at 12:37 PM, Richard Henderson wrote: > Alpha do_interrupt doesn't mess with cpu->interrupt_request at all, and > doesn't > generate two calls to do_interrupt. The one call finds the vector for the > given interrupt, modifies the PC, and swaps to the shadow register bank. >

Re: [Qemu-devel] [PATCH] cpu-exec: Don't mask out external interrupts when single-stepping an invalid instruction.

2014-09-15 Thread Martin Galvan
haviour be? I think we should return control back to gdb, but we shouldn't try to translate that instruction again. How could we handle this in a clean way? On Fri, Sep 12, 2014 at 12:50 PM, Martin Galvan wrote: > On Fri, Sep 12, 2014 at 12:37 PM, Richard Henderson wrote: >> Alpha do_

[Qemu-devel] [PATCH] gtk: add support for the Pause key

2014-09-16 Thread Martin Decky
Special handing of the Pause key. Implemented in a similar way as in ui/sdl.c. Signed-off-by: Martin Decky --- ui/gtk.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/ui/gtk.c b/ui/gtk.c index 2345d7e..e52cab1 100644 --- a/ui/gtk.c +++ b/ui/gtk.c @@ -931,6 +931,12 @@ static gboolean

[Qemu-devel] [Bug 918791] Re: qemu-kvm dies when using vmvga driver and unity in the guest

2012-03-16 Thread Martin Pitt
Is this still an issue in the -vmware package now? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/918791 Title: qemu-kvm dies when using vmvga driver and unity in the guest Status in QEMU: New St

[Qemu-devel] [Bug 918791] Re: qemu-kvm dies when using vmvga driver and unity in the guest

2012-03-23 Thread Martin Pitt
Hello Jamie, or anyone else affected, Accepted qemu-kvm into oneiric-proposed. The package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance!

[Qemu-devel] [PATCH] Make x86 mfence and lfence illegal without SSE2

2011-06-06 Thread Martin Simmons
these instructions are only available with SSE2, but QEMU is checking for SSE. The check for the related sfence instruction is correct (it works with SSE). This trival patch fixes the test: Signed-off-by: Martin Simmons --- a/target-i386/translate.c 2011-06-03 16:17:18.270208646 +0100 +++ b/t

[Qemu-devel] [Bug 1014099] [NEW] hw/esp.c does not properly deal with TEST_UNIT_READY in NetBSD/sparc

2012-06-16 Thread Martin Husemann
Public bug reported: The NetBSD ncr53c9x.c driver does a TEST_UNIT_READY command with SELATN but dma disabled sometimes (early during bus enumeration). This is fine, as the command will not produce nor consume any data, and works on real hardware. However, the qemu emulation does not allow this (

[Qemu-devel] [Bug 1014099] Re: hw/esp.c does not properly deal with TEST_UNIT_READY in NetBSD/sparc

2012-06-16 Thread Martin Husemann
** Patch added: "esp.c.patch" https://bugs.launchpad.net/bugs/1014099/+attachment/3192643/+files/esp.c.patch -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1014099 Title: hw/esp.c does not prope

[Qemu-devel] [Bug 1014099] Re: hw/esp.c does not properly deal with TEST_UNIT_READY in NetBSD/sparc

2012-06-16 Thread Martin Husemann
Guess I understand the code now - so here is a working version - though it may be considered slightly hackish ** Patch added: "esp.c.patch" https://bugs.launchpad.net/qemu/+bug/1014099/+attachment/3192942/+files/esp.c.patch ** Patch removed: "esp.c.patch" https://bugs.launchpad.net/qemu/+

Re: [Qemu-devel] virtio-blk performance regression and qemu-kvm

2012-02-28 Thread Martin Mailand
Hi, I could reproduce it and I bisected it down to this commit. 12d4536f7d911b6d87a766ad7300482ea663cea2 is the first bad commit commit 12d4536f7d911b6d87a766ad7300482ea663cea2 Author: Anthony Liguori Date: Mon Aug 22 08:24:58 2011 -0500 -martin On 22.02.2012 20:53, Stefan Hajnoczi wrote

Re: [Qemu-devel] virtio-blk performance regression and qemu-kvm

2012-02-28 Thread Martin Mailand
9bc1] trace: fix out-of-tree builds git bisect good d9cd446b4f6ff464f9520898116534de988d9bc1 # bad: [12d4536f7d911b6d87a766ad7300482ea663cea2] main: force enabling of I/O thread git bisect bad 12d4536f7d911b6d87a766ad7300482ea663cea2 -martin On 28.02.2012 18:05, Stefan Hajnoczi wrote: On Tu

Re: [Qemu-devel] virtio-blk performance regression and qemu-kvm

2012-02-29 Thread Martin Mailand
Hi Stefan, you are right, the performance for the commits 0b9b128530b and 4fefc55ab04d are both good. What is the best approach to stay in the qemu-kvm.git history? -martin On 29.02.2012 09:38, Stefan Hajnoczi wrote: I suggest testing both of the qemu-kvm.git merge commits, 0b9b128530b and

[Qemu-devel] [Bug 918791] Re: qemu-kvm dies when using vmvga driver and unity in the guest

2012-03-01 Thread Martin Pitt
** Changed in: qemu-kvm (Ubuntu) Milestone: ubuntu-12.04-beta-1 => ubuntu-12.04-beta-2 -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/918791 Title: qemu-kvm dies when using vmvga driver and unit

[Qemu-devel] [Bug 928676] Re: QEMU does not support Westmere (Intel Xeon) CPU model

2012-03-05 Thread Martin Salbaba
An application test with high cpu load gives the timing statistics give: bare metal virtual percent X4560 cpu50m28s 54m0s 107%

Re: [Qemu-devel] virtio-blk performance regression and qemu-kvm

2012-03-05 Thread Martin Mailand
91 bw=61386KB/s iops=15346 v1.0 bw=43599KB/s iops=10899 bw=46288KB/s iops=11572 master bw=60678KB/s iops=15169 bw=62733KB/s iops=15683 -martin

Re: [Qemu-devel] virtio-blk performance regression and qemu-kvm

2012-03-05 Thread Martin Mailand
with "ondemand" except the one where I changed it to "performance" Do you want a v0.14.1 test with the governor on "performance"? -martin

Re: [Qemu-devel] virtio-blk performance regression and qemu-kvm

2012-03-07 Thread Martin Mailand
; The qemu command was. qemu-system-x86_64 --enable-kvm -m 512 -boot c \ -drive file=/home/martin/vmware/bisect_kvm/hda.img,cache=none,if=virtio -drive file=/dev/ram0,cache=none,if=virtio -drive file=/dev/sda2,cache=none,if=virtio Host Kernel 3.3.0+rc4 Guest Kernel 3.0.0-16-generic ubuntu kerne

[Qemu-devel] [Bug 806656] [NEW] Tight PNG VNC encoding is sent even when --disable-vnc-png is set

2011-07-06 Thread Joel Martin
Public bug reported: This bug exists in 0.14.1 and also in 9312805d33e8b (Jun 17, 2011) in the master git repo. The "Tight PNG" encoding is a derivative of the "Tight" encoding that replaces zlib encoded rects with PNG encoded data instead. However, when the "Tight PNG" encoding is disabled (--di

[Qemu-devel] [Bug 806656] Re: Tight PNG VNC encoding is sent even when --disable-vnc-png is set

2011-07-06 Thread Joel Martin
** Patch added: "The "Tight PNG" encoding should only be used when --enable-vnc-png is set." https://bugs.launchpad.net/bugs/806656/+attachment/2194428/+files/0001-vnc-disable-tight-png-when-not-enable-vnc-png.patch -- You received this bug notification because you are a member of qemu- deve

[Qemu-devel] [Bug 1042388] Re: qemu: Unsupported syscall: 257 (timer_create)

2014-01-14 Thread Martin Pitt
Fixed upstream, thanks Eric! Marking as affecting Ubuntu, as even trusty's qemu does not have that fix yet. For the record, lp:platform- api uses posix timers for the sensor emulation, so running its tests will reproduce this qemu problem (and verify its fix). ** Also affects: qemu (Ubuntu) Imp

[Qemu-devel] [Bug 1042388] Re: qemu: Unsupported syscall: 257 (timer_create)

2014-01-14 Thread Martin Pitt
Unfortunately it is still not working with these two patches. The "Unsupported syscall: 257" is gone, but now it fails on EINVAL. I attach a little test C file which uses a timer. It works fine on x86 and a real arm machine, but under QEMU I get: $ gcc -o timer_test -Wall timer_test.c -lrt $ ./

[Qemu-devel] [PATCH v2] qemu 1.7.0 does not build on NetBSD

2014-01-18 Thread Martin Husemann
rid of the magic. Signed-off-by: Martin Husemann --- include/exec/softmmu_template.h | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/exec/softmmu_template.h b/include/exec/softmmu_template.h index c6a5440..8712dcd 100644 --- a/include/exec/softmmu_template.h +++ b

[Qemu-devel] [PATCH] qmp: expose list of supported character device backends

2014-01-31 Thread Martin Kletzander
Introduce 'query-chardev-backends' QMP command which lists all supported character device backends. Signed-off-by: Martin Kletzander --- qapi-schema.json | 22 ++ qemu-char.c | 19 +++ qmp-commands.hx | 41 ++

[Qemu-devel] [PATCH v2] qmp: expose list of supported character device backends

2014-01-31 Thread Martin Kletzander
Introduce 'query-chardev-backends' QMP command which lists all supported character device backends. Signed-off-by: Martin Kletzander --- v2: - Version changed from "1.8.0" to "2.0" qapi-schema.json | 22 ++ qemu-char.c | 19

Re: [Qemu-devel] [PATCH v2] qmp: expose list of supported character device backends

2014-02-01 Thread Martin Kletzander
On Fri, Jan 31, 2014 at 10:20:42AM -0700, Eric Blake wrote: > On 01/31/2014 09:49 AM, Martin Kletzander wrote: > > Introduce 'query-chardev-backends' QMP command which lists all > > supported character device backends. > > > > Signed-off-by: Martin Kletz

[Qemu-devel] [PATCH v3] qmp: expose list of supported character device backends

2014-02-01 Thread Martin Kletzander
Introduce 'query-chardev-backends' QMP command which lists all supported character device backends. Signed-off-by: Martin Kletzander --- v3: - Omit commas at the end of list in JSON v2: - Version changed from "1.8.0" to "2.0" qapi-schema.json | 22 +

[Qemu-devel] qemu segfauls with spiceport chardev and isa-serial

2014-02-03 Thread Martin Kletzander
15919.html The full command-line with backtrace of all the threads (with abort()-ing thread being thread #1 follows. Let me know if I can help anyhow. Thanks, Martin Command-line: qemu-system-x86_64 -name rhel7 -S -machine \ pc-i440fx-1.7,accel=kvm,usb=off,dump-guest-core=off -cpu SandyBridge

Re: [Qemu-devel] qemu segfauls with spiceport chardev and isa-serial

2014-02-03 Thread Martin Kletzander
On Tue, Feb 04, 2014 at 11:40:41AM +1000, Peter Crosthwaite wrote: > On Tue, Feb 4, 2014 at 4:45 AM, Dr. David Alan Gilbert > wrote: > > (cc'ing in Peter Crosthwaite and Michael Tokarev due to a serial fifo change > > - see below!) > > > > * Martin Kle

Re: [Qemu-devel] qemu segfauls with spiceport chardev and isa-serial

2014-02-05 Thread Martin Kletzander
On Tue, Feb 04, 2014 at 07:05:24AM +0100, Martin Kletzander wrote: > On Tue, Feb 04, 2014 at 11:40:41AM +1000, Peter Crosthwaite wrote: > > On Tue, Feb 4, 2014 at 4:45 AM, Dr. David Alan Gilbert > > wrote: > > > (cc'ing in Peter Crosthwaite and Michael Tokarev due t

Re: [Qemu-devel] [PATCH bugfix v1 1/1] char/serial: Fix emptyness check

2014-02-11 Thread Martin Kletzander
On Mon, Feb 10, 2014 at 10:49:35PM -0800, Peter Crosthwaite wrote: > This was guarding against a full fifo rather than an empty fifo when > popping. Fix. > > Signed-off-by: Peter Crosthwaite > --- Reviewed-by: Martin Kletzander With this patch qemu doesn't crash in my use

[Qemu-devel] qemu 1.7.0 does not build on NetBSD (patch)

2013-12-17 Thread Martin Husemann
int8_t. The attached patch fixes this. Martin Do not rely on int8_t (and friends) not being preprocessor symbols (or symbols expanding to themselves). On NetBSD (for example) the glue(u, SDATA_TYPE) results in u__int8_t, which is undefined. There is no way to stop cpp expanding inner macros, so

[Qemu-devel] How does cpu_ldx_data translate virtual->physical?

2013-11-16 Thread Martin T
Hello I'm new to the list and I'm looking to do some qemu hacking... so I'm reading through the sources. I've noticed that when e.g. helper functions for instructions need to read from the memory of the guest address space (for instance, based on an address passed in an operand) they use macros of

[Qemu-devel] [Bug 1285508] Re: [ppa 2.0~git-20140225] mouse cursor invisible with Ubuntu live system

2014-05-03 Thread Martin Pitt
I still regularly get this. The workaround is to open a terminal, which causes the cursor shape to change. Once that is done, the cursor stays visible. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/12

[Qemu-devel] [Bug 1285505] Re: [ppa 2.0~git-20140225] SIGABRT with -virtfs

2014-03-04 Thread Martin Pitt
Confirmed, this works now. Thanks! Closing, as this only affected the PPA. ** Changed in: qemu (Ubuntu) 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/1285

[Qemu-devel] VM list

2014-03-17 Thread Martin Kahil
Hello, I'm a researcher from Ben-Gurion Univeristy, working on various security aspects for virtual machines. A colleague of mine Dr. Alexander Binun has mailed you a few times recently. My question is quite simple. Does the order of the VMs in the vm_list has any importance? Or more specifically:

[Qemu-devel] [PATCH] gdbstub: Add a missing case of signal number translation in gdbstub

2014-11-04 Thread Martin Simmons
Signed-off-by: Martin Simmons diff --git a/gdbstub.c b/gdbstub.c index d1b5afd..6a73a35 100644 --- a/gdbstub.c +++ b/gdbstub.c @@ -823,7 +823,9 @@ static int gdb_handle_packet(GDBState *s, const char *line_buf) action = *p++; signal = 0; if (ac

Re: [Qemu-devel] [PATCH] gdbstub: Add a missing case of signal number translation in gdbstub

2014-11-05 Thread Martin Simmons
>>>>> On Tue, 4 Nov 2014 19:09:43 +, Peter Maydell said: > > On 4 November 2014 17:51, Martin Simmons wrote: > > While using qemu with gdb "target remote" to debug an application that uses > > fork and exec, the qemu process receives SIGSTOP every

Re: [Qemu-devel] [PATCH] gdbstub: Add a missing case of signal number translation in gdbstub

2014-11-05 Thread Martin Simmons
>>>>> On Wed, 5 Nov 2014 14:17:36 +, Peter Maydell said: > > On 5 November 2014 13:50, Martin Simmons wrote: > >>>>>> On Tue, 4 Nov 2014 19:09:43 +, Peter Maydell said: > >> The if() statement should have braces for our coding style,

Re: [Qemu-devel] [libvirt] [PATCH 3/5] qemu: add QEMU_CAPS_MACHINE_VMPORT_OPT

2015-04-14 Thread Martin Kletzander
On Tue, Apr 14, 2015 at 10:07:00AM -0600, Eric Blake wrote: [adding qemu] On 04/14/2015 09:58 AM, Marc-André Lureau wrote: Hi On Tue, Apr 14, 2015 at 4:25 PM, Martin Kletzander wrote: Is this not exposed in any way in QEMU? Do we really need to use this (what we're trying to

[Qemu-devel] [RFC/PATCH] Bad volume scaling with Win7 guest, spice audio, and Qemu Intel HDA codec

2015-04-20 Thread Wilck, Martin
thing for output (the output volume setting behaves acceptably for the default QEMU settings, see above). Please comment. Regards Martin --- qemu-2.1.3/hw/audio/hda-codec-common.h 2015-04-20 14:44:18.621197997 +0200 +++ qemu-2.1.3/hw/audio/hda-codec-common.h.new 2015-04-20 14:43:24.852627519 +02

[Qemu-devel] [PATCH] hda-codec: use smaller dynamic range for input amplifier

2015-04-21 Thread Martin Wilck
e similar ranges for input amplifiers. Signed-off-by: Martin Wilck --- hw/audio/hda-codec-common.h | 23 +++ hw/audio/hda-codec.c| 23 +-- 2 files changed, 32 insertions(+), 14 deletions(-) diff --git a/hw/audio/hda-codec-common.h b/hw/audio/hda-

Re: [Qemu-devel] [PATCH] hda-codec: use smaller dynamic range for input amplifier

2015-04-22 Thread Wilck, Martin
t to become effective in the "new" environment, because the guest will still assume 1dB stepping. Other than that, I can't see what might go wrong during a migration - but maybe I am overlooking something? I have no environment to test migration, so my thoughts above are just the

Re: [Qemu-devel] [PATCH 2/2] scripts: qom-tree: add support of path as argument

2015-05-14 Thread Martin Cerveny
officialy minimum supported ? Thanks for explanation of python status. M.C> On Thu, 14 May 2015, Paolo Bonzini wrote: On 13/05/2015 14:14, Martin Cerveny wrote: for item in items: if item['type'].startswith('child<'): -list_node(path + &#

  1   2   3   4   5   6   7   8   9   10   >