Re: [Qemu-devel] [PATCH] scripts: add a guard macro in generated .h files

2011-02-20 Thread Tristan Gingold
On Feb 20, 2011, at 7:14 PM, Aurelien Jarno wrote: > On Mon, Feb 07, 2011 at 04:21:40PM +0100, Tristan Gingold wrote: >> To avoid redefinition warnings. > config-host.h only contains #define entries, and GCC doesn't choke when > as long as the definitions are the same. What is the use case of thi

Re: [Qemu-devel] Re: Network bridging without adding bridge with brctl, possible?

2011-02-20 Thread Gerhard Wiesinger
On Sun, 20 Feb 2011, Arnd Bergmann wrote: On Sunday 20 February 2011, Gerhard Wiesinger wrote: qemu-system-x86_64 ... some params ... -net nic,model=e1000,macaddr=1a:46:0b:ca:bc:7c -net tap,fd=3 3<>/dev/tap10 Seems to me quite logically because macvtap0 (and not macvlan0) is associated with /d

Re: [Qemu-devel] Re: Network bridging without adding bridge with brctl, possible?

2011-02-20 Thread Gerhard Wiesinger
On Sun, 20 Feb 2011, Arnd Bergmann wrote: On Sunday 20 February 2011, Gerhard Wiesinger wrote: Not sure if this is by design or due to internals of the networking stack, but it looks unintuitive from user perspective. Maybe Arnd can shed a light on this. The lower device cannot be in bridge

[Qemu-devel] Re: [PATCH 07/18] Introduce fault tolerant VM transaction QEMUFile and ft_mode.

2011-02-20 Thread ya su
Yoshiaki: I have one question about ram_save_live, during migration 3 stage(completation stage), it will call cpu_physical_memory_set_dirty_tracking(0) to stop recording ram dirty pages. at the end of migrate_ft_trans_connect function, it will invoke vm_start(), at this time, cpu_physical_memo

Re: [Qemu-devel] How can I understand iotlb (IOMMU)

2011-02-20 Thread Mulyadi Santosa
On Mon, Feb 21, 2011 at 10:15, wang sheng wrote: > I can't understand CPUState's  iotlb field , Why we need iotlb ? > > to cache I/O MMU translation? -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com

[Qemu-devel] How can I understand iotlb (IOMMU)

2011-02-20 Thread wang sheng
I can't understand CPUState's iotlb field , Why we need iotlb ?

[Qemu-devel] How can I understand CONFIG_IO_THREAD ?

2011-02-20 Thread wang sheng
What is the purpose of io_thread desigment in qemu ?

[Qemu-devel] [Bug 722425] Re: guest hangs when starting guest from qcow-images and physical-images

2011-02-20 Thread Yongjie Ren
** Attachment added: "2-hang-StartFromRealImage.jpg" https://bugs.launchpad.net/qemu/+bug/722425/+attachment/1863451/+files/2-hang-StartFromRealImage.jpg -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/b

[Qemu-devel] [Bug 722425] Re: guest hangs when starting guest from qcow-images and physical-images

2011-02-20 Thread Yongjie Ren
** Attachment added: "1-hang-StartFromQcowImage.jpg" https://bugs.launchpad.net/bugs/722425/+attachment/1863450/+files/1-hang-StartFromQcowImage.jpg -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/7

[Qemu-devel] [Bug 722425] [NEW] guest hangs when starting guest from qcow-images and physical-images

2011-02-20 Thread Yongjie Ren
Public bug reported: Environment: kvm.git Commit:a685b38e272587e644fedd37269ddb82df21c052 qemu-kvm Commit:8eef0b0c8e92d93158ea2a08fbc804799a08b2ea Host Kernel Version:2.6.38-rc4 Bug detailed description: -- When start a guest using qemu-system-x86_64 tool, the guest hangs.

[Qemu-devel] [Bug 551545] Re: PXE netboot not booting localboot from virtio-disk

