[Qemu-devel] Re: [PATCH 2/2] msix: Pull in config.h for CONFIG_KVM

2010-10-23 Thread Paolo Bonzini
On 10/23/2010 03:50 AM, Alex Williamson wrote: Oops, memory.c isn't upstream, I'll push it down in my patch queue and send a new one. Neither is kvm_set_irq actually. :) This patch is only needed for qemu-kvm. BTW, maybe the better solution would be to move the kvm_*_irq* functions from

Re: [Qemu-devel] [RFC][PATCH 00/15] virtproxy: host/guest communication layer

2010-10-23 Thread Blue Swirl
On Fri, Oct 22, 2010 at 6:43 PM, Michael Roth mdr...@linux.vnet.ibm.com wrote: OVERVIEW: Virtproxy proxies and multiplexes socket streams over a data channel between a host and a guest (currently network connections, emulated serial, or virtio-serial channels are supported). This allows for

[Qemu-devel] Re: [RFC][PATCH 00/10] virtagent: host/guest RPC communication agent

2010-10-23 Thread Andrew Beekhof
On 10/22/2010 08:45 PM, Michael Roth wrote: This set of patches is meant to be applied on top of the Virtproxy v1 patchset. OVERVIEW: There are a wide range of use cases motivating the need for a guest agent of some sort to extend the functionality/usability/control offered by QEMU. Some

Re: [Qemu-devel] [PATCH 2/3] Make paio subsystem use threadlets

2010-10-23 Thread Stefan Hajnoczi
On Thu, Oct 21, 2010 at 1:10 PM, Arun R Bharadwaj a...@linux.vnet.ibm.com wrote:  static ssize_t qemu_paio_return(struct qemu_paiocb *aiocb)  {     ssize_t ret; -    mutex_lock(lock);     ret = aiocb-ret; -    mutex_unlock(lock); -     return ret;  } @@ -536,14 +442,15 @@ static void

Re: [Qemu-devel] [PATCH 3/3] Add helper functions to enable virtio-9p make use of the threadlets

2010-10-23 Thread Stefan Hajnoczi
My review comments from the last version still stand: http://permalink.gmane.org/gmane.comp.emulators.qemu/82796 Stefan

Re: [Qemu-devel] v6: [PATCH 0/3]: Threadlets: A generic task offloading framework

2010-10-23 Thread Stefan Hajnoczi
On Fri, Oct 22, 2010 at 10:59 AM, Amit Shah amit.s...@redhat.com wrote: On (Wed) Oct 20 2010 [08:18:51], Anthony Liguori wrote: On 10/20/2010 07:05 AM, Stefan Hajnoczi wrote: On Wed, Oct 20, 2010 at 12:57 PM, Amit Shahamit.s...@redhat.com  wrote: On (Tue) Oct 19 2010 [23:12:20], Arun R

Re: [Qemu-devel] [PATCH 00/17] [RFC] static instrumentation

2010-10-23 Thread Blue Swirl
On Fri, Oct 22, 2010 at 6:32 PM, Lluís xscr...@gmx.net wrote: Here's a set of patches with the current state of static instrumentation. Hope that this organization will help understanding the point of it. Patch 9 describes the taken approach for instrumenting during code generation, which is

Re: [Qemu-devel] [PATCH] [virtio-9p] Add datasync to server side TFSYNC/RFSYNC for dotl

2010-10-23 Thread Blue Swirl
On Fri, Oct 22, 2010 at 7:15 PM, Venkateswararao Jujjuri (JV) jv...@linux.vnet.ibm.com wrote: SYNOPSIS    size[4] Tfsync tag[2] fid[4] datasync[4]    size[4] Rfsync tag[2] DESCRIPTION    The Tfsync transaction transfers (flushes) all modified in-core data of    file identified by fid to

[Qemu-devel] Re: [SeaBIOS] [PATCH] mark irq9 active high in DSDT

2010-10-23 Thread Kevin O'Connor
On Thu, Oct 21, 2010 at 12:07:17PM +0200, Avi Kivity wrote: How do we manage the stable series wrt this issue? qemu-kvm-0.12.5 has a regression within the stable series that this patch fixes. qemu 0.12.5 does not, but only because it does not emulate polarity in the I/O APIC correctly.

[Qemu-devel] Re: [PATCH 5/9] Move qemu_gettimeofday() to OS specific files

2010-10-23 Thread Blue Swirl
On Mon, Oct 18, 2010 at 8:15 AM, jes.soren...@redhat.com wrote: From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Almost there: CCm68k-linux-user/m68k-semi.o /src/qemu/m68k-semi.c: In function 'do_m68k_semihosting': /src/qemu/m68k-semi.c:328:

[Qemu-devel] Re: [RFC][PATCH 00/10] virtagent: host/guest RPC communication agent

