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
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
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
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
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.
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
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
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
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
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
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
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 !
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
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
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
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
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
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
在 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.
>
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
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
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
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 ++
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
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
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
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
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
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
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:
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
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
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
201 - 233 of 233 matches
Mail list logo