2011-02-20 Thread Serge Hallyn
Hi, could you test whether you still have this problem with lucid-proposed? ** Changed in: qemu-kvm (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/5515

[Qemu-devel] Re: [PATCH V6 1/4 resend] nmi: convert cpu_index to cpu-index

2011-02-20 Thread Lai Jiangshan
Hi, Luiz Capitulino Any problem? Thanks, Lai On 02/14/2011 06:09 PM, Lai Jiangshan wrote: > "cpu-index" which uses hyphen is better name. > > Signed-off-by: Lai Jiangshan > --- > diff --git a/hmp-commands.hx b/hmp-commands.hx > index 5d4cb9e..e43ac7c 100644 > --- a/hmp-commands.hx > +++ b/hmp

[Qemu-devel] Re: GSOC 2011 (KVM for MIPS)

2011-02-20 Thread yajin
On Sun, Feb 20, 2011 at 9:16 AM, Jan Kiszka wrote: > On 2011-02-20 14:08, Aurelien Jarno wrote: >> On Wed, Feb 16, 2011 at 07:32:31PM -0500, yajin wrote: >>> Hi all, >> >> Hi, >> >>> I have proposed an idea of GSOC 2011 about adding KVM support to MIPS >>> architecture. I have solid experience on

Re: [Qemu-devel] qemu-0.14.0 doesn't compile on ppc32

2011-02-20 Thread malc
On Mon, 21 Feb 2011, nello martuscielli wrote: > On Sun, Feb 20, 2011 at 6:02 PM, malc wrote: > > > > > Replacing -O2 with -O or no O at all will work too. > > > > hi malc, > do you have the same machine and a similar toolchain? > Yes. -- mailto:av1...@comtv.ru

Re: [Qemu-devel] [PATCH v3] PS/2 keyboard Scancode Set 3 support

2011-02-20 Thread Roy Tam
2011/2/21 Aurelien Jarno : > On Mon, Feb 14, 2011 at 08:59:02PM +0800, Roy Tam wrote: >> The following patch adds PS/2 keyboard Scancode Set 3 support. >> >> Sign-off-by: Roy Tam >> -- >> v3: change from switch to array, more style fixes >> v2: checkpatch.pl style fixes >> >> diff --git a/hw/ps2.c

[Qemu-devel] [PATCH v4] PS/2 keyboard Scancode Set 3 support

2011-02-20 Thread Roy Tam
The following patch adds PS/2 keyboard Scancode Set 3 support. Sign-off-by: Roy Tam -- v4: fix comment v3: change from switch to array, more style fixes v2: checkpatch.pl style fixes diff --git a/hw/ps2.c b/hw/ps2.c index 762bb00..0917e89 100644 --- a/hw/ps2.c +++ b/hw/ps2.c @@ -110,14 +110,24 @

Re: [Qemu-devel] qemu-0.14.0 doesn't compile on ppc32

2011-02-20 Thread nello martuscielli
On Sun, Feb 20, 2011 at 6:02 PM, malc wrote: > > Replacing -O2 with -O or no O at all will work too. > hi malc, do you have the same machine and a similar toolchain? regards, nello

Re: [Qemu-devel] qemu-0.14.0 doesn't compile on ppc32

2011-02-20 Thread nello martuscielli
On Sun, Feb 20, 2011 at 5:56 PM, Aurelien Jarno wrote: > > It is most likely a compiler/setup issue. My guess your machine got out > of memory, and the OOM killer killed cc1. Try adding more memory and/or > swap, it should work. > i've 1.5GB of ram and 1GB of swap. I tried installing a chroot wi

[Qemu-devel] [PATCH] Register only one qbus_reset_all_fn() for system bus

2011-02-20 Thread Dmitry Eremin-Solenikov
Currently reset handler is registered for System bus twice: once during bus creation and once in vl.c. Remove the second qemu_register_reset() invocation. Also while we are at it, remove incorrect check at qbus_create_inplace(): when system bus is created, main_system_bus is NULL (as it's not yet c

Re: [Qemu-devel] [PATCH 2/4] softfloat: add float32_set_sign(), float32_infinity, float64_half, float64_256 and float64_512.

2011-02-20 Thread Aurelien Jarno
On Sun, Feb 20, 2011 at 10:09:46PM +, Peter Maydell wrote: > On 20 February 2011 21:52, Aurelien Jarno wrote: > > On Fri, Feb 18, 2011 at 03:49:15PM +0100, Christophe Lyon wrote: > > >> +#define float64_half make_float64(0x3fe0LL) > >> +#define float64_256 make_float64(0x40700

Re: [Qemu-devel] Re: Strategic decision: COW format

2011-02-20 Thread Aurelien Jarno
On Fri, Feb 18, 2011 at 10:57:05AM +0100, Kevin Wolf wrote: > Am 18.02.2011 10:12, schrieb Markus Armbruster: > > Kevin Wolf writes: > > > >> Am 15.02.2011 20:45, schrieb Chunqiang Tang: > Chunqiang Tang/Watson/IBM wrote on 01/28/2011 05:13:27 PM: > As you requested, I set up a wiki pag

Re: [Qemu-devel] [PATCH 2/4] softfloat: add float32_set_sign(), float32_infinity, float64_half, float64_256 and float64_512.

2011-02-20 Thread Peter Maydell
On 20 February 2011 21:52, Aurelien Jarno wrote: > On Fri, Feb 18, 2011 at 03:49:15PM +0100, Christophe Lyon wrote: >> +#define float64_half make_float64(0x3fe0LL) >> +#define float64_256 make_float64(0x4070LL) >> +#define float64_512 make_float64(0x4080LL) >>

[Qemu-devel] [Bug 551545] Re: PXE netboot not booting localboot from virtio-disk

2011-02-20 Thread Reinhard Tartler
** Also affects: qemu 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/551545 Title: PXE netboot not booting localboot from virtio-disk Status in QEMU: N

Re: [Qemu-devel] [PATCH 2/4] softfloat: add float32_set_sign(), float32_infinity, float64_half, float64_256 and float64_512.

2011-02-20 Thread Aurelien Jarno
On Fri, Feb 18, 2011 at 03:49:15PM +0100, Christophe Lyon wrote: > These constants and utility function are needed to implement some > helpers. Defining constants avoids the need to re-compute them at > runtime. > > Signed-off-by: Christophe Lyon > --- > fpu/softfloat.h |9 + > 1 fil

Re: [Qemu-devel] [PATCH 1/4] softfloat: move all default NaN definitions to softfloat.h.

2011-02-20 Thread Aurelien Jarno
On Fri, Feb 18, 2011 at 03:49:14PM +0100, Christophe Lyon wrote: > These special values are needed to implement some helper functions, > which return/use these values in some cases. > > Signed-off-by: Christophe Lyon > --- > fpu/softfloat-specialize.h | 68 -

Re: [Qemu-devel] Re: Network bridging without adding bridge with brctl, possible?

2011-02-20 Thread Arnd Bergmann
On Sunday 20 February 2011, Gerhard Wiesinger wrote: > >> qemu-system-x86_64 ... some params ... -net > >> nic,model=e1000,macaddr=1a:46:0b:ca:bc:7c -net tap,fd=3 3<>/dev/tap10 > >> > >> Seems to me quite logically because macvtap0 (and not macvlan0) is > >> associated with /dev/tap10 but with anot

Re: [Qemu-devel] Re: Network bridging without adding bridge with brctl, possible?

2011-02-20 Thread Arnd Bergmann
On Sunday 20 February 2011, Gerhard Wiesinger wrote: > > > > Not sure if this is by design or due to internals of the networking > > stack, but it looks unintuitive from user perspective. Maybe Arnd can > > shed a light on this. The lower device cannot be in bridge mode, because that would make th

Re: [Qemu-devel] [PATCH] Network functions patches for win32

2011-02-20 Thread Blue Swirl
On Thu, Feb 10, 2011 at 11:16 AM, Pavel Dovgaluk wrote: > This patch contains some fixes for network functions, working in Windows > environment, and consists of two parts: > > 1. net/socket.c fix >   MSDN includes the following in WSAEALREADY error description for connect() >   function: "To pres

[Qemu-devel] Re: [PATCH 2/7] implement win32 dynticks timer

2011-02-20 Thread Blue Swirl
On Thu, Feb 10, 2011 at 7:37 PM, Paolo Bonzini wrote: > Signed-off-by: Paolo Bonzini > Cc: Stefan Weil > Cc: Blue Swirl > --- >  qemu-timer.c |    6 +- >  1 files changed, 5 insertions(+), 1 deletions(-) > > diff --git a/qemu-timer.c b/qemu-timer.c > index b0db780..42960de 100644 > --- a/qe

[Qemu-devel] Re: [PATCH 4/7] add win32 qemu-thread implementation

2011-02-20 Thread Blue Swirl
On Fri, Feb 11, 2011 at 2:28 PM, Paolo Bonzini wrote: > On 02/10/2011 08:46 PM, Stefan Weil wrote: >> >> Am 10.02.2011 18:37, schrieb Paolo Bonzini: >>> >>> For now, qemu_cond_timedwait and qemu_mutex_timedlock are left as >>> POSIX-only functions. They can be removed later, once the patches >>> t

Re: [Qemu-devel] [PATCH 1/2] w32: Use additional library libiberty.a

2011-02-20 Thread Blue Swirl
Thanks, applied both. On Fri, Feb 4, 2011 at 11:38 PM, Stefan Weil wrote: > libiberty.a is part of MinGW and provides useful functions > like ffs (MinGW) and getopt (MinGW-w64). > > It is needed for w64 compilations and allows simpler code for w32. > > Cc: Anthony Liguori > Signed-off-by: Stefan

[Qemu-devel] [Bug 393562] Re: QEMU does not support files with colons in the filename

2011-02-20 Thread Stefan Weil
** Description changed: It is impossible to feed filenames with the character colon because qemu interprets such names as a protocol. For example a filename scsi:0, is interpreted as a protocol "scsi". - Unfortunately filenames like + Unfortunately filenames like /dev/disk/by-path/pci-

[Qemu-devel] [Bug 722311] [NEW] Segmentation fault if started without -enable-kvm parameter

2011-02-20 Thread Bug Reporter
Public bug reported: I start qemu (Linux) from the same USB memory stick on several computers. Up to and including qemu 0.12.5, I could use or not use qemu's "-enable-kvm" command line parameter as appropriate for the hardware, and qemu would run. In contrast, qemu 0.13.0 and 0.14.0 segfault if st

Re: [Qemu-devel] [PATCH 2/3] check-qdict: Fix possible crash

2011-02-20 Thread Aurelien Jarno
On Fri, Jan 21, 2011 at 10:50:30PM +0100, Stefan Weil wrote: > This warning is reported by cppcheck: > > check-qdict.c:270: warning: scanf without field width limits can crash with > huge input data > > Fix it by limiting the field widths to 127 (both key and value take > 127 characters + a term

[Qemu-devel] [Bug 449958] Re: qemu is unable to boot from virtio drives

2011-02-20 Thread Aurelien Jarno
** 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/449958 Title: qemu is unable to boot from virtio drives Status in QEMU: Fix Release

[Qemu-devel] Re: GSOC 2011

2011-02-20 Thread yajin
> On Wed, Feb 16, 2011 at 07:32:31PM -0500, yajin wrote: >> Hi all, > > Hi, > >> I have proposed an idea of GSOC 2011 about adding KVM support to MIPS >> architecture. I have solid experience on MIPS architecture and >> familiar with qemu. I am very interested in this project. > > Having KVM suppor

Re: [Qemu-devel] Re: Network bridging without adding bridge with brctl, possible?

2011-02-20 Thread Gerhard Wiesinger
On Sun, 20 Feb 2011, Jan Kiszka wrote: On 2011-02-20 16:19, Gerhard Wiesinger wrote: On Sun, 20 Feb 2011, Jan Kiszka wrote: On 2011-02-20 13:49, Gerhard Wiesinger wrote: On Sun, 20 Feb 2011, Jan Kiszka wrote: On 2011-02-19 20:32, Gerhard Wiesinger wrote: Hello, http://virt.kernelnewbies.

[Qemu-devel] [PATCH 2/2 V1] Fixed EPROM for AMD driver compatibility under DOS with Netware driver

2011-02-20 Thread Gerhard Wiesinger
Signed-off-by: Gerhard Wiesinger --- hw/pcnet.c | 12 ++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/hw/pcnet.c b/hw/pcnet.c index db52dc5..a6d5784 100644 --- a/hw/pcnet.c +++ b/hw/pcnet.c @@ -1562,9 +1562,17 @@ void pcnet_h_reset(void *opaque) /* Initialize

[Qemu-devel] [Bug 540230] Re: Configuration option error for ARM in default-configs

2011-02-20 Thread Aurelien Jarno
** 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/540230 Title: Configuration option error for ARM in default-configs Status in QEMU:

[Qemu-devel] [Bug 696015] Re: UMAAL should use unsigned multiply

2011-02-20 Thread Aurelien Jarno
** 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/696015 Title: UMAAL should use unsigned multiply Status in QEMU: Fix Released Bug

[Qemu-devel] [Bug 393562] Re: QEMU does not support files with colons in the filename

2011-02-20 Thread Aurelien Jarno
** 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/393562 Title: QEMU does not support files with colons in the filename Status in QEMU:

[Qemu-devel] [Bug 534973] Re: qemu-system-ppc segfaults when booting from Debian lenny netinst image

2011-02-20 Thread Aurelien Jarno
** 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/534973 Title: qemu-system-ppc segfaults when booting from Debian lenny netinst image

[Qemu-devel] [Bug 393562] Re: QEMU does not support files with colons in the filename

2011-02-20 Thread Michael Tokarev
This bug is not fixed. There was an attempt to fix it, but it were reverted. There was another attempt (by me) but it was incomplete (I'll resend in shortly). For some reason I can't change status of this bug back to something more appropriate. -- You received this bug notification because you

Re: [Qemu-devel] Re: Network bridging without adding bridge with brctl, possible?

2011-02-20 Thread Jan Kiszka
On 2011-02-20 16:19, Gerhard Wiesinger wrote: > On Sun, 20 Feb 2011, Jan Kiszka wrote: > >> On 2011-02-20 13:49, Gerhard Wiesinger wrote: >>> On Sun, 20 Feb 2011, Jan Kiszka wrote: >>> On 2011-02-19 20:32, Gerhard Wiesinger wrote: > Hello, http://virt.kernelnewbies.org/MacVTap >

[Qemu-devel] [Bug 419590] Re: kvm core dump on hotplug (pci_add)

2011-02-20 Thread Aurelien Jarno
** 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/419590 Title: kvm core dump on hotplug (pci_add) Status in QEMU: Fix Released Statu

Re: [Qemu-devel] [PATCH 1/2] pxa2xx_keypad: enhance emulation of KPAS, KPASMKP regs

2011-02-20 Thread Aurelien Jarno
On Tue, Feb 15, 2011 at 03:27:28PM +0200, Vasily Khoruzhick wrote: > Add emulation of KPAS register and proper emulation of > KPASMKP regs, so now driver supports multipresses and properly > works with Linux driver. > > Signed-off-by: Vasily Khoruzhick > --- > hw/pxa2xx_keypad.c | 114 > ++

[Qemu-devel] [Bug 573827] Re: QEMU 0.12.3 crashes on incomplete USB serial device parameter

2011-02-20 Thread Aurelien Jarno
** 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/573827 Title: QEMU 0.12.3 crashes on incomplete USB serial device parameter Status in

[Qemu-devel] [Bug 494500] Re: QEMU 0.12.0 does not support KVM with Kernel < 2.6.29, bug in ./configure and kvm-all.c

2011-02-20 Thread Aurelien Jarno
** 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/494500 Title: QEMU 0.12.0 does not support KVM with Kernel < 2.6.29, bug in ./config

[Qemu-devel] [Bug 563883] Re: typo, easy fix

2011-02-20 Thread Aurelien Jarno
** 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/563883 Title: typo, easy fix Status in QEMU: Fix Released Bug description: Spot

[Qemu-devel] [Bug 551814] Re: qemu-system-sparc: conditional branch never taken when its delay slot accesses io and icount is being used

2011-02-20 Thread Aurelien Jarno
** 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/551814 Title: qemu-system-sparc: conditional branch never taken when its delay slot

[Qemu-devel] Re: [PATCH v2] Fix obvious mistake in pxa2xx i2s driver

2011-02-20 Thread Aurelien Jarno
On Sun, Feb 20, 2011 at 09:23:59PM +0200, Vasily Khoruzhick wrote: > RST bit is (1 << 4) bit, not (1 << 3), fix condition > that enables i2s if ENB is set and RST is not set. > > Signed-off-by: Vasily Khoruzhick > --- > v2: simplify expression > > hw/pxa2xx.c |2 +- > 1 files changed, 1 ins

[Qemu-devel] [Bug 581335] Re: ARM Thumb IT block incorrect execution after interrupt

2011-02-20 Thread Aurelien Jarno
** 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/581335 Title: ARM Thumb IT block incorrect execution after interrupt Status in QEMU:

[Qemu-devel] [Bug 450522] Re: Unable to set fullscreen anymore

2011-02-20 Thread Aurelien Jarno
** 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/450522 Title: Unable to set fullscreen anymore Status in QEMU: Fix Released Bug de

[Qemu-devel] [PATCH v2] Fix obvious mistake in pxa2xx i2s driver

2011-02-20 Thread Vasily Khoruzhick
RST bit is (1 << 4) bit, not (1 << 3), fix condition that enables i2s if ENB is set and RST is not set. Signed-off-by: Vasily Khoruzhick --- v2: simplify expression hw/pxa2xx.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/pxa2xx.c b/hw/pxa2xx.c index d966846..6e4

[Qemu-devel] [Bug 550863] Re: MicroBlaze QEMU skips jumps when using single steps in GDB

2011-02-20 Thread Aurelien Jarno
** 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/550863 Title: MicroBlaze QEMU skips jumps when using single steps in GDB Status in QE

Re: [Qemu-devel] [PATCH] qdev: Fix printout of bit device properties with bit index >= 8

2011-02-20 Thread Aurelien Jarno
On Mon, Jan 10, 2011 at 11:11:40PM +0100, di...@google.com wrote: > From: David 'Digit' Turner > > Signed-off-by: David 'Digit' Turner > --- > hw/qdev-properties.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/hw/qdev-properties.c b/hw/qdev-properties.c > index

Re: [Qemu-devel] [PATCH 1/3] tests: Fix two memory leaks

2011-02-20 Thread Aurelien Jarno
On Fri, Jan 21, 2011 at 10:49:29PM +0100, Stefan Weil wrote: > Although both leaks are not really important, fix them > to avoid cppcheck warnings: > > tests/linux-test.c:433: error: Memory leak: stack1 > tests/linux-test.c:433: error: Memory leak: stack2 > > Signed-off-by: Stefan Weil > --- >

[Qemu-devel] [Bug 586420] Re: WinXP install cd hangs at boot time if machine started with floppy

2011-02-20 Thread Aurelien Jarno
** 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/586420 Title: WinXP install cd hangs at boot time if machine started with floppy Stat

Re: [Qemu-devel] [PATCH] Fix obvious mistake in pxa2xx i2s driver

2011-02-20 Thread Vasily Khoruzhick
On Sunday 20 February 2011 20:24:46 Aurelien Jarno wrote: > The fix looks fine, but the resulting code is probably over > engineered... What about: > > s->enable = (value & 9) == 1; > > ? Looks OK to me. Regards Vasily

[Qemu-devel] [Bug 721825] Re: VDI block driver bugs

2011-02-20 Thread Stefan Weil
** Changed in: qemu Status: New => Confirmed ** Changed in: qemu Assignee: (unassigned) => Stefan Weil (ubuntu-weilnetz) -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/721825 Title: VDI

Re: [Qemu-devel] qemu-0.14.0 doesn't compile on ppc32

2011-02-20 Thread Peter Maydell
On 20 February 2011 16:56, Aurelien Jarno wrote: > On Sun, Feb 20, 2011 at 03:01:12PM +0100, nello martuscielli wrote: >>   CC    x86_64-softmmu/translate.o >> {standard input}: Assembler messages: >> {standard input}:11903788: Warning: end of file not at end of a line; >> newline inserted >> gcc:

[Qemu-devel] [Bug 538908] Re: qemu-system-cris crashes after a few seconds

2011-02-20 Thread Aurelien Jarno
** 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/538908 Title: qemu-system-cris crashes after a few seconds Status in QEMU: Fix Rele

Re: [Qemu-devel] [PATCH] Fix obvious mistake in pxa2xx i2s driver

2011-02-20 Thread Aurelien Jarno
On Mon, Feb 14, 2011 at 06:59:10PM +0200, Vasily Khoruzhick wrote: > RST bit is (1 << 3) bit, not (1 << 2), fix condition > that enables i2s if ENB is set and RST is not set. > > Signed-off-by: Vasily Khoruzhick > --- > hw/pxa2xx.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) >

[Qemu-devel] [Bug 594944] Re: --enable-debug error

2011-02-20 Thread Aurelien Jarno
** 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/594944 Title: --enable-debug error Status in QEMU: Fix Released Bug description:

Re: [Qemu-devel] [PATCH v3] PS/2 keyboard Scancode Set 3 support

2011-02-20 Thread Aurelien Jarno
On Mon, Feb 14, 2011 at 08:59:02PM +0800, Roy Tam wrote: > The following patch adds PS/2 keyboard Scancode Set 3 support. > > Sign-off-by: Roy Tam > -- > v3: change from switch to array, more style fixes > v2: checkpatch.pl style fixes > > diff --git a/hw/ps2.c b/hw/ps2.c > index 762bb00..da4737

Re: [Qemu-devel] [PATCH] qemu-char: Check for missing backend name

2011-02-20 Thread Aurelien Jarno
On Sat, Jan 22, 2011 at 01:07:26PM +, Stefan Hajnoczi wrote: > Check if the backend option is missing before searching the backend > table. This fixes a NULL pointer dereference when QEMU is invoked with > the following invalid command-line: > > $ qemu -chardev id=foo,path=/tmp/socket > >

[Qemu-devel] [Bug 586175] Re: Windows XP/2003 doesn't boot

2011-02-20 Thread Aurelien Jarno
** 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/586175 Title: Windows XP/2003 doesn't boot Status in QEMU: Fix Released Status in “

Re: [Qemu-devel] [PATCH] scripts: add a guard macro in generated .h files

2011-02-20 Thread Aurelien Jarno
On Mon, Feb 07, 2011 at 04:21:40PM +0100, Tristan Gingold wrote: > To avoid redefinition warnings. > > Signed-off-by: Tristan Gingold > --- > rules.mak |2 +- > scripts/create_config | 12 > 2 files changed, 13 insertions(+), 1 deletions(-) > > diff --git a/rules.

Re: [Qemu-devel] [PATCH] Fix obvious mistake in pxa2xx i2s driver

2011-02-20 Thread Aurelien Jarno
On Sun, Feb 20, 2011 at 08:39:20PM +0200, Vasily Khoruzhick wrote: > On Sunday 20 February 2011 20:24:46 Aurelien Jarno wrote: > > > The fix looks fine, but the resulting code is probably over > > engineered... What about: > > > > s->enable = (value & 9) == 1; > > > > ? > > Looks OK to

[Qemu-devel] [Bug 586424] Re: SMC91C111 failed when booting Linux/ARM(Mainstone) since 0.10.0

2011-02-20 Thread Aurelien Jarno
** 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/586424 Title: SMC91C111 failed when booting Linux/ARM(Mainstone) since 0.10.0 Status

[Qemu-devel] [Bug 595438] Re: KVM segmentation fault, using SCSI+writeback and linux 2.4 guest

2011-02-20 Thread Aurelien Jarno
** 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/595438 Title: KVM segmentation fault, using SCSI+writeback and linux 2.4 guest Status

[Qemu-devel] [Bug 586221] Re: Linux on ARM/Mainstone machine fails at bootstrap

2011-02-20 Thread Aurelien Jarno
** 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/586221 Title: Linux on ARM/Mainstone machine fails at bootstrap Status in QEMU: Fix

[Qemu-devel] [Bug 643496] Re: qemu crashes with -nodefaults

2011-02-20 Thread Aurelien Jarno
** 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/643496 Title: qemu crashes with -nodefaults Status in QEMU: Fix Released Bug descr

[Qemu-devel] [Bug 700774] Re: sh7750.c:672: sh7750_mmct_writel: Assertion `0' failed.

2011-02-20 Thread Aurelien Jarno
** 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/700774 Title: sh7750.c:672: sh7750_mmct_writel: Assertion `0' failed. Status in QEMU:

[Qemu-devel] [Bug 592056] Re: qemu segmentation fault when create qcow2 image with qemu-img command

2011-02-20 Thread Aurelien Jarno
** 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/592056 Title: qemu segmentation fault when create qcow2 image with qemu-img command S

[Qemu-devel] [Bug 585113] Re: e1000 irq problems after live migration with qemu-kvm 0.12.4

2011-02-20 Thread Aurelien Jarno
** 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/585113 Title: e1000 irq problems after live migration with qemu-kvm 0.12.4 Status in

[Qemu-devel] [Bug 670883] Re: ARM : ldrexd and strexd implementation flawed

2011-02-20 Thread Aurelien Jarno
** 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/670883 Title: ARM : ldrexd and strexd implementation flawed Status in QEMU: Fix Rel

[Qemu-devel] [Bug 673613] Re: ARM semihosting SYS_GET_CMDLINE does not return arguments

2011-02-20 Thread Aurelien Jarno
** 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/673613 Title: ARM semihosting SYS_GET_CMDLINE does not return arguments Status in QEM

[Qemu-devel] [Bug 237635] Re: qemu mouse and keyboard grab is an accessibility problem

2011-02-20 Thread Aurelien Jarno
** 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/237635 Title: qemu mouse and keyboard grab is an accessibility problem Status in QEMU

[Qemu-devel] [Bug 702885] Re: "Internal resource leak" error with ARM NEON vmull.s32 insn

2011-02-20 Thread Aurelien Jarno
** 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/702885 Title: "Internal resource leak" error with ARM NEON vmull.s32 insn Status in Q

Re: [Qemu-devel] [PATCH 1/3] pci: Fix memory leak

2011-02-20 Thread Aurelien Jarno
On Sat, Jan 22, 2011 at 01:02:44PM +0100, Stefan Weil wrote: > Signed-off-by: Stefan Weil > --- > hw/pci.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) Thanks all three patches applied. > diff --git a/hw/pci.c b/hw/pci.c > index 63f476a..38a60ae 100644 > --- a/hw/pci.c > +++ b/h

[Qemu-devel] [Bug 392032] Re: qemu-system-x86_64 fails to install debian-501-amd64-CD-1

2011-02-20 Thread Aurelien Jarno
** 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/392032 Title: qemu-system-x86_64 fails to install debian-501-amd64-CD-1 Status in QEM

[Qemu-devel] [Bug 629298] Re: incorrect output of ARM instruction SMMLS

2011-02-20 Thread Aurelien Jarno
** 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/629298 Title: incorrect output of ARM instruction SMMLS Status in QEMU: Fix Release

[Qemu-devel] [Bug 706766] Re: [Qemu-kvm] qemu-img fail to create qcow image

2011-02-20 Thread Aurelien Jarno
** 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/706766 Title: [Qemu-kvm] qemu-img fail to create qcow image Status in QEMU: Fix Rel

[Qemu-devel] [Bug 477946] Re: XP guest install fails with NTFS format error

2011-02-20 Thread Aurelien Jarno
** 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/477946 Title: XP guest install fails with NTFS format error Status in QEMU: Fix Rel

[Qemu-devel] [Bug 181951] Re: Single-stepping PPC targets chokes on branch instructions

2011-02-20 Thread Aurelien Jarno
** 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/181951 Title: Single-stepping PPC targets chokes on branch instructions Status in QEM

[Qemu-devel] [Bug 584143] Re: qemu fails to set hdd serial number

2011-02-20 Thread Aurelien Jarno
** 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/584143 Title: qemu fails to set hdd serial number Status in QEMU: Fix Released Stat

[Qemu-devel] [Bug 494486] Re: cirrus_vga display is buggy after migration

2011-02-20 Thread Aurelien Jarno
** 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/494486 Title: cirrus_vga display is buggy after migration Status in QEMU: Fix Relea

[Qemu-devel] [Bug 578346] Re: ATA IDENTIFY DEVICE word 64 doesn't describe available PIO modes

2011-02-20 Thread Aurelien Jarno
** 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/578346 Title: ATA IDENTIFY DEVICE word 64 doesn't describe available PIO modes Status

[Qemu-devel] [Bug 583462] Re: qemu disables screensaver

2011-02-20 Thread Aurelien Jarno
** 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/583462 Title: qemu disables screensaver Status in QEMU: Fix Released Bug descripti

[Qemu-devel] [Bug 544527] Re: usbfs is bugged with >2.6.32.9 and <=2.6.33 (breaks VMWare, Qemu, sane scanners, ...)

2011-02-20 Thread Aurelien Jarno
** Changed in: qemu Status: Fix Committed => 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/544527 Title: usbfs is bugged with >2.6.32.9 and <=2.6.33 (breaks VMWare, Qemu, sane scan

[Qemu-devel] [Bug 584139] Re: keymapping error for usb keyboard (windows/menu keys)

2011-02-20 Thread Aurelien Jarno
** 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/584139 Title: keymapping error for usb keyboard (windows/menu keys) Status in QEMU:

[Qemu-devel] [Bug 556346] Re: build errors with GCC-4.2.4-1ubuntu4

2011-02-20 Thread Aurelien Jarno
** 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/556346 Title: build errors with GCC-4.2.4-1ubuntu4 Status in QEMU: Fix Released Bu

[Qemu-devel] [Bug 604166] Re: QEMU Floating Point Exception and Crash while Emulating "Cirrus Logic 5446 PCI" in Win98

2011-02-20 Thread Aurelien Jarno
** 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/604166 Title: QEMU Floating Point Exception and Crash while Emulating "Cirrus Logic

[Qemu-devel] [Bug 581737] Re: Can't read e1000 NIC EEPROM on NetBSD guest

2011-02-20 Thread Aurelien Jarno
** 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/581737 Title: Can't read e1000 NIC EEPROM on NetBSD guest Status in QEMU: Fix Relea

[Qemu-devel] [Bug 604872] Re: qemu-system-arm segfaults emulating versatile machine after running debootstrap --second-stage inside vm

2011-02-20 Thread Aurelien Jarno
** 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/604872 Title: qemu-system-arm segfaults emulating versatile machine after running de

[Qemu-devel] [Bug 600063] Re: target-arm/translate.c

2011-02-20 Thread Aurelien Jarno
** 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/600063 Title: target-arm/translate.c Status in QEMU: Fix Released Bug description:

[Qemu-devel] [Bug 611640] Re: snapshot mode is broken for raw images

2011-02-20 Thread Aurelien Jarno
** 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/611640 Title: snapshot mode is broken for raw images Status in QEMU: Fix Released

[Qemu-devel] [Bug 584153] Re: no useful error message when tap device open fails

2011-02-20 Thread Aurelien Jarno
** 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/584153 Title: no useful error message when tap device open fails Status in QEMU: Fi

[Qemu-devel] [Bug 597402] Re: qemu does not call unlink() on temp files in snapshot mode

2011-02-20 Thread Aurelien Jarno
** 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/597402 Title: qemu does not call unlink() on temp files in snapshot mode Status in QE

  1   2   >