Re: [Qemu-devel] [PATCH 00/11] isa: preliminary work for multiple buses

2011-11-05 Thread Hervé Poussineau
Ping #2. Hervé Poussineau a écrit : Ping. Hervé Poussineau a écrit : Current patches are a rework of my patches already available at [1]. They don't provide full support for multiple ISA buses (yet), but add a ISABus or ISADevice argument to all ISA functions. They are mostly mechanically touc

Re: [Qemu-devel] Do you have a use for a tester of virtio-scsi with CD drives ?

2011-11-05 Thread Paolo Bonzini
On 11/04/2011 09:28 PM, Thomas Schmitt wrote: After i disabled SET STREAMING, i was able to write a thoroughly formatted DVD+RW. But when i inserted one that was never written up to its end, the attempt failed to (re-)start background formatting (Format Type = 26h): FORMAT UNIT 04 11 00 0

Re: [Qemu-devel] [PATCH 05/14] eepro100: Use PCI DMA stub functions

2011-11-05 Thread Stefan Weil
On Wed, Nov 02, 2011 at 09:16:34AM +0200, Michael S. Tsirkin wrote: On Mon, Oct 31, 2011 at 05:06:49PM +1100, David Gibson wrote: From: Eduard - Gabriel Munteanu [snip] @@ -744,21 +713,26 @@ static void dump_statistics(EEPRO100State * s) * values which really matter. * Number of data should c

[Qemu-devel] [PATCH v2] realview: fix reset bit depending on platform

2011-11-05 Thread Jean-Christophe DUBOIS
Depending on the considered baseboard the bit used to reset the platform is different. Here is the list of considered Realview/Versatile platforms: Realview/Versatile AB for ARM926EJ-S: BOARD_ID = 0x100 = BOARD_ID_PB926 http://infocenter.arm.com/help/topic/com.arm.doc.dui0225d/CACCIFGI.html Real

[Qemu-devel] [PATCH v2] arm: Fix CP15 FSR (C5) domain setting

2011-11-05 Thread Jean-Christophe DUBOIS
During Xvisor development, it was noted that qemu did not return the correct domain value in the Cp15 [Data] FSR register (C5). This patch is a proposal to fix it. v2: - fix coding style - rebase on git. Signed-off-by: Jean-Christophe DUBOIS --- target-arm/helper.c | 26 +++--

Re: [Qemu-devel] Do you have a use for a tester of virtio-scsi with CD drives ?

2011-11-05 Thread Thomas Schmitt
Hi, Paolo Bonzini wrote: > Can you retry this running qemu as root or with CAP_SYS_RAWIO? No improvement to see. On a new DVD+RW i do $ xorriso -for_backup -scsi_log on -dev /dev/sr1 -add /usr/include -- and still get FORMAT UNIT 04 11 00 00 00 00 To drive: 12b 00 02 00 08 ff ff ff

[Qemu-devel] SeaBIOS - Network Problem - LSI53C895A Interrupt problem

