[Qemu-devel] Re: [PATCH v7 2/6] pcie/aer: helper functions for pcie aer capability

2010-11-02 Thread Isaku Yamahata
On Tue, Nov 02, 2010 at 02:57:12PM +0200, Michael S. Tsirkin wrote: > > +static void pcie_aer_clear_error(PCIDevice *dev); > > +static void pcie_aer_msg(PCIDevice *dev, const PCIEAERMsg *msg); > > + > > so what exactly is the order of calls that makes > removing the forward declarations impractica

Re: [Qemu-devel] [PATCH 0/3] v4 Decouple block device removal from device removal

2010-11-02 Thread Ryan Harper
* Michael S. Tsirkin [2010-11-02 14:18]: > On Tue, Nov 02, 2010 at 02:01:08PM -0500, Ryan Harper wrote: > > > > > > I like the idea of disconnect; if part of the device_del method was > > > > > > to > > > > > > invoke a disconnect method, we could implement that for block, net, > > > > > > etc;

Re: [Qemu-devel] AIX emulated on x86 host

2010-11-02 Thread Jernej Simončič
On Tuesday, November 2, 2010, 14:53:08, glen.c.bo...@esso.ca wrote: > Andreas - it sounds like an interesting development project, but I'm going > to have to decline. The amount of effort to get my application running on > AIX emulated under QEMU seems to be greater than the effort we were hoping

Re: [Qemu-devel] [PATCH 0/3] v4 Decouple block device removal from device removal

2010-11-02 Thread Michael S. Tsirkin
On Tue, Nov 02, 2010 at 02:01:08PM -0500, Ryan Harper wrote: > > > > > I like the idea of disconnect; if part of the device_del method was to > > > > > invoke a disconnect method, we could implement that for block, net, > > > > > etc; > > > > > > > > > > I'd think we'd want to send the notificati

Re: [Qemu-devel] Re: [PATCH 28/40] xenner: libxc emu: evtchn

2010-11-02 Thread Stefano Stabellini
On Tue, 2 Nov 2010, Alexander Graf wrote: > This is getting confusing :). There are multiple ways of spawning a Xen PV > instance I'm aware of: > > 1) Xen PV context > 2) Xen PV context in SVM/VMX container, maintained by Xen > 3) Xenner on TCG/KVM > 4) Xenner on Xen HVM > > For 1 and 2 the way

[Qemu-devel] Re: [PATCH 3/3] msi: Store the capability size in PCIDevice

2010-11-02 Thread Michael S. Tsirkin
On Tue, Nov 02, 2010 at 10:08:30AM -0600, Alex Williamson wrote: > On Tue, 2010-11-02 at 17:39 +0200, Michael S. Tsirkin wrote: > > On Tue, Nov 02, 2010 at 08:23:10AM -0600, Alex Williamson wrote: > > > On Tue, 2010-11-02 at 16:07 +0200, Michael S. Tsirkin wrote: > > > > On Tue, Nov 02, 2010 at 08:

Re: [Qemu-devel] [PATCH 0/3] v4 Decouple block device removal from device removal

2010-11-02 Thread Ryan Harper
> > > > I like the idea of disconnect; if part of the device_del method was to > > > > invoke a disconnect method, we could implement that for block, net, etc; > > > > > > > > I'd think we'd want to send the notification, then disconnect. > > > > Struggling with whether it's worth having some reas

Re: [Qemu-devel] [PATCH 0/3] v4 Decouple block device removal from device removal

2010-11-02 Thread Michael S. Tsirkin
Cc yamah...@valinux.co.jp, he is working on hotplug for pci express. On Tue, Nov 02, 2010 at 11:53:39AM -0500, Ryan Harper wrote: > * Michael S. Tsirkin [2010-11-02 10:56]: > > On Tue, Nov 02, 2010 at 09:22:01AM -0500, Ryan Harper wrote: > > > * Michael S. Tsirkin [2010-11-02 08:59]: > > > > On

Re: [Qemu-devel] [PATCH 0/3] v4 Decouple block device removal from device removal

2010-11-02 Thread Ryan Harper
* Michael S. Tsirkin [2010-11-02 10:56]: > On Tue, Nov 02, 2010 at 09:22:01AM -0500, Ryan Harper wrote: > > * Michael S. Tsirkin [2010-11-02 08:59]: > > > On Tue, Nov 02, 2010 at 08:46:22AM -0500, Ryan Harper wrote: > > > > * Markus Armbruster [2010-11-02 04:40]: > > > > > > > >> >> I'd like to

