[Qemu-devel] [Bug 603878] [NEW] [Feature request] qemu-img option about recompressing

2010-07-10 Thread Коренберг Марк
Public bug reported: Suppose I have a fresh compressed qcow2 image. After some time the data were recorded without compression. I decide to make "QEMU-IMG convert" for that image to reduce its size. I want a new option, which selects between the two algorithms overdriven images: 1. extract all /

[Qemu-devel] [Bug 603878] Re: [Feature request] qemu-img option about recompressing

2010-07-10 Thread Коренберг Марк
(text was translated by translate.google.com) overdriven=re-compressing recorded=written -- [Feature request] qemu-img option about recompressing https://bugs.launchpad.net/bugs/603878 You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. Sta

Re: [Qemu-devel] Networking under Hurd quest still not working

2010-07-10 Thread Nigel Horne
Aurelien, Thank you for your reply. I've rebuild QEMU and gone back to old images of the Hurd when networking was working (to eliminate that as a cause). Networking is still not working with the latest Git version of QEMU with Linux host and Hurd guest. Do you have more details about tha

Re: [Qemu-devel] Networking under Hurd quest still not working

2010-07-10 Thread Aurelien Jarno
On Sat, Jul 10, 2010 at 08:42:04AM +0100, Nigel Horne wrote: > Aurelien, > > Thank you for your reply. >>> I've rebuild QEMU and gone back to old images of the Hurd when >>> networking was working (to eliminate that as a cause). Networking is >>> still not working with the latest Git version of QE

Re: [Qemu-devel] Networking under Hurd quest still not working

2010-07-10 Thread Nigel Horne
On 10/07/10 09:02, Aurelien Jarno wrote: On Sat, Jul 10, 2010 at 08:42:04AM +0100, Nigel Horne wrote: Aurelien, Thank you for your reply. I've rebuild QEMU and gone back to old images of the Hurd when networking was working (to eliminate that as a cause). Networking is still not wor

Re: [Qemu-devel] Networking under Hurd quest still not working

2010-07-10 Thread Aurelien Jarno
On Sat, Jul 10, 2010 at 09:16:36AM +0100, Nigel Horne wrote: > On 10/07/10 09:02, Aurelien Jarno wrote: >> On Sat, Jul 10, 2010 at 08:42:04AM +0100, Nigel Horne wrote: >> >>> Aurelien, >>> >>> Thank you for your reply. >>> > I've rebuild QEMU and gone back to old images of the Hurd wh

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

2010-07-10 Thread Коренберг Марк
I can send .iso installation image (~400mb compressed) and instructions how to reproduce bug. -- KVM segmentation fault, using SCSI+writeback and linux 2.4 guest https://bugs.launchpad.net/bugs/595438 You received this bug notification because you are a member of qemu- devel-ml, which is subscrib

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

2010-07-10 Thread Коренберг Марк
I have tried to repeat this bug on latest snapshot of kvm, and kvm get fall in same places. I talked with Jan Kiszka. bt commands on three experiments in same conditions: - (gdb) bt #0 0xb7412500 in main_arena () from /lib/tls/i686/cmov/libc.so.6

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

2010-07-10 Thread Коренберг Марк
format=qcow2, aio=threads - the same. format=qcow - DOES NOT DIE (!) - checked experiment three times ! -- KVM segmentation fault, using SCSI+writeback and linux 2.4 guest https://bugs.launchpad.net/bugs/595438 You received this bug notification because you are a member of qemu- devel-ml, wh

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

2010-07-10 Thread Коренберг Марк
RHEL 5.5 (in guest) does not break KVM in such conditions. -- KVM segmentation fault, using SCSI+writeback and linux 2.4 guest https://bugs.launchpad.net/bugs/595438 You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. Status in QEMU: Confir

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

2010-07-10 Thread Jan Kiszka
Коренберг Марк wrote: > I can send .iso installation image (~400mb compressed) and instructions > how to reproduce bug. That would be good. Please drop be a mail where to pick it up. Jan signature.asc Description: OpenPGP digital signature

[Qemu-devel] [Bug 603933] [NEW] unhandled wrmsr message in dmesg

2010-07-10 Thread Коренберг Марк
Public bug reported: [356028.189662] kvm: 7824: cpu0 unhandled wrmsr: 0x198 data 0 [356134.059541] kvm: 7824: cpu0 unhandled wrmsr: 0x198 data 0 [356153.065325] kvm: 7985: cpu0 unhandled wrmsr: 0x198 data 0 [356260.586187] kvm: 7985: cpu0 unhandled wrmsr: 0x198 data 0 [356587.367713] kvm: 8577: cp

[Qemu-devel] [Bug 567376] Re: qemu-img fails to convert image