2010-10-23 Thread Michael Roth
On 10/23/2010 06:31 AM, Andrew Beekhof wrote: On 10/22/2010 08:45 PM, Michael Roth wrote: This set of patches is meant to be applied on top of the Virtproxy v1 patchset. OVERVIEW: There are a wide range of use cases motivating the need for a guest agent of some sort to extend the

[Qemu-devel] [Bug 645662] Re: Python 3.1.2 math errors with Qemu 0.12.5

2010-10-23 Thread Arno Wagner
Forgot so say: This is still present in 0.13.0. -- Python 3.1.2 math errors with Qemu 0.12.5 https://bugs.launchpad.net/bugs/645662 You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. Status in QEMU: New Bug description: When doing the

[Qemu-devel] [Bug 645662] Re: Python 3.1.2 math errors with Qemu 0.12.5

2010-10-23 Thread Arno Wagner
Just found time to look a bit deeper into this. The problem is in the (real) asinh() function. I think it is possible that somewhere a calculation was done in float instead of double or a double value was shortened to float. Please note that until this is fixed, qemu i386 is not IEEE754

Re: [Qemu-devel] [PATCH 0/6] First part of autoconfy series: cleanup tests/

2010-10-23 Thread Blue Swirl
Thanks, applied all. On Thu, Oct 21, 2010 at 8:18 AM, Paolo Bonzini pbonz...@redhat.com wrote: This is a small start from the autoconfy configure series.  Actually, this part is almost completely new.  It cleans up the tests Makefile so that the i386-linux-user testsuite's Makefile targets are

Re: [Qemu-devel] [PATCH] [virtio-9p] Add datasync to server side TFSYNC/RFSYNC for dotl

2010-10-23 Thread Venkateswararao Jujjuri (JV)
On 10/23/2010 5:44 AM, Blue Swirl wrote: On Fri, Oct 22, 2010 at 7:15 PM, Venkateswararao Jujjuri (JV) jv...@linux.vnet.ibm.com wrote: SYNOPSIS size[4] Tfsync tag[2] fid[4] datasync[4] size[4] Rfsync tag[2] DESCRIPTION The Tfsync transaction transfers (flushes) all modified

Re: [Qemu-devel] [PATCH 1/2] usb-ccid: add CCID bus

2010-10-23 Thread Alon Levy
On Fri, Oct 22, 2010 at 03:49:38PM +0200, Markus Armbruster wrote: Alon Levy al...@redhat.com writes: A CCID device is a smart card reader. It is a USB device, defined at [1]. This patch introduces the usb-ccid device that is a ccid bus. Next patches will introduce two card types to

[Qemu-devel] Re: [PATCH 1/2] msix: Allow msix_init on a device with existing MSI-X capability

2010-10-23 Thread Michael S. Tsirkin
On Fri, Oct 22, 2010 at 02:40:31PM -0600, Alex Williamson wrote: To enable common msix support to be used with pass through devices, don't attempt to change the BAR if the device already has an MSI-X capability. This also means we want to pay closer attention to the size when we map the msix

[Qemu-devel] Re: [PATCH 2/2] msix: Pull in config.h for CONFIG_KVM

2010-10-23 Thread Michael S. Tsirkin
On Fri, Oct 22, 2010 at 02:40:39PM -0600, Alex Williamson wrote: We need to pull in config.h or else kvm.h doesn't pull in linux/config.h, which we need if we ever want KVM_CAP_IRQCHIP defined. This requires moving the object over to Makefile.target or else we can't find config-target.h

[Qemu-devel] Re: [PATCH 2/2] msix: Pull in config.h for CONFIG_KVM

2010-10-23 Thread Alex Williamson
On Sat, 2010-10-23 at 18:16 +0200, Michael S. Tsirkin wrote: On Fri, Oct 22, 2010 at 02:40:39PM -0600, Alex Williamson wrote: We need to pull in config.h or else kvm.h doesn't pull in linux/config.h, which we need if we ever want KVM_CAP_IRQCHIP defined. This requires moving the object

[Qemu-devel] Re: [PATCH 1/2] msix: Allow msix_init on a device with existing MSI-X capability

2010-10-23 Thread Alex Williamson
On Sat, 2010-10-23 at 18:18 +0200, Michael S. Tsirkin wrote: On Fri, Oct 22, 2010 at 02:40:31PM -0600, Alex Williamson wrote: To enable common msix support to be used with pass through devices, don't attempt to change the BAR if the device already has an MSI-X capability. This also means

[Qemu-devel] Re: [PATCH 2/2] msix: Pull in config.h for CONFIG_KVM

2010-10-23 Thread Michael S. Tsirkin
On Sat, Oct 23, 2010 at 10:52:43AM -0600, Alex Williamson wrote: On Sat, 2010-10-23 at 18:16 +0200, Michael S. Tsirkin wrote: On Fri, Oct 22, 2010 at 02:40:39PM -0600, Alex Williamson wrote: We need to pull in config.h or else kvm.h doesn't pull in linux/config.h, which we need if we ever