[Qemu-devel] [Bug 655120] Re: VirtFS EFAULT when accessing not existing files

2010-11-02 Thread James Morse
Yes, I can't reproduce this anymore with the updated tree. This can probably be closed. Thanks! -- VirtFS EFAULT when accessing not existing files https://bugs.launchpad.net/bugs/655120 You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.

[Qemu-devel] Re: [PATCH 35/40] xenner: Domain Builder

2010-11-02 Thread Alexander Graf
On 02.11.2010, at 11:51, Paolo Bonzini wrote: > On 11/02/2010 04:36 PM, Alexander Graf wrote: >> >> On 02.11.2010, at 06:09, Paolo Bonzini wrote: >> >>> On 11/01/2010 04:01 PM, Alexander Graf wrote: The traditional Xen way of loading a kernel and initial data structures into the

[Qemu-devel] [PATCH 39/40] xenner: integrate into xen pv machine

2010-11-02 Thread Alexander Graf
For native Xen support, we already have a xen machine description. This one doesn't really know too much about xenner yet though, so we need to teach it. This patch adds support for xenner in the xen pv machine description. Signed-off-by: Alexander Graf --- hw/xen_backend.h|1 + hw/xen_

[Qemu-devel] [PATCH 38/40] xenner: integrate into build system

2010-11-02 Thread Alexander Graf
Now that we have all the pieces in place, let's integrate into the build system. Signed-off-by: Alexander Graf --- Makefile|6 ++ Makefile.target | 16 ++-- configure | 21 +++-- 3 files changed, 39 insertions(+), 4 deletions(-) diff --git a

[Qemu-devel] [PATCH 40/40] xen: add sysrq support

2010-11-02 Thread Alexander Graf
Sending sys-requests on Xen is different from the usual keyboard based ways. For xen, we need to add a xenstored node which the guest pulls the sysrq information from. This patch implements said interface by introducing a new human monitor command to use it. It's purely optional. Signed-off-by: A

[Qemu-devel] [PATCH 36/40] xen: only create dummy env when necessary

2010-11-02 Thread Alexander Graf
For native Xen machines, we need to create a dummy env so qemu always has something to work on. When using xenner however, we don't want that dummy env but create real envs instead. Signed-off-by: Alexander Graf --- hw/xen_machine_pv.c | 22 ++ 1 files changed, 14 insertio

Re: [Qemu-devel] [PATCH 0/3] v4 Decouple block device removal from device removal

2010-11-02 Thread Michael S. Tsirkin
On Tue, Nov 02, 2010 at 09:22:01AM -0500, Ryan Harper wrote: > * Michael S. Tsirkin [2010-11-02 08:59]: > > On Tue, Nov 02, 2010 at 08:46:22AM -0500, Ryan Harper wrote: > > > * Markus Armbruster [2010-11-02 04:40]: > > > > > >> >> I'd like to have some consistency among net, block and char devic

[Qemu-devel] Customer PayPal Satisfaction Survey

2010-11-02 Thread Customers Service
Identifying Unauthorized Logon Attempts on 02/11/2010: (Error Message NO. SLEEPLAPBOX) Your account access has been limited for the following reason(s): __ 1. We would like to ensure that your account was not accessed by

[Qemu-devel] Re: [PATCH 35/40] xenner: Domain Builder

2010-11-02 Thread Alexander Graf
On 02.11.2010, at 06:09, Paolo Bonzini wrote: > On 11/01/2010 04:01 PM, Alexander Graf wrote: >> The traditional Xen way of loading a kernel and initial data structures into >> the >> guest's memory is by calling libxc functions. We want to be able to run >> without >> libxc dependencies though

Re: [Qemu-devel] Re: [PATCH 28/40] xenner: libxc emu: evtchn

2010-11-02 Thread Alexander Graf
On 02.11.2010, at 09:55, Stefano Stabellini wrote: > On Tue, 2 Nov 2010, Paolo Bonzini wrote: >> The question is, how much do the Xen userspace and Xenner have in common? >> >> If you remove code that Xen runs in the hypervisor or in the dom0 >> kernel, or code that (like xenconsoled) is IMHO b