2010-07-10 Thread Коренберг Марк
** Changed in: qemu Status: New => Incomplete -- qemu-img fails to convert image https://bugs.launchpad.net/bugs/567376 You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. Status in QEMU: Incomplete Bug description: On a Windows XP

[Qemu-devel] [Bug 567380] Re: qemu-img fails to create images >= 4G

2010-07-10 Thread Коренберг Марк
** Changed in: qemu Status: New => Incomplete -- qemu-img fails to create images >= 4G https://bugs.launchpad.net/bugs/567380 You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. Status in QEMU: Incomplete Bug description: On a Windo

[Qemu-devel] [PATCH] Block migration fail, ignore error from bdrv_getlength

2010-07-10 Thread Shahar Havivi
When there is no block driver associate with BlockDriverState bdrv_getlength returns -ENOMEDIUM that cause block migration to fail. Signed-off-by: Shahar Havivi --- block-migration.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/block-migration.c b/block-migration.c i

[Qemu-devel] Re: [PATCH] Block migration fail, ignore error from bdrv_getlength

2010-07-10 Thread shavivi
It need to be sectors <= 0, Will send v2 On Jul 10, 2010, at 14:15, Shahar Havivi wrote: > When there is no block driver associate with BlockDriverState bdrv_getlength > returns -ENOMEDIUM that cause block migration to fail. > > Signed-off-by: Shahar Havivi > --- > block-migration.c |2 +-

[Qemu-devel] [PATCH] e1000: Fix wrong microwire EEPROM state initialization

2010-07-10 Thread Izumi Tsutsui
This change fixes initialization of e1000's microwire EEPROM internal state values so that qemu's e1000 emulation works on NetBSD, which doesn't use Intel's em driver but has its own wm driver for the Intel i8254x Gigabit Ethernet. Previously set_eecd() function in e1000.c clears EEPROM internal s

[Qemu-devel] Re: [PATCH] ehci: check controller state when setting list registers

2010-07-10 Thread David S. Ahern
On 07/10/10 00:02, Jan Kiszka wrote: > They improve disk pass-through for me as well. I'm now also able to boot > from some external USB disk. However, applying more heavy load, the disk > stops working at some point and even disconnects after a while. I saw that as well. On the TO-DO list. > T

[Qemu-devel] [PATCH v2] Block migration fail, ignore error from bdrv_getlength

2010-07-10 Thread Shahar Havivi
When there is no block driver associate with BlockDriverState bdrv_getlength returns -ENOMEDIUM that cause block migration to fail v2: fix sectors<0 to sectors<=0 Signed-off-by: Shahar Havivi --- block-migration.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/block-m

[Qemu-devel] Re: [SeaBIOS] [PATCH v2 2/2] seabios: pciinit: use pci device initializer helper function.

2010-07-10 Thread Kevin O'Connor
On Wed, Jul 07, 2010 at 12:14:02PM +0900, Isaku Yamahata wrote: > This patch makes use of pci device initialization helper function > to convert if/switch clause to table driven. > So this makes it easier to add q35 initialization code. > > Signed-off-by: Isaku Yamahata I committed the first pat

[Qemu-devel] [Bug 510612] Re: sound broken in qemu 0.12.x

2010-07-10 Thread John Eikenberry
** Also affects: qemu (Debian) Importance: Undecided Status: New -- sound broken in qemu 0.12.x https://bugs.launchpad.net/bugs/510612 You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. Status in QEMU: New Status in “qemu” packag

[Qemu-devel] [Bug 603933] Re: unhandled wrmsr message in dmesg

2010-07-10 Thread Avi Kivity
1. This is a kvm issue, not qemu. 2. This is a place for reporting bugs, not asking questions. If you want to ask questions, use the mailing list. ** Changed in: qemu Status: New => Invalid -- unhandled wrmsr message in dmesg https://bugs.launchpad.net/bugs/603933 You received this bug

[Qemu-devel] Re: [SeaBIOS] [PATCH v2 2/2] seabios: pciinit: use pci device initializer helper function.

2010-07-10 Thread Isaku Yamahata
On Sat, Jul 10, 2010 at 01:14:06PM -0400, Kevin O'Connor wrote: > On Wed, Jul 07, 2010 at 12:14:02PM +0900, Isaku Yamahata wrote: > > This patch makes use of pci device initialization helper function > > to convert if/switch clause to table driven. > > So this makes it easier to add q35 initializat

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

2010-07-10 Thread David Johnston
Public bug reported: My build of QEMU i386-softmmu crashes with a "floating point exception" upon Win98SE startup when "Cirrus Logic 5446 PCI" display adapter properties are set above 16 colors and/or 640 x 480". My Setup: I've been working to configure Windows 98 SE for video games in QEMU (in