2011-11-05 Thread Gerhard Wiesinger
Hello, I'm having the following problem with Knoppix 6.2 since commit a65f417c8430ce6781cbbfe84381a97d60628d81 of seabios: Linux Call trace and AMD pcnet network interface doesn't work. Looks like that interrupt is disabled. 21.016946] irq 11: nobody cared (try booting with the "irqpoll"

Re: [Qemu-devel] Do you have a use for a tester of virtio-scsi with CD drives ?

2011-11-05 Thread Thomas Schmitt
Hi, i completed my tests on DVD-RW (next will be DVD+R). Sequential DVD-RW can be written with write type Incremental (aka Packet) and be blanked. The write run commands of this DVD-RW profile 0x14 are the same as the ones for profile 0x11 DVD-R. So i boldly declare write success for both. Thor

Re: [Qemu-devel] Do you have a use for a tester of virtio-scsi with CD drives ?

2011-11-05 Thread Paolo Bonzini
On 11/05/2011 03:37 PM, Thomas Schmitt wrote: MMC-3 5.2 and MMC-5 6.2.3 state about processing of command BLANK with Immed bit set to one: "In response to the REQUEST SENSE command, unless an error has occurred, the Drive shall return a SK/ASC/ASCQ values set to NOT READY/LOGICAL UNIT NOT REA

Re: [Qemu-devel] Do you have a use for a tester of virtio-scsi with CD drives ?

2011-11-05 Thread Thomas Schmitt
Hi, > > [REQUEST SENSE while blanking] > > MMC-3 5.2 and MMC-5 6.2.3 > Is this git master or 0.15? It is a git clone obtained on November 2 by git clone git://git.qemu.org/qemu.git I see a file VERSION with date Nov 2 13:41 (+0100) $ cat VERSION 0.15.90 $ git describe fatal: No ann

Re: [Qemu-devel] Do you have a use for a tester of virtio-scsi with CD drives ?

2011-11-05 Thread Thomas Schmitt
Hi, now for DVD+R burning. It works well if i avoid command RESERVE TRACK. RESERVE TRACK shows similar effects as the failed DVD-RW DAO run, resp. the failed CD SAO run: qemu gets stuck at 100 % CPU. No failed ioctl is indicated by my printfs. Details:

Re: [Qemu-devel] [PATCH v7 0/2] PC system flash support

2011-11-05 Thread Jordan Justen
Cc: qemu-devel On Fri, Nov 4, 2011 at 22:37, Zhi Yong Wu wrote: > On Sat, Nov 5, 2011 at 12:11 AM, Jordan Justen wrote: >> On Fri, Nov 4, 2011 at 04:34, Zhi Yong Wu wrote: >>> BTW: what is the relationship between -bios and -pflash? >> >> Previously the QEMU/KVM PC system had no pflash support.

Re: [Qemu-devel] [Bug 885213] Re: Latest GIT version fails to compile on Linux cris-softmmu/pci-stub.c

2011-11-05 Thread Jordan Justen
On Fri, Nov 4, 2011 at 10:22, Stefan Weil <885...@bugs.launchpad.net> wrote: > Did you try compilation in a tree with old generated files from previous > compilations? If there are several qmp-commands.h in subdirectories, > you have such old files. There must be only one qmp-commands.h > in the bu

[Qemu-devel] [Bug 885213] Re: Latest GIT version fails to compile on Linux cris-softmmu/pci-stub.c

2011-11-05 Thread Stefan Weil
'make clean' won't remove the old qmp-commands.h files. I think it did remove them before commit e3193601c84558c303b1773379da76fce80c0a56, so if you always had run 'make clean' before 'git pull', it would have worked. Removing files which were build with older QEMU versions is not required, so i

Re: [Qemu-devel] [PATCH] KVM: Add wrapper script around Qemu to test kernels

2011-11-05 Thread Alexander Graf
On 24.08.2011, at 20:44, Américo Wang wrote: > On Thu, Aug 25, 2011 at 4:35 AM, Alexander Graf wrote: >> >> On 24.08.2011, at 00:31, Américo Wang wrote: >> >>> On Wed, Aug 24, 2011 at 1:19 PM, Pekka Enberg wrote: It's nice to see such an honest attempt at improving QEMU usability,

[Qemu-devel] zaurus machine test kernel and initrd

2011-11-05 Thread Benoît Canet
Hello list, I build a zaurus kernel and a buildroot initrd image for 1.0 testing day. How can I put these images in the download section of the wiki ? Regards Benoît

Re: [Qemu-devel] [PATCH] KVM: Add wrapper script around QEMU to test kernels

2011-11-05 Thread Alexander Graf
On 25.08.2011, at 11:01, Blue Swirl wrote: > On Wed, Aug 24, 2011 at 9:38 PM, Alexander Graf wrote: >> On LinuxCon I had a nice chat with Linus on what he thinks kvm-tool >> would be doing and what he expects from it. Basically he wants a >> small and simple tool he and other developers can run

[Qemu-devel] [PATCH] KVM: Add wrapper script around QEMU to test kernels

2011-11-05 Thread Alexander Graf
On LinuxCon I had a nice chat with Linus on what he thinks kvm-tool would be doing and what he expects from it. Basically he wants a small and simple tool he and other developers can run to try out and see if the kernel they just built actually works. Fortunately, QEMU can do that today already! T

Re: [Qemu-devel] [PATCH] KVM: Add wrapper script around QEMU to test kernels

2011-11-05 Thread Andreas Färber
Am 06.11.2011 02:35, schrieb Alexander Graf: > On LinuxCon I had a nice chat with Linus on what he thinks kvm-tool > would be doing and what he expects from it. Basically he wants a > small and simple tool he and other developers can run to try out and > see if the kernel they just built actually w

Re: [Qemu-devel] [PATCH v7 0/2] PC system flash support

2011-11-05 Thread Zhi Yong Wu
On Sun, Nov 6, 2011 at 5:30 AM, Jordan Justen wrote: > Cc: qemu-devel > > On Fri, Nov 4, 2011 at 22:37, Zhi Yong Wu wrote: >> On Sat, Nov 5, 2011 at 12:11 AM, Jordan Justen wrote: >>> On Fri, Nov 4, 2011 at 04:34, Zhi Yong Wu wrote: BTW: what is the relationship between -bios and -pflash?

Re: [Qemu-devel] [PATCH v4] block:add-cow file format

2011-11-05 Thread Dong Xu Wang
Do you have any comments? Thanks. 2011/10/27 Dong Xu Wang : > Provide a new file format: add-cow. The usage can be found in add-cow.txt of > this patch. > > Signed-off-by: Dong Xu Wang > --- >  Makefile.objs          |    1 + >  block.c                |    2 +- >  block.h                |    1 +