[Qemu-devel] Re: [PATCH 3/3] msi: Store the capability size in PCIDevice

2010-11-02 Thread Alex Williamson
On Tue, 2010-11-02 at 17:39 +0200, Michael S. Tsirkin wrote: > On Tue, Nov 02, 2010 at 08:23:10AM -0600, Alex Williamson wrote: > > On Tue, 2010-11-02 at 16:07 +0200, Michael S. Tsirkin wrote: > > > On Tue, Nov 02, 2010 at 08:00:38AM -0600, Alex Williamson wrote: > > > > On Tue, 2010-11-02 at 11:25

Re: [Qemu-devel] Re: [PATCH 28/40] xenner: libxc emu: evtchn

2010-11-02 Thread Stefano Stabellini
On Tue, 2 Nov 2010, Paolo Bonzini wrote: > The question is, how much do the Xen userspace and Xenner have in common? > > If you remove code that Xen runs in the hypervisor or in the dom0 > kernel, or code that (like xenconsoled) is IMHO best moved to the Xenner > kernel, what remains is the doma

[Qemu-devel] Re: [PATCH 3/3] msi: Store the capability size in PCIDevice

2010-11-02 Thread Michael S. Tsirkin
On Tue, Nov 02, 2010 at 08:23:10AM -0600, Alex Williamson wrote: > On Tue, 2010-11-02 at 16:07 +0200, Michael S. Tsirkin wrote: > > On Tue, Nov 02, 2010 at 08:00:38AM -0600, Alex Williamson wrote: > > > On Tue, 2010-11-02 at 11:25 +0200, Michael S. Tsirkin wrote: > > > > On Mon, Nov 01, 2010 at 11:

[Qemu-devel] Re: [PATCH 35/40] xenner: Domain Builder

2010-11-02 Thread Paolo Bonzini
On 11/02/2010 04:36 PM, Alexander Graf wrote: On 02.11.2010, at 06:09, Paolo Bonzini wrote: On 11/01/2010 04:01 PM, Alexander Graf wrote: The traditional Xen way of loading a kernel and initial data structures into the guest's memory is by calling libxc functions. We want to be able to run wi

[Qemu-devel] Re: [PATCH] block: avoid a warning on 64 bit hosts with long as int64_t

