Re: [Qemu-devel] [PATCH] qemu-sockets: Fix assertion failure

2013-03-19 Thread Luiz Capitulino
On Wed, 06 Mar 2013 15:46:45 +0100 Laszlo Ersek wrote: > On 03/06/13 12:11, Kevin Wolf wrote: > > Am 06.03.2013 um 12:04 hat Paolo Bonzini geschrieben: > >> Il 06/03/2013 11:48, Kevin Wolf ha scritto: > >>> inet_connect_opts() tries all possible addrinfos returned by > >>> getaddrinfo(). If one f

Re: [Qemu-devel] [PATCH 04/11] nbd: Keep hostname and port separate

2013-03-19 Thread Eric Blake
On 03/18/2013 11:23 AM, Kevin Wolf wrote: > The NBD block supports an URL syntax, for which a URL parser returns > separate hostname and port fields. It also supports the traditional qemu > syntax encoded in a filename. Until now, after parsing the URL to get > each piece of information, a new stri

Re: [Qemu-devel] [PATCH 0/2] fix segfault in (iscsi) option parsing

2013-03-19 Thread Paolo Bonzini
Il 19/03/2013 20:37, Peter Lieven ha scritto: > > Am 19.03.2013 um 18:07 schrieb Paolo Bonzini : > >> Il 19/03/2013 16:54, Peter Lieven ha scritto: >>> On 19.03.2013 12:18, Paolo Bonzini wrote: Il 19/03/2013 09:51, Markus Armbruster ha scritto: > Paolo, please have a look. Why isn't

Re: [Qemu-devel] [PATCH 05/11] nbd: Remove unused functions

2013-03-19 Thread Eric Blake
On 03/18/2013 11:23 AM, Kevin Wolf wrote: > Signed-off-by: Kevin Wolf > --- > include/block/nbd.h | 2 -- > nbd.c | 19 --- > 2 files changed, 21 deletions(-) Reviewed-by: Eric Blake -- Eric Blake eblake redhat com+1-919-301-3266 Libvirt virtualization lib

Re: [Qemu-devel] [PATCH 06/11] nbd: Accept -drive options for the network connection

2013-03-19 Thread Eric Blake
On 03/18/2013 11:23 AM, Kevin Wolf wrote: > The existing parsers for the file name now parse everything into the > bdrv_open() options QDict. Instead of using these parsers, you can now > directly specify the options on the command line, like this: > > qemu-system-x86_64 -drive file=nbd:,file.

Re: [Qemu-devel] [PATCH 07/11] block: Introduce .bdrv_parse_filename callback

2013-03-19 Thread Eric Blake
On 03/18/2013 11:23 AM, Kevin Wolf wrote: > If a driver needs structured data and not just a string, it can provide > a .bdrv_parse_filename callback now that parses the command line string > into separate options. Keeping this separate from .bdrv_open_filename > ensures that the preferred way of d

Re: [Qemu-devel] [PATCH 00/35] hw/ reorganization, part 2

2013-03-19 Thread Paolo Bonzini
Il 19/03/2013 11:32, Peter Maydell ha scritto: > On 19 March 2013 10:27, Paolo Bonzini wrote: >> Il 19/03/2013 11:10, Peter Maydell ha scritto: >>> Well, for the CPU to be a proper QOM object it should be exposing >>> the IRQ/FIQ lines normally, not via the code in hw/arm/pic_cpu.c. >> >> That app

[Qemu-devel] [PATCH] pcie: Enhance PCIe links

2013-03-19 Thread Alex Williamson
Enable PCIe devices to negotiate links. This upgrades our root ports and switches to advertising x16, 8.0GT/s and negotiates the current link status to the best available width and speed. Note that we also skip setting link fields for Root Complex Integrated Endpoints as indicated by the PCIe spe

Re: [Qemu-devel] [PATCH 00/35] hw/ reorganization, part 2

2013-03-19 Thread Peter Maydell
On 19 March 2013 22:23, Paolo Bonzini wrote: > Il 19/03/2013 11:32, Peter Maydell ha scritto: >> On 19 March 2013 10:27, Paolo Bonzini wrote: >>> Il 19/03/2013 11:10, Peter Maydell ha scritto: My point is that the QOM abstraction should encapsulate the CPU cores just like any other piec

[Qemu-devel] Requesting a wiki account.

2013-03-19 Thread spectre
I've been doing background reading on the wiki and have found multiple dead links / errors I'd like to fix. Could an admin email me off list regarding a wiki account under a different email address / name ? Thanks ! N.B. Apologies if this message is delivered twice. Mailman does not seem to ha

Re: [Qemu-devel] [RESEND PATCH v2] pciinit: Enable default VGA device

2013-03-19 Thread Kevin O'Connor
On Mon, Mar 18, 2013 at 09:07:21PM -0600, Alex Williamson wrote: > As QEMU gains PCI bridge and PCIe root port support, we won't always > find the VGA device on the root bus. We therefore need to add support > to find and enable a VGA device and the path to it through the VGA > Enable support in t

