Re: [Qemu-devel] Broken Microblaze timer

2012-06-14 Thread Peter Crosthwaite
On Fri, Jun 15, 2012 at 8:39 AM, Peter Chubb wrote: >> "Paolo" == Paolo Bonzini writes: > > Paolo> Il 14/06/2012 04:29, Peter Crosthwaite ha scritto: >>> Obviously this sucks as a patch, but without this hack, the system >>> freezes on boot. I managed to ascertain that its coming from the >>>

Re: [Qemu-devel] wiki account

2012-06-14 Thread Peter Crosthwaite
Thanks Stefan, Regards, Peter On Thu, Jun 14, 2012 at 11:22 PM, Stefan Hajnoczi wrote: > On Thu, Jun 14, 2012 at 3:31 AM, Peter Crosthwaite > wrote: >> I wish to upload my test images to the wiki, and I see the process for >> getting an account is to contact via email. Can someone create me an

Re: [Qemu-devel] [PATCH 0/3] qom: refactor Interfaces

2012-06-14 Thread Peter Crosthwaite
On Thu, Jun 14, 2012 at 6:54 AM, Anthony Liguori wrote: > The interface implementation was pretty busted.  The way it created Objects > for > each interface was extremely clumbsy and brittle. > > This is a new implementation that does something quite a bit more natural.  It > simply modifies clas

[Qemu-devel] use after free in usb code

2012-06-14 Thread Bruce Rogers
Hi, A bug was reported against qemu v1.1 in openSUSE 12.2. See: https://bugzilla.novell.com/show_bug.cgi?id=766310 I've discovered that uhci_queue_free is called with a queue that is still active. Bisecting shows that this bug was introduced in git commit id d9a528db7f2d71d92e869e20bda37774f11fbb

Re: [Qemu-devel] Broken Microblaze timer

2012-06-14 Thread Peter Chubb
> "Peter" == Peter Crosthwaite writes: Peter> So ptimer has safeguards against misuse in periodic mode but Peter> not one-shot mode? This strikes me as inconsistent. I.E. for Peter> one use case the safeguard is in ptimer, and the other in the Peter> client device. I think if we are in the bu

Re: [Qemu-devel] [PATCH 1/1] Add usb option in machine options.

2012-06-14 Thread Peter Crosthwaite
On Fri, Jun 15, 2012 at 1:06 PM, Li Zhang wrote: > > > On Thu, Jun 14, 2012 at 10:27 PM, Andreas Färber wrote: >> >> Am 14.06.2012 07:17, schrieb zhlci...@gmail.com: >> > From: Li Zhang >> > >> > For pseries machine, it needs to enable usb >> > to add kbd or usb mouse. -usb option won't >> > be

Re: [Qemu-devel] [PATCH v6 2/3] Simpletrace v2: Support multiple arguments, strings.

2012-06-14 Thread Harsh Bora
On 06/15/2012 12:09 AM, Harsh Prateek Bora wrote: static gpointer writeout_thread(gpointer opaque) { -TraceRecord record; -unsigned int writeout_idx = 0; -unsigned int num_available, idx; +TraceRecord *recordptr, *dropped_ptr; +union { +TraceRecord rec; +ui

Re: [Qemu-devel] [PATCH 1/1] Add usb option in machine options.

2012-06-14 Thread Benjamin Herrenschmidt
On Fri, 2012-06-15 at 15:15 +1000, Peter Crosthwaite wrote: > > What should really happen here, is if you do change over to a machine > opt, then all clients of the -usb should use the machine opt > infrastructure, then the need for global state is eliminated > completely. > > But does this new -

Re: [Qemu-devel] [PATCH 1/1] Add usb option in machine options.

2012-06-14 Thread Li Zhang
On Fri, Jun 15, 2012 at 1:15 PM, Peter Crosthwaite < peter.crosthwa...@petalogix.com> wrote: > On Fri, Jun 15, 2012 at 1:06 PM, Li Zhang wrote: > > > > > > On Thu, Jun 14, 2012 at 10:27 PM, Andreas Färber > wrote: > >> > >> Am 14.06.2012 07:17, schrieb zhlci...@gmail.com: > >> > From: Li Zhang

[Qemu-devel] [Bug 1013467] Re: network in bridge mode doesn't work in SMP Linux guest

2012-06-14 Thread Yongjie Ren
** Attachment added: "guest dmesg log" https://bugs.launchpad.net/qemu/+bug/1013467/+attachment/3190179/+files/dmesg-guest.log -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1013467 Title: netwo

Re: [Qemu-devel] IO performance test on the tcm-vhost scsi

2012-06-14 Thread Asias He
On 06/14/2012 08:07 PM, Stefan Hajnoczi wrote: On Thu, Jun 14, 2012 at 05:45:22PM +0800, Cong Meng wrote: On Thu, 2012-06-14 at 09:30 +0100, Stefan Hajnoczi wrote: On Wed, Jun 13, 2012 at 11:13 AM, mengcong wrote: seq-readseq-write rand-read rand-write

Re: [Qemu-devel] [libseccomp-discuss] [RFC] [PATCHv2 0/2] Sandboxing Qemu guests with Libseccomp

2012-06-14 Thread Kees Cook
On Wed, Jun 13, 2012 at 1:31 PM, Paul Moore wrote: > On Wednesday, June 13, 2012 04:20:20 PM Eduardo Otubo wrote: >> Hello all, >> >> This is the second effort to sandbox Qemu guests using Libseccomp[0]. > > ... > >> [0] - http://sourceforge.net/projects/libseccomp/ [1] - >> http://git.kernel.org/

[Qemu-devel] [Bug 1013467] Re: network in bridge mode doesn't work in SMP Linux guest

2012-06-14 Thread Yongjie Ren
** Attachment added: "lspci -vvv in guest" https://bugs.launchpad.net/qemu/+bug/1013467/+attachment/3190180/+files/lspci-guest.log -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1013467 Title: n

[Qemu-devel] [Bug 1013467] [NEW] network in bridge mode doesn't work in SMP Linux guest

2012-06-14 Thread Yongjie Ren
Public bug reported: Environment: Host OS (ia32/ia32e/IA64):ia32e Guest OS (ia32/ia32e/IA64):ia32e Guest OS Type (Linux/Windows):Linux kvm.git Commit:25e531a988ea5a64bd97a72dc9d3c65ad5850120 qemu-kvm Commit:0a948cbb1835e5f36990e173966d30bc4c8cc038 Host Kernel Version:3.5.0-rc1 Hardwar

<    1   2   3