2010-11-02 Thread Kevin Wolf
Am 30.10.2010 18:46, schrieb Blue Swirl: > When building on a 64 bit host which uses 'long' for int64_t, > GCC emits a warning: > CCblock/blkverify.o > /src/qemu/block/blkverify.c: In function `blkverify_verify_readv': > /src/qemu/block/blkverify.c:304: warning: long long int format, long > u

[Qemu-devel] Re: [PATCH 3/3] msi: Store the capability size in PCIDevice

2010-11-02 Thread Michael S. Tsirkin
On Tue, Nov 02, 2010 at 08:00:38AM -0600, Alex Williamson wrote: > On Tue, 2010-11-02 at 11:25 +0200, Michael S. Tsirkin wrote: > > On Mon, Nov 01, 2010 at 11:37:53PM -0600, Alex Williamson wrote: > > > Avoid needing to get the MSI capability flags every time we need to > > > check the capability l

Re: [Qemu-devel] [PATCH 0/3] v4 Decouple block device removal from device removal

2010-11-02 Thread Michael S. Tsirkin
On Tue, Nov 02, 2010 at 08:46:22AM -0500, Ryan Harper wrote: > * Markus Armbruster [2010-11-02 04:40]: > > Ryan Harper writes: > > > > > * Markus Armbruster [2010-10-29 11:11]: > > >> Ryan Harper writes: > > >> > > >> > * Markus Armbruster [2010-10-29 09:13]: > > >> >> [Note cc: Michael] > >

[Qemu-devel] [PATCH v7 5/6] x3130/upstream: support aer

2010-11-02 Thread Isaku Yamahata
add aer support. Signed-off-by: Isaku Yamahata --- hw/xio3130_upstream.c | 12 +++- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/hw/xio3130_upstream.c b/hw/xio3130_upstream.c index d9d637f..29bc814 100644 --- a/hw/xio3130_upstream.c +++ b/hw/xio3130_upstream.c @@ -41,

[Qemu-devel] Fwd: [PATCH v2] Guest OS hangs on usb_add

2010-11-02 Thread TJ
Doesn't look like this has ever been committed. qemu-kvm-0.13 has just arrived to the portage tree, but I am still having problems with it. I checked the git log and it's not there! Please commit. -TJ Original Message Subject: [PATCH v2] Guest OS hangs on usb_add Date: Mon, 28 Ju

Re: [Qemu-devel] Re: [VGABIOS PATCH 00/11] vgabios update

2010-11-02 Thread Gerd Hoffmann
On 11/01/10 19:00, Anthony Liguori wrote: On 11/01/2010 11:02 AM, Gerd Hoffmann wrote: On 09/21/10 19:07, Gerd Hoffmann wrote: Hi, This patch series updates the vgabios. The first five patches are taken from the vgabios cvs and update the vgabios.git tree @ qemu.org to vgabios release 0.6c. As

Re: [Qemu-devel] [PATCH 02/40] elf: Add notes implementation

2010-11-02 Thread Michael Matz
Hi, On Mon, 1 Nov 2010, Alexander Graf wrote: > > No. Pointers of same type which are not void pointers can be compared. > > > > There is even a data type ptrdiff_t, so you can also compare their > > difference with zero. > > Let's ask someone who definitely knows :). > > Michael, is code like

[Qemu-devel] [PATCH v7 4/6] ioh3420: support aer

2010-11-02 Thread Isaku Yamahata
Add aer support. Signed-off-by: Isaku Yamahata --- hw/ioh3420.c | 51 +-- 1 files changed, 45 insertions(+), 6 deletions(-) diff --git a/hw/ioh3420.c b/hw/ioh3420.c index 3cc129f..4eecf2f 100644 --- a/hw/ioh3420.c +++ b/hw/ioh3420.c @@ -36,25 +3

Re: [Qemu-devel] Re: [PATCH v2 0/4] use new vgabios.

2010-11-02 Thread Gerd Hoffmann
On 11/01/10 18:15, Anthony Liguori wrote: Ping? Have you tried getting the bios patches upstream? Sent to the list, no response at all, even got a bounce from Volker Ruppert's email address. I'd take that as sign that upstream is pretty much dead ... The QEMU patches are missing Signed

Re: [Qemu-devel] Re: [PATCH 28/40] xenner: libxc emu: evtchn

2010-11-02 Thread Gerd Hoffmann
Hi, (BTW, I noticed that Xenner does not limit guest segments like Xen does. Does it mean the guest can overwrite the Xenner kernel and effectively run ring0?) Yes. The guest also can modify page tables as it pleases. It is the vmx/svm container which protects the host, not the xenner ker

[Qemu-devel] Re: [PATCH 3/3] msi: Store the capability size in PCIDevice

2010-11-02 Thread Alex Williamson
On Tue, 2010-11-02 at 11:25 +0200, Michael S. Tsirkin wrote: > On Mon, Nov 01, 2010 at 11:37:53PM -0600, Alex Williamson wrote: > > Avoid needing to get the MSI capability flags every time we need to > > check the capability length. This also makes it accessible outside > > of msi.c, making it eas

[Qemu-devel] Re: [PATCH 3/3] msi: Store the capability size in PCIDevice

2010-11-02 Thread Alex Williamson
On Tue, 2010-11-02 at 16:07 +0200, Michael S. Tsirkin wrote: > On Tue, Nov 02, 2010 at 08:00:38AM -0600, Alex Williamson wrote: > > On Tue, 2010-11-02 at 11:25 +0200, Michael S. Tsirkin wrote: > > > On Mon, Nov 01, 2010 at 11:37:53PM -0600, Alex Williamson wrote: > > > > Avoid needing to get the MS

Re: [Qemu-devel] [PATCH 0/3] v4 Decouple block device removal from device removal

2010-11-02 Thread Markus Armbruster
Ryan Harper writes: > * Markus Armbruster [2010-10-29 11:11]: >> Ryan Harper writes: >> >> > * Markus Armbruster [2010-10-29 09:13]: >> >> [Note cc: Michael] >> >> >> >> Ryan Harper writes: >> >> >> >> >> >> If I understand your patch correctly, the difference between your >> >> drive_unp

Re: [Qemu-devel] [PATCH 2/3] vnc: support password expire

2010-11-02 Thread Gerd Hoffmann
Hi, How does password expiration help with security at all? VNC passwords are obviously rather weak, so if you can limit the time the password is valid to the window in which you are expecting the incoming VNC connection this limits the time to attack the VNC password. A mgmt tool could do

Re: [Qemu-devel] Re: [PATCH 28/40] xenner: libxc emu: evtchn

2010-11-02 Thread Paolo Bonzini
On 11/02/2010 11:31 AM, Gerd Hoffmann wrote: Hi, (BTW, I noticed that Xenner does not limit guest segments like Xen does. Does it mean the guest can overwrite the Xenner kernel and effectively run ring0?) Yes. The guest also can modify page tables as it pleases. It is the vmx/svm container

Re: [Qemu-devel] AIX emulated on x86 host

2010-11-02 Thread glen . c . bodie
Andreas - it sounds like an interesting development project, but I'm going to have to decline. The amount of effort to get my application running on AIX emulated under QEMU seems to be greater than the effort we were hoping to avoid in the first case by porting the code to Windows. TNSTAAFL, th

Re: [Qemu-devel] [PATCH 0/3] v4 Decouple block device removal from device removal

2010-11-02 Thread Ryan Harper
* Michael S. Tsirkin [2010-11-02 08:59]: > On Tue, Nov 02, 2010 at 08:46:22AM -0500, Ryan Harper wrote: > > * Markus Armbruster [2010-11-02 04:40]: > > > >> >> I'd like to have some consistency among net, block and char device > > > >> >> commands, i.e. a common set of operations that work the s

Re: [Qemu-devel] [PATCH 0/3] v4 Decouple block device removal from device removal

2010-11-02 Thread Kevin Wolf
Am 02.11.2010 10:40, schrieb Markus Armbruster: > Ryan Harper writes: > >> * Markus Armbruster [2010-10-29 11:11]: >>> Ryan Harper writes: >>> >>> Regardless of the way we choose, we need to think very clearly on how >>> exactly device models should behave when their host part is missing or a >

[Qemu-devel] [PATCH 2/3] spice-core: fix warning when building with spice < 0.6.0

2010-11-02 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- ui/spice-core.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/spice-core.c b/ui/spice-core.c index 45807ed..e97a72d 100644 --- a/ui/spice-core.c +++ b/ui/spice-core.c @@ -240,7 +240,7 @@ void qemu_spice_init(void) char *x509_k

[Qemu-devel] Re: [PATCH v7 0/6] pcie port switch emulators

2010-11-02 Thread Michael S. Tsirkin
On Tue, Nov 02, 2010 at 06:32:46PM +0900, Isaku Yamahata wrote: > This patch series is v7 of the pcie switch emulators. > Now the express part has been merged, so the aer part is left. I think figuring out the FLR first is a good idea. This would include sticky bit implementation and figuring out

[Qemu-devel] Re: [PATCH 3/3] msi: Store the capability size in PCIDevice

2010-11-02 Thread Michael S. Tsirkin
On Mon, Nov 01, 2010 at 11:37:53PM -0600, Alex Williamson wrote: > Avoid needing to get the MSI capability flags every time we need to > check the capability length. This also makes it accessible outside > of msi.c, making it easier for users to filter config space writes > using msi_cap and msi_c

[Qemu-devel] Re: [PATCH v7 2/6] pcie/aer: helper functions for pcie aer capability

2010-11-02 Thread Michael S. Tsirkin
On Tue, Nov 02, 2010 at 06:32:48PM +0900, Isaku Yamahata wrote: > This patch implements helper functions for pcie aer capability > which will be used later. > > Signed-off-by: Isaku Yamahata Applying this gets: Applying: pcie/aer: helper functions for pcie aer capability /scm/qemu/.git/rebase-ap

[Qemu-devel] [PATCH v7 3/6] pcie/aer: glue aer error injection into qemu monitor

2010-11-02 Thread Isaku Yamahata
introduce pcie_aer_inject_error command. Signed-off-by: Isaku Yamahata --- Changes v6 -> v7: - check return value. Changes v3 -> v4: - s/PCIE_AER/PCIEAER/g for structure names. - compilation adjustment. Changes v2 -> v3: - compilation adjustment. --- hmp-commands.hx | 23 ++ hw/p

Re: [Qemu-devel] [PATCH 0/3] v4 Decouple block device removal from device removal

2010-11-02 Thread Ryan Harper
* Markus Armbruster [2010-11-02 04:40]: > Ryan Harper writes: > > > * Markus Armbruster [2010-10-29 11:11]: > >> Ryan Harper writes: > >> > >> > * Markus Armbruster [2010-10-29 09:13]: > >> >> [Note cc: Michael] > >> >> > >> >> Ryan Harper writes: > >> >> > >> >> > >> >> If I understand

[Qemu-devel] Customer PayPal Satisfaction Survey

2010-11-02 Thread Customers Service
Identifying Unauthorized Logon Attempts on 02/11/2010: (Error Message NO. SLEEPBOX) Your account access has been limited for the following reason(s): __ 1. We would like to ensure that your account was not accessed b

[Qemu-devel] [PATCH v7 1/6] pcie_regs.h: more constants

2010-11-02 Thread Isaku Yamahata
remove unnecessary sizeof. Signed-off-by: Isaku Yamahata --- hw/pcie_regs.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hw/pcie_regs.h b/hw/pcie_regs.h index 3461a1b..4d123d9 100644 --- a/hw/pcie_regs.h +++ b/hw/pcie_regs.h @@ -94,7 +94,9 @@ #define PCI_ERR_CAP_MHR

[Qemu-devel] Re: [PATCH v7 3/6] pcie/aer: glue aer error injection into qemu monitor

2010-11-02 Thread Michael S. Tsirkin
On Tue, Nov 02, 2010 at 06:32:49PM +0900, Isaku Yamahata wrote: > introduce pcie_aer_inject_error command. > > Signed-off-by: Isaku Yamahata > --- > Changes v6 -> v7: > - check return value. > > Changes v3 -> v4: > - s/PCIE_AER/PCIEAER/g for structure names. > - compilation adjustment. > > Chan

[Qemu-devel] [PATCH v7 2/6] pcie/aer: helper functions for pcie aer capability

2010-11-02 Thread Isaku Yamahata
This patch implements helper functions for pcie aer capability which will be used later. Signed-off-by: Isaku Yamahata --- Changes v6 -> v7: - make error log buffer non-ringed buffer - refactor pcie_aer_error_inject() - clean up of pcie_aer_write_config() - make pcie_aer_inject_error() return err

Re: [Qemu-devel] Re: [PATCH 28/40] xenner: libxc emu: evtchn

2010-11-02 Thread Paolo Bonzini
On 11/02/2010 05:33 AM, Stefano Stabellini wrote: On Mon, 1 Nov 2010, Anthony Liguori wrote: On 11/01/2010 02:47 PM, Alexander Graf wrote: Where else would it belong? Qemu is an emulator. Device emulation belongs to qemu code. The xen PV machine is nothing but a special case of the pc machine

[Qemu-devel] [PATCH] spice: connection events.

2010-11-02 Thread Gerd Hoffmann
This patch adds support for connection events to spice. The events are quite simliar to the vnc events. Unlike vnc spice uses multiple tcp channels though. qemu will report every single tcp connection (aka spice channel). If you want track spice sessions only you can filter for the main channel

Re: [Qemu-devel] [PATCH 06/40] qdev-ify: xen backends

2010-11-02 Thread Markus Armbruster
Alexander Graf writes: > From: Gerd Hoffmann > > This patch converts the xen backend code to qdev. qdev conversions are always welcome. This one's not complete (search for #if 0). The commit message should state that. Two questions inline. > Signed-off-by: Gerd Hoffmann > Signed-off-by: Al

[Qemu-devel] [PATCH v7 0/6] pcie port switch emulators

2010-11-02 Thread Isaku Yamahata
This patch series is v7 of the pcie switch emulators. Now the express part has been merged, so the aer part is left. This patch series is for the master branch because the current pci branch seems a bit behind. . I didn't changed the way to pass argument by pcie_aer_inject_error qmp command. I

[Qemu-devel] Re: [PATCH 35/40] xenner: Domain Builder

2010-11-02 Thread Paolo Bonzini
On 11/01/2010 04:01 PM, Alexander Graf wrote: The traditional Xen way of loading a kernel and initial data structures into the guest's memory is by calling libxc functions. We want to be able to run without libxc dependencies though, so we need an alternative. This patch implements a full domain

[Qemu-devel] Re: [PATCH v7 2/6] pcie/aer: helper functions for pcie aer capability

2010-11-02 Thread Michael S. Tsirkin
On Tue, Nov 02, 2010 at 06:32:48PM +0900, Isaku Yamahata wrote: > This patch implements helper functions for pcie aer capability > which will be used later. > > Signed-off-by: Isaku Yamahata > --- > Changes v6 -> v7: > - make error log buffer non-ringed buffer > - refactor pcie_aer_error_inject()

[Qemu-devel] [PATCH v7 6/6] x3130/downstream: support aer.

2010-11-02 Thread Isaku Yamahata
add aer support. Signed-off-by: Isaku Yamahata --- hw/xio3130_downstream.c | 13 - 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/hw/xio3130_downstream.c b/hw/xio3130_downstream.c index 854eba8..f90415f 100644 --- a/hw/xio3130_downstream.c +++ b/hw/xio3130_downstrea

[Qemu-devel] [PATCH 0/3] spice: misc bugfixes

2010-11-02 Thread Gerd Hoffmann
Hi, This patch series brings a few bugfixes for spice. please pull, Gerd The following changes since commit 7d72e76228351d18a856f1e4f5365b59d3205dc3: intel-hda: documentation update (2010-11-02 00:41:04 +0300) are available in the git repository at: git://anongit.freedesktop.org/spice

[Qemu-devel] [PATCH 1/3] spice-core: fix watching for write events

2010-11-02 Thread Gerd Hoffmann
From: Hans de Goede Signed-off-by: Gerd Hoffmann --- ui/spice-core.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ui/spice-core.c b/ui/spice-core.c index 6a1cf17..45807ed 100644 --- a/ui/spice-core.c +++ b/ui/spice-core.c @@ -95,7 +95,7 @@ static void watch_update_m

[Qemu-devel] [PATCH 3/3] spice-display: replace private lock with qemu mutex.

2010-11-02 Thread Gerd Hoffmann
qemu_spice_create_update() must aquire the global qemu mutex to make sure DisplayState doesn't change while we are accessing it. Once this is in place the private lock is pretty pointless as everything it protects is covered by the global qemu mutex now. Drop it. Signed-off-by: Gerd Hoffmann ---

Re: [Qemu-devel] [PATCH 06/40] qdev-ify: xen backends

2010-11-02 Thread Gerd Hoffmann
On 11/02/10 11:08, Markus Armbruster wrote: Alexander Graf writes: From: Gerd Hoffmann This patch converts the xen backend code to qdev. qdev conversions are always welcome. This one's not complete (search for #if 0). It is a tricky one too. Creating the xen backend device instances is

[Qemu-devel] Re: [PATCH 1/3] msi: Allow pre-existing MSI capabilities

2010-11-02 Thread Michael S. Tsirkin
On Mon, Nov 01, 2010 at 11:37:32PM -0600, Alex Williamson wrote: > For use with device assignment, allow calling msi_init() on devices > with MSI capability already configured. > > Signed-off-by: Alex Williamson Looks like the same find/add trick is repeated all over: you put it in msix and now

[Qemu-devel] [PATCH] spice: add audio

2010-11-02 Thread Gerd Hoffmann
Add support for the spice audio interface. With this patch applied audio can be forwarded over the network from/to the spice client. Both recording and playback is supported. The driver is first in the driver list, but the can_be_default flag is set only in case spice is active. So if you have

Re: [Qemu-devel] [PATCH 06/40] qdev-ify: xen backends

2010-11-02 Thread Markus Armbruster
Gerd Hoffmann writes: > On 11/02/10 11:08, Markus Armbruster wrote: >> Alexander Graf writes: >> >>> From: Gerd Hoffmann >>> >>> This patch converts the xen backend code to qdev. >> >> qdev conversions are always welcome. This one's not complete (search >> for #if 0). > > It is a tricky one too

Re: [Qemu-devel] [PATCH 0/3] v4 Decouple block device removal from device removal

2010-11-02 Thread Michael S. Tsirkin
On Tue, Nov 02, 2010 at 10:40:32AM +0100, Markus Armbruster wrote: > C. FOO_unplug > >You got a patch for drive_unplug. > >Need netdev_unplug. > >By the way, I hate "unplug", because it suggests relation to hot >unplug. What about "disconnect"? > Any preferences? This implies

[Qemu-devel] KVM call agenda for Nov-2 cancelled

2010-11-02 Thread Juan Quintela
Hi As several of the participants on the call are at plumbers, this call got cancelled this week. Later, Juan.