[Qemu-devel] Requesting a wiki account.

2013-03-19 Thread Jeff .
I've been doing background reading on the wiki and have found multiple dead links / errors I'd like to fix. Could an admin email me off list regarding a wiki account under a different email address / name ? Thanks !

Re: [Qemu-devel] [PATCH 00/35] hw/ reorganization, part 2

2013-03-19 Thread Paolo Bonzini
Il 19/03/2013 23:34, Peter Maydell ha scritto: > On 19 March 2013 22:23, Paolo Bonzini wrote: >> Il 19/03/2013 11:32, Peter Maydell ha scritto: >>> On 19 March 2013 10:27, Paolo Bonzini wrote: Il 19/03/2013 11:10, Peter Maydell ha scritto: > My point is that the QOM abstraction should en

Re: [Qemu-devel] [PATCH 00/35] hw/ reorganization, part 2

2013-03-19 Thread Peter Maydell
On 19 March 2013 23:35, Paolo Bonzini wrote: > Il 19/03/2013 23:34, Peter Maydell ha scritto: >> On 19 March 2013 22:23, Paolo Bonzini wrote: >>> So, okay to put these in hw/arm and then I'll work on patches moving >>> cpu_arm_init to a*mpcore.c? >> >> Wrong way round. If you can't put the cpu_ar

Re: [Qemu-devel] [PATCH 00/35] hw/ reorganization, part 2

2013-03-19 Thread Paolo Bonzini
Il 20/03/2013 00:44, Peter Maydell ha scritto: > On 19 March 2013 23:35, Paolo Bonzini wrote: >> > Il 19/03/2013 23:34, Peter Maydell ha scritto: >>> >> On 19 March 2013 22:23, Paolo Bonzini wrote: >>> So, okay to put these in hw/arm and then I'll work on patches moving >>> cpu_arm_init

Re: [Qemu-devel] [PATCH] tcg-optimize: Fold sub r,0,x to neg r,x

2013-03-19 Thread Richard Henderson
On 2013-02-23 08:43, Blue Swirl wrote: Signed-off-by: Richard Henderson >--- > tcg/optimize.c | 33 - > 1 file changed, 32 insertions(+), 1 deletion(-) > >I noticed this while looking at other dumps. This seems like it >should be considered independently of the o

Re: [Qemu-devel] [PATCH v2 00/27] Modernize tcg/ppc64

2013-03-19 Thread Richard Henderson
Ping 2. On 2013-03-11 23:41, Richard Henderson wrote: Ping. On 2013-03-04 16:32, Richard Henderson wrote: Additional patches since V1: * Handle constant inputs for some compound logicals * Implement add2/sub2_i64 * Implement mulu2/muls2_i64 Otherwise unchanged, but rebased vs 26135ea

Re: [Qemu-devel] [PATCH v2 0/9] tcg-arm improvements

2013-03-19 Thread Richard Henderson
Ping. r~ On 2013-03-11 23:43, Richard Henderson wrote: Changes v1-v2: * Use more helper functions to handle K and N constraints. * Improve add2/sub2. * Improve epilogues, as suggested in the previous thread. * Fix a typo in the name of the deposit helper. * Implement division for

Re: [Qemu-devel] [PATCH][RFC 0/14] implement power chip

2013-03-19 Thread li guang
在 2013-03-19二的 10:15 +,Peter Maydell写道: > On 19 March 2013 09:31, li guang wrote: > > 在 2013-03-19二的 09:05 +,Peter Maydell写道: > >> I suspect this should involve more modelling of actual > >> control signals between the power controller and > >> the devices, not methods on the base class. >

Re: [Qemu-devel] Is is a bug? (window scale)

2013-03-19 Thread Dunrong Huang
On Wed, Mar 20, 2013 at 1:12 AM, Peter Cheung wrote: > Sorry about the attachment size, i didn't look out the file size. > Is here the right mailing list to report bug? or the team have something > like bugzilla? > Please report your bug here: https://bugs.launchpad.net/qemu It's QEMU's bug tracke

Re: [Qemu-devel] [PATCH V3 WIP 3/3] disable vhost_verify_ring_mappings check

2013-03-19 Thread Nicholas A. Bellinger
On Tue, 2013-03-19 at 09:40 +0100, Stefan Hajnoczi wrote: > On Tue, Mar 19, 2013 at 08:34:45AM +0800, Asias He wrote: > > --- > > hw/vhost.c | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/hw/vhost.c b/hw/vhost.c > > index 4d6aee3..0c52ec4 100644 > > --- a/hw/vhost.c > > +++ b/hw

Re: [Qemu-devel] [PATCH 08/11] block: Rename variable to avoid shadowing

2013-03-19 Thread Eric Blake
On 03/18/2013 11:23 AM, Kevin Wolf wrote: > bdrv_open() uses two different variables called options. Rename one of > them to avoid confusion and to allow the outer one to be accessed > everywhere. > > Signed-off-by: Kevin Wolf > --- > block.c | 16 +--- > 1 file changed, 9 insertions

Re: [Qemu-devel] [PATCH 09/11] block: Make find_image_format safe with NULL filename

2013-03-19 Thread Eric Blake
On 03/18/2013 11:23 AM, Kevin Wolf wrote: > In order to achieve this, the .bdrv_probe callbacks of all drivers must > cope with this. The DMG driver is the only one that bases its decision > on the filename and it needs to be changed. > > Signed-off-by: Kevin Wolf > --- > block/dmg.c | 13 ++

Re: [Qemu-devel] [PATCH 10/11] block: Allow omitting the file name when using driver-specific options

2013-03-19 Thread Eric Blake
On 03/18/2013 11:24 AM, Kevin Wolf wrote: > After this patch, using -drive with an empty file name continues to open > the file if driver-specific options are used. If no driver-specific > options are specified, the semantics stay as it was: It defines a drive > without an inserted medium. > > In

Re: [Qemu-devel] [PATCH 11/11] nbd: Use default port if only host is specified

2013-03-19 Thread Eric Blake
On 03/18/2013 11:24 AM, Kevin Wolf wrote: > The URL method already takes care to apply the default port when none is > specfied. Directly specifying driver-specific options required the port > number until now. Allow leaving it out and apply the default. > > Signed-off-by: Kevin Wolf > --- > blo

Re: [Qemu-devel] [RFC PATCH v4 01/30] [SeaBIOS] Add ACPI_EXTRACT_DEVICE* macros

2013-03-19 Thread li guang
seems these changes is in seebios now. 在 2012-12-18二的 13:41 +0100,Vasilis Liaskovitis写道: > This allows to extract the beginning, end and name of a Device object. > --- > tools/acpi_extract.py | 28 > 1 files changed, 28 insertions(+), 0 deletions(-) > > diff --git

[Qemu-devel] [PATCH v3] Use proper term in TCG README

2013-03-19 Thread Wei-Ren Chen
In TCG, "target" means the host architecture for which TCG generates the code. Using "guest" rather than "target" to make the document more consistent. Signed-off-by: Chen Wei-Ren --- v3: Adopt Peter's suggestion on sentence and typo. v2: Correct all wrong usage of the term "target" in this do

Re: [Qemu-devel] Is is a bug? (window scale)

2013-03-19 Thread Peter Cheung
Thank you MR Huang Thanksfrom Peter > Date: Wed, 20 Mar 2013 09:26:38 +0800 > From: riegama...@gmail.com > To: mcheun...@hotmail.com > CC: qemu-devel@nongnu.org > Subject: Re: [Qemu-devel] Is is a bug? (window scale) > > On Wed, Mar 20, 2013 at 1:12 AM, Peter Cheung wrote: > > Sorry about the a

Re: [Qemu-devel] [RESEND PATCH v2] pciinit: Enable default VGA device

2013-03-19 Thread Alex Williamson
On Tue, 2013-03-19 at 19:08 -0400, Kevin O'Connor wrote: > On Mon, Mar 18, 2013 at 09:07:21PM -0600, Alex Williamson wrote: > > As QEMU gains PCI bridge and PCIe root port support, we won't always > > find the VGA device on the root bus. We therefore need to add support > > to find and enable a VG

[Qemu-devel] [Bug 1157368] Re: Desktop background messed up when running Raring in a QEMU-based virtual machine

2013-03-19 Thread Serge Hallyn
Also reproduced with git://git.qemu.org/qemu.git (using vga -cirrus) ** Also affects: qemu Importance: Undecided Status: New -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1157368 Title:

Re: [Qemu-devel] [RESEND PATCH v2] pciinit: Enable default VGA device

2013-03-19 Thread Alex Williamson
On Tue, 2013-03-19 at 22:52 -0600, Alex Williamson wrote: > On Tue, 2013-03-19 at 19:08 -0400, Kevin O'Connor wrote: > > On Mon, Mar 18, 2013 at 09:07:21PM -0600, Alex Williamson wrote: > > > As QEMU gains PCI bridge and PCIe root port support, we won't always > > > find the VGA device on the root

[Qemu-devel] [PATCH] virtio-blk: Set default serial id

2013-03-19 Thread Asias He
If user does not specify a serial id, e.g. -device virtio-blk-pci,serial="serial_id" or -drive serial="serial_id" no serial id will be assigned. Add a default serial id in this case to help identifying the disk in guest. Signed-off-by: Asias He --- hw/virtio-blk.c | 7 +++ 1 file ch

Re: [Qemu-devel] [PATCH 0/2] Fix display resize bugs introduced after recent console revamp

2013-03-19 Thread Gerd Hoffmann
On 03/19/13 20:44, Igor Mitsyanko wrote: > Bad things were happening in display update functions every time a screen has > to > be resized. Good catch, added to the console patches. thanks, Gerd

<    1   2   3