[Qemu-devel] Re: [PATCH 6/7] Clarify default values in migration speed argument in monitor

2010-10-10 Thread Jes Sorensen
On 10/08/10 18:21, Paolo Bonzini wrote: >> diff --git a/hmp-commands.hx b/hmp-commands.hx >> index 95bdb91..f138a76 100644 >> --- a/hmp-commands.hx >> +++ b/hmp-commands.hx >> @@ -756,7 +756,8 @@ ETEXI >> .name = "migrate_set_speed", >> .args_type = "value:o", >>

[Qemu-devel] ASIC emulation By QEMU ??

2010-10-10 Thread siva sankar padhy
Hi all, we are doing a project where we need run a proprietary guest OS on linux host. the guest OS architecture expects the pci bus and ASIC to be emulated and its behavior should be as like the real hardware. can QEMU assures this..please reply ASAP With Regards, Sibun

[Qemu-devel] Re: [PATCH, RFC] Sparc: convert some debug printf statements to tracepoints

2010-10-10 Thread Blue Swirl
On Sat, Oct 9, 2010 at 3:10 PM, Blue Swirl wrote: > Replace some debug printf statements with tracepoints. > > Signed-off-by: Blue Swirl > --- > I think tracing way is more flexible than current conditional code. I > remember wading through hundreds of megs of DPRINTF output looking for > a clue

Re: [Qemu-devel] [PATCH, RFC] Sparc: convert some debug printf statements to tracepoints

2010-10-10 Thread Blue Swirl
On Sun, Oct 10, 2010 at 6:01 PM, Artyom Tarasenko wrote: > On Sun, Oct 10, 2010 at 7:37 PM, Artyom Tarasenko wrote: >> On Sat, Oct 9, 2010 at 5:10 PM, Blue Swirl wrote: >>> Replace some debug printf statements with tracepoints. >>> >>> Signed-off-by: Blue Swirl >>> --- >>> I think tracing way i

Re: [Qemu-devel] [PATCH, RFC] Sparc: convert some debug printf statements to tracepoints

2010-10-10 Thread Artyom Tarasenko
On Sat, Oct 9, 2010 at 5:10 PM, Blue Swirl wrote: > Replace some debug printf statements with tracepoints. > > Signed-off-by: Blue Swirl > --- > I think tracing way is more flexible than current conditional code. I > remember wading through hundreds of megs of DPRINTF output looking for > a clue

Re: [Qemu-devel] [PATCH, RFC] Sparc: convert some debug printf statements to tracepoints

2010-10-10 Thread Artyom Tarasenko
On Sun, Oct 10, 2010 at 7:37 PM, Artyom Tarasenko wrote: > On Sat, Oct 9, 2010 at 5:10 PM, Blue Swirl wrote: >> Replace some debug printf statements with tracepoints. >> >> Signed-off-by: Blue Swirl >> --- >> I think tracing way is more flexible than current conditional code. I >> remember wadin

[Qemu-devel] [Bug 647793] Re: tap-bsd.c has no test for Mac OS X

2010-10-10 Thread Ted Lemon
This is really pathetic, but I'm afraid I have no clue how to do this: > Could you please resubmit it to qemu-devel using git-send-email and a full commit message with Signed-off-by? I tried googling and reading manuals, but I couldn't connect the dots. Can you send me a sample command line? I'

[Qemu-devel] [PATCH v2] trace: Adapt trace file name for Haiku

2010-10-10 Thread Andreas Färber
Cast the getpid() return value and adapt the format string. Avoids the following warning: CCsimpletrace.o /Data/QEMU/qemu/simpletrace.c: In function 'st_set_trace_file': /Data/QEMU/qemu/simpletrace.c:77: warning: format '%u' expects type 'unsigned int', but argument 3 has type 'pid_t' v2:

[Qemu-devel] Re: kvm networking todo wiki

2010-10-10 Thread Michael S. Tsirkin
On Sun, Oct 10, 2010 at 01:37:45PM +0200, Dragos Tatulea wrote: > Hi, > > > More importantly: anyone's going to work on this? > > I'd like to work on this. Might need some assistance though. > > Thanks, > Dragos Cool, you can add this info to the wiki. Thanks! -- MST

[Qemu-devel] Re: kvm networking todo wiki

2010-10-10 Thread Dragos Tatulea
Hi, > More importantly: anyone's going to work on this? I'd like to work on this. Might need some assistance though. Thanks, Dragos

Re: [Qemu-devel] [PATCH] monitor: add usb_detach

2010-10-10 Thread Alon Levy
- "Anthony Liguori" wrote: > How is this different than usb_del? Is it that it detaches it but > does > not delete the device? > yes. There is no usb_attach command because it was harder to write (can't use the bus.addr since a detached device doesn't have them) and I didn't need it righ

[Qemu-devel] [Bug 485251] Re: qemu 0.11.50: Guest boot failed when the drive interface is scsi

2010-10-10 Thread Maraschin
Hello, Is there any plans to fix this issue? lsi_scsi: error: ORDERED queue not implemented lsi_scsi: error: Unimplemented message 0x0d kvm: /build/buildd/qemu-kvm-0.12.5+noroms/hw/lsi53c895a.c:596: lsi_reselect: Assertion `s->current == ((void *)0)' failed. I've tried with qemu-kvm: 012.4 and

[Qemu-devel] Re: [PATCH v2 6/7] qed: Read/write support

2010-10-10 Thread Avi Kivity
On 10/08/2010 05:48 PM, Stefan Hajnoczi wrote: This patch implements the read/write state machine. Operations are fully asynchronous and multiple operations may be active at any time. Allocating writes lock tables to ensure metadata updates do not interfere with each other. If two allocating

[Qemu-devel] Re: [PATCH v2 3/7] docs: Add QED image format specification

2010-10-10 Thread Avi Kivity
On 10/08/2010 05:48 PM, Stefan Hajnoczi wrote: Signed-off-by: Stefan Hajnoczi --- docs/specs/qed_spec.txt | 94 +++ 1 files changed, 94 insertions(+), 0 deletions(-) +Feature bits: +* QED_F_BACKING_FILE = 0x01. The image uses a backing file. +*