Re: [Qemu-devel] [PATCH] [virtio-9p] Add datasync to server side TFSYNC/RFSYNC for dotl

2010-10-23 Thread Blue Swirl
On Sat, Oct 23, 2010 at 3:39 PM, Venkateswararao Jujjuri (JV) jv...@linux.vnet.ibm.com wrote: On 10/23/2010 5:44 AM, Blue Swirl wrote: On Fri, Oct 22, 2010 at 7:15 PM, Venkateswararao Jujjuri (JV) jv...@linux.vnet.ibm.com wrote: SYNOPSIS    size[4] Tfsync tag[2] fid[4] datasync[4]    

[Qemu-devel] Re: [PATCH 2/2] msix: Pull in config.h for CONFIG_KVM

2010-10-23 Thread Alex Williamson
On Sat, 2010-10-23 at 19:29 +0200, Michael S. Tsirkin wrote: On Sat, Oct 23, 2010 at 10:52:43AM -0600, Alex Williamson wrote: On Sat, 2010-10-23 at 18:16 +0200, Michael S. Tsirkin wrote: On Fri, Oct 22, 2010 at 02:40:39PM -0600, Alex Williamson wrote: We need to pull in config.h or else

[Qemu-devel] Re: [PATCH 2/2] msix: Pull in config.h for CONFIG_KVM

2010-10-23 Thread Michael S. Tsirkin
On Sat, Oct 23, 2010 at 12:42:44PM -0600, Alex Williamson wrote: On Sat, 2010-10-23 at 19:29 +0200, Michael S. Tsirkin wrote: On Sat, Oct 23, 2010 at 10:52:43AM -0600, Alex Williamson wrote: On Sat, 2010-10-23 at 18:16 +0200, Michael S. Tsirkin wrote: On Fri, Oct 22, 2010 at 02:40:39PM

[Qemu-devel] Re: [PATCH 2/2] msix: Pull in config.h for CONFIG_KVM

2010-10-23 Thread Alex Williamson
On Sat, Oct 23, 2010 at 2:38 PM, Michael S. Tsirkin m...@redhat.com wrote: On Sat, Oct 23, 2010 at 12:42:44PM -0600, Alex Williamson wrote: On Sat, 2010-10-23 at 19:29 +0200, Michael S. Tsirkin wrote: On Sat, Oct 23, 2010 at 10:52:43AM -0600, Alex Williamson wrote: On Sat, 2010-10-23 at

[Qemu-devel] [Bug 665743] [NEW] Cocoa video corruption when guest uses RGB565 mode

2010-10-23 Thread Todd Jones
Public bug reported: The cocoa video driver doesn't currently support when the guest uses RGB565 or HighColor mode resulting in corrupted video. The initial graphics screen of recent Ubuntu installs is an example. The attached patch against 0.13.0-release seems to fix the problem by introducing

[Qemu-devel] [Bug 665743] Re: Cocoa video corruption when guest uses RGB565 mode

2010-10-23 Thread Todd Jones
** Patch added: rgb565.patch https://bugs.launchpad.net/bugs/665743/+attachment/1708692/+files/rgb565.patch -- Cocoa video corruption when guest uses RGB565 mode https://bugs.launchpad.net/bugs/665743 You received this bug notification because you are a member of qemu- devel-ml, which is

[Qemu-devel] kqemu with full -kernel-kqemu and windows XP guest

2010-10-23 Thread John Lumby
There have been a few posts over the years on problems with Win XP BSOD during boot when trying to run the windows using the old kqemu accelerator with the -kernel-kqemu option (accelerate guest kernel mode as well as guest user mode). This issue is probably nearly dead by now, but for

[Qemu-devel] [PATCH] [virtio-9p] Add datasync to server side TFSYNC/RFSYNC for dotl

2010-10-23 Thread Venkateswararao Jujjuri (JV)
SYNOPSIS size[4] Tfsync tag[2] fid[4] datasync[4] size[4] Rfsync tag[2] DESCRIPTION The Tfsync transaction transfers (flushes) all modified in-core data of file identified by fid to the disk device (or other permanent storage device) where that file resides. If

Re: [Qemu-devel] [PATCH] [virtio-9p] Add datasync to server side TFSYNC/RFSYNC for dotl

2010-10-23 Thread Venkateswararao Jujjuri (JV)
On 10/23/2010 11:27 AM, Blue Swirl wrote: On Sat, Oct 23, 2010 at 3:39 PM, Venkateswararao Jujjuri (JV) jv...@linux.vnet.ibm.com wrote: On 10/23/2010 5:44 AM, Blue Swirl wrote: On Fri, Oct 22, 2010 at 7:15 PM, Venkateswararao Jujjuri (JV) jv...@linux.vnet.ibm.com wrote: SYNOPSIS size[4]