After switching from SeaBios to OVMF the issue seems to be gone,
indicating a problem with the former.
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1674117
Title:
Qemu VM start kills Pulseaudio
S
[Expired for QEMU because there has been no activity for 60 days.]
** Changed in: qemu
Status: Incomplete => Expired
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1248168
Title:
MIPS, self-
[Expired for QEMU because there has been no activity for 60 days.]
** Changed in: qemu
Status: Incomplete => Expired
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/804517
Title:
qemu crashes
[Expired for QEMU because there has been no activity for 60 days.]
** Changed in: qemu
Status: Incomplete => Expired
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1253777
Title:
OpenBSD VM
Hi Peter,
More detail illustration at below.
> -Original Message-
> From: Peter Maydell [mailto:peter.mayd...@linaro.org]
> Sent: Friday, March 24, 2017 6:06 PM
> To: Wangjintang
> Cc: Pranith Kumar; Shlomo Pongratz (A); Wanghaibin (Benjamin); qemu-arm;
> qemu-devel; Ori Chalak (A)
On Fri, 24 Mar 2017, Paul Durrant wrote:
> Commit f0f272baf3a7 "xen: use libxendevice model to restrict operations"
> added a command-line option (-xen-domid-restrict) to limit operations
> using the libxendevicemodel API to a specified domid. The commit also
> noted that the restriction would be e
Hi Samuel,
A Fedora user reported a regression for his ipxe setup (Jan, CCd). He has a
public PXE server and config. You can see details about his config here:
http://boot.salstar.sk/ipxe/
Reproducer:
wget http://boot.salstar.sk/ipxe/ipxe.lkrn
qemu-system-x86_64 -kernel ipxe.lkrn
Non-workin
The docs generally steer users away from using the legacy -net
parameter, however on win32 attempting to enable a tap device using
-netdev tap fails at an abort() in tap_enable(). Removing the abort()s
seems to be enough to get everything working, so do that.
Signed-off-by: Andrew Baumann
---
ne
> From: Eric Blake [mailto:ebl...@redhat.com]
> Sent: Friday, 24 March 2017 15:20
> So is 'win32' really a 64-bit platform, or should the subject be '64-bit
> windows'?
Sigh. Yes, ok, it's a little silly if you put it like that. I guess I was
thinking of the _WIN32 ifdef and the files named *win
long is 32-bits on 64-bit windows, which caused the top half of the
address to be truncated; this patch changes it to use the
QEMU_ALIGN_UP macro which does not suffer the same problem
Signed-off-by: Andrew Baumann
Reviewed-by: Eric Blake
---
include/hw/virtio/virtio.h | 2 +-
1 file changed, 1
> From: Paolo Bonzini [mailto:pbonz...@redhat.com]
> Sent: Friday, 24 March 2017 15:29
> > From: Andrey Shedel
> >
> > The multithreaded TCG implementation exposed deadlocks in the win32
> > condition variables: as implemented, qemu_cond_broadcast waited on
> > receivers, whereas the pthreads API
On 03/24/2017 05:01 PM, Andrew Baumann wrote:
> From: Andrey Shedel
>
> The multithreaded TCG implementation exposed deadlocks in the win32
> condition variables: as implemented, qemu_cond_broadcast waited on
> receivers, whereas the pthreads API it was intended to emulate does
> not. This was ca
> From: Andrey Shedel
>
> The multithreaded TCG implementation exposed deadlocks in the win32
> condition variables: as implemented, qemu_cond_broadcast waited on
> receivers, whereas the pthreads API it was intended to emulate does
> not. This was causing a deadlock because broadcast was called
> The major implication of this patch is that it drops support for
> pre-Vista versions of Windows. However, those OSes are past their end
> of life, and other OSS projects have dropped support. e.g.; the last
> Cygwin release supporting XP was in Jun 2016. It doesn't seem like a
> good tradeoff t
On 03/24/2017 04:21 PM, Andrew Baumann wrote:
So is 'win32' really a 64-bit platform, or should the subject be '64-bit
windows'?
> long is 32-bits on win32, which caused the top half of the address to
> be truncated; this patch changes it to use the QEMU_ALIGN_UP macro
> which does not suffer the
On Thu, 23 Mar 2017 17:07:31 +0800
Cao jin wrote:
A more appropriate patch subject would be:
vfio-pci: Report correctable errors and slot reset events to user
> From: "Michael S. Tsirkin"
This hardly seems accurate anymore. You could say Suggested-by and let
Michael add a sign-off, but it's
On Thu, 23 Mar 2017 17:09:20 +0800
Cao jin wrote:
> v3 changelog:
> 1. Address all comments from MST in patch 3, include remove the flag
>pci_aer_non_fatal & passive_reset, also the boilerplate code.
>The corresponding kernel patch is v6.
>
> Test:
> Test with func1 passthroughed while f
On Thu, 23 Mar 2017 17:09:21 +0800
Cao jin wrote:
> For devices which support AER function, verify it can work or not in the
> system:
> 1. AER capable device is a PCIe device, it can't be plugged into PCI bus
> 2. If root port doesn't support AER, then there is no need to expose the
>AER cap
On Thu, 23 Mar 2017 17:09:23 +0800
Cao jin wrote:
> Make use of the non fatal error eventfd that the kernel module provide
> to process the AER non fatal error. Fatal error still goes into the
> legacy way which results in VM stop.
>
> Register the handler, wait for notification. Construct aer m
On Thu, 23 Mar 2017 17:09:22 +0800
Cao jin wrote:
This is not a sufficiently trivial patch to leave the commit log empty.
> Signed-off-by: Dou Liyang
> Signed-off-by: Cao jin
> ---
> hw/vfio/pci.c | 41 -
> hw/vfio/pci.h | 1 +
> 2 files changed, 37 in
On 03/08/2017 03:26 AM, Thomas Huth wrote:
>
> Hi everybody,
>
> what will be the next version of QEMU after 2.9? Will we go for a 2.10
> (as I've seen it mentioned a couple of times on the mailing list
> already), or do we dare to switch to 3.0 instead?
>
> I personally dislike two-digit min
From: Andrey Shedel
The multithreaded TCG implementation exposed deadlocks in the win32
condition variables: as implemented, qemu_cond_broadcast waited on
receivers, whereas the pthreads API it was intended to emulate does
not. This was causing a deadlock because broadcast was called while
holdin
On 20/03/2017 18:16, Paolo Bonzini wrote:
>
>
> On 20/03/2017 18:01, Markus Armbruster wrote:
>> Peter Maydell writes:
>>
>>> On 20 March 2017 at 16:29, Markus Armbruster wrote:
Peter Maydell writes:
> I have some comments which feel kind of nit-picky, but since this
> is a publ
Hi,
now i understand . xics have to be build in kernel and is needed by qemu 2.9
with kvm.
if is not present in the kernel have the issue that i been reported about xics.
I make a test on ubuntu 16.10 and on 17.04. the two distro are ppc 32 and
generic.
i had build the stable kernel 4.10.5 tw
long is 32-bits on win32, which caused the top half of the address to
be truncated; this patch changes it to use the QEMU_ALIGN_UP macro
which does not suffer the same problem
Signed-off-by: Andrew Baumann
---
include/hw/virtio/virtio.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff
The existing code for "host" and "max" CPU models overrides every
single feature in the CPU object at realize time, even the ones
that were explicitly enabled or disabled by the user using
"feat=on" or "feat=off", while features set using +feat/-feat are
kept.
This means "-cpu host,+invtsc" works
On 03/24/2017 10:40 AM, Stefan Hajnoczi wrote:
Having one security policy doesn't make sense to me. As mentioned,
there are many different areas of QEMU that have security relevant
configuration. They are all unrelated so combining them into one object
with vague parameter names like "debug"
> -Original Message-
> From: Qemu-devel [mailto:qemu-devel-
> bounces+paul.durrant=citrix@nongnu.org] On Behalf Of Paul Durrant
> Sent: 24 March 2017 19:18
> To: 'Stefano Stabellini' ; Juergen Gross
>
> Cc: Anthony Perard ; xen-
> de...@lists.xenproject.org; qemu-devel@nongnu.org
> Sub
On Fri, Mar 24, 2017 at 05:08:56PM +, Peter Maydell wrote:
> On 24 March 2017 at 16:58, Markus Armbruster wrote:
> > "Sysbus" isn't a bus. In qdev's original design, every device had to
> > plug into a bus, period. The ones that really didn't were made to plug
> > into "sysbus".
> >
> > Pret
> -Original Message-
> From: Stefano Stabellini [mailto:sstabell...@kernel.org]
> Sent: 24 March 2017 19:12
> To: Juergen Gross
> Cc: Paul Durrant ; qemu-devel@nongnu.org; xen-
> de...@lists.xenproject.org; Anthony Perard ;
> Stefano Stabellini
> Subject: Re: [PATCH RESEND] xen: limit pkg
On Fri, 24 Mar 2017, Juergen Gross wrote:
> On 24/03/17 18:20, Paul Durrant wrote:
> > The Xen tools Makefile has been modified to set PKG_CONFIG_PATH such that
> > use of pkg-config in QEMU configure finds the newly built Xen libraries.
> > However, because older versions of Xen do not set PKG_CON
On 03/24/2017 12:44 PM, Markus Armbruster wrote:
> Signed-off-by: Markus Armbruster
> ---
> block/rbd.c | 7 +++
> 1 file changed, 7 insertions(+)
>
In short, since we have a QAPI enum of valid types, we should verify
that all members of the list match that enum.
Reviewed-by: Eric Blake
On Fri, Mar 24, 2017 at 02:13:48PM +, Peter Maydell wrote:
> On 24 March 2017 at 13:48, Eduardo Habkost wrote:
> > The problem with today's mechanism is that we have no way to make
> > a machine accept one type of sysbus device without making it
> > start accepting every other sysbus devices.
On 03/24/2017 12:44 PM, Markus Armbruster wrote:
> We have two list-values options:
>
> * "server" is a list of InetSocketAddress. We use members "host" and
> "port", and silently ignore the rest.
>
> * "auth-supported" is a list of RbdAuthMethod. We use its only member
> "auth".
>
> Since
On 03/24/2017 12:44 PM, Markus Armbruster wrote:
> runtime_opts is used for three different purposes:
> This is a confusing mess. Dates back to commit 0f9d252. First step
> to clean it up is documenting runtime_opts.desc[]:
>
> * Reorder entries to match the QAPI schema, like we do in other blo
On 03/24/2017 12:44 PM, Markus Armbruster wrote:
> The way we communicate extra key-value pairs from
> qemu_rbd_parse_filename() to qemu_rbd_open() exposes option parameter
> "keyvalue-pairs" on the command line. It's not wanted there. Hack:
> rename the parameter to "=keyvalue-pairs" to make it
On 03/24/2017 12:44 PM, Markus Armbruster wrote:
> This code in qemu_rbd_parse_filename()
>
> found_str = qemu_rbd_next_tok(p, '\0', &p);
This says to take a string starting at p, modify it in place, update p
to point past the delimiter (well, to nowhere since the delimiter of
'\0' means it i
On 24/03/17 18:20, Paul Durrant wrote:
> The Xen tools Makefile has been modified to set PKG_CONFIG_PATH such that
> use of pkg-config in QEMU configure finds the newly built Xen libraries.
> However, because older versions of Xen do not set PKG_CONFIG_PATH in the
> Makefile, the QEMU configure scr
On 24/03/17 17:42, Paul Durrant wrote:
>> -Original Message-
> [snip]
That's a change in behaviour that I, and probably others, have long been
>> used to. What we really want, presumably, is to have pkg-config just look
>> under tools/pkgconfig when querying for the version of xencontr
On 03/24/2017 12:44 PM, Markus Armbruster wrote:
> We laboriously enforce parameter values are between one and some
> arbitrary limit in length. Only RBD_MAX_IMAGE_NAME_SIZE comes from
> librbd.h, and I'm not sure it applies. Where the other limits come
> from is unclear.
>
> Drop the length che
On 03/24/2017 12:44 PM, Markus Armbruster wrote:
> qemu_rbd_open() neglects to check pool and image are present.
> Reproducer:
>
> $ qemu-system-x86_64 -nodefaults -drive if=none,driver=rbd,pool=p
> Segmentation fault (core dumped)
> $ qemu-system-x86_64 -nodefaults -drive if=none,driv
On 24 March 2017 at 17:59, Markus Armbruster wrote:
> Peter Maydell writes:
>> This isn't really true. Sysbus devices support having MMIO regions
>> and IRQ lines and GPIO lines. If you need those you're a
>> sysbus device; otherwise you can probably just be a plain old Device.
>
> Well, "device
On 03/24/2017 12:44 PM, Markus Armbruster wrote:
> We use InetSocketAddress in the QAPI schema. However, the code
> doesn't use inet_connect_saddr(), but formats "host" and "port" into a
> configuration string for rados_conf_set(). Thus, members "numeric",
> "to", "ipv4" and "ipv6" are silently i
On Wed, Mar 22, 2017 at 12:27:44PM +0300, Joannah Nanjekye wrote:
> From: nanjekyejoannah
Thanks for the patch!
>
> Signed-off-by: nanjekyejoannah
>
> The patch provides python 3 support for one of the scripts in scripts/qmp
> that is to say qmp.py. This is not a port to python 3 but rather
Peter Maydell writes:
> On 24 March 2017 at 16:58, Markus Armbruster wrote:
>> "Sysbus" isn't a bus. In qdev's original design, every device had to
>> plug into a bus, period. The ones that really didn't were made to plug
>> into "sysbus".
>>
>> Pretty much the only thing "sysbus" devices had
Am 24.03.2017 um 14:49 hat Eric Blake geschrieben:
> On 03/24/2017 07:42 AM, Jeff Cody wrote:
>
> > Agree. My preference is to leave it as an array of methods, so long as that
> > is tenable to libvirt.
>
> The -drive syntax should remain unchanged (that's an absolute must for
> libvirt). But t
Am 24.03.2017 um 16:47 hat Stefan Hajnoczi geschrieben:
> On Thu, Mar 23, 2017 at 05:48:48PM +0100, Markus Armbruster wrote:
> > BlockdevOptionsNbd has a member SocketAddress, and nbd_config() doesn't
> > restrict variants. Thus, all four SOCKET_ADDRESS_KIND_ can occur.
> >
> > Now have a look at
We laboriously enforce parameter values are between one and some
arbitrary limit in length. Only RBD_MAX_IMAGE_NAME_SIZE comes from
librbd.h, and I'm not sure it applies. Where the other limits come
from is unclear.
Drop the length checking. The limits librbd actually imposes must be
checked by
We have two list-values options:
* "server" is a list of InetSocketAddress. We use members "host" and
"port", and silently ignore the rest.
* "auth-supported" is a list of RbdAuthMethod. We use its only member
"auth".
Since qemu_rbd_open() takes options as a flattened QDict, options has
ke
We use InetSocketAddress in the QAPI schema. However, the code
doesn't use inet_connect_saddr(), but formats "host" and "port" into a
configuration string for rados_conf_set(). Thus, members "numeric",
"to", "ipv4" and "ipv6" are silently ignored. Not nice. Example:
-blockdev
rbd,node-nam
The conversion from QDict to QemuOpts is pointless. Simply get the
stuff straight from the QDict.
Signed-off-by: Markus Armbruster
Reviewed-by: Eric Blake
Reviewed-by: Kevin Wolf
---
block/rbd.c | 20 +---
1 file changed, 5 insertions(+), 15 deletions(-)
diff --git a/block/rb
The way we communicate extra key-value pairs from
qemu_rbd_parse_filename() to qemu_rbd_open() exposes option parameter
"keyvalue-pairs" on the command line. It's not wanted there. Hack:
rename the parameter to "=keyvalue-pairs" to make it inaccessible.
Signed-off-by: Markus Armbruster
---
blo
Signed-off-by: Markus Armbruster
---
block/rbd.c | 7 +++
1 file changed, 7 insertions(+)
diff --git a/block/rbd.c b/block/rbd.c
index e962641..19fd820 100644
--- a/block/rbd.c
+++ b/block/rbd.c
@@ -15,6 +15,7 @@
#include
#include "qapi/error.h"
+#include "qapi/util.h"
#include "qemu/e
runtime_opts is used for three different purposes:
* qemu_rbd_open() uses it to accept options it recognizes, such as
"pool" and "image". Other .bdrv_open() methods do it similarly.
* qemu_rbd_open() accepts additional list-valued options
auth-supported and server, with the help of qemu_rbd_
This is RFC because it needs more testing and an additional patch to
clean up around RbdAuthMethod. I'm sending it out now in the hope of
getting some review.
Markus Armbruster (9):
rbd: Reject -blockdev server.*.{numeric,to,ipv4,ipv6}
rbd: Fix to cleanly reject -drive without pool or image
This code in qemu_rbd_parse_filename()
found_str = qemu_rbd_next_tok(p, '\0', &p);
p = found_str;
has no effect. Drop it, and simplify qemu_rbd_next_tok().
Signed-off-by: Markus Armbruster
---
block/rbd.c | 24 +---
1 file changed, 9 insertions(+), 15 deletions(-)
qemu_rbd_open() neglects to check pool and image are present.
Reproducer:
$ qemu-system-x86_64 -nodefaults -drive if=none,driver=rbd,pool=p
Segmentation fault (core dumped)
$ qemu-system-x86_64 -nodefaults -drive if=none,driver=rbd,image=i
qemu-system-x86_64: -drive if=none,driver=
On Fri, 24 Mar 2017, Juergen Gross wrote:
> On 23/03/17 19:22, Stefano Stabellini wrote:
> > On Thu, 23 Mar 2017, Paolo Bonzini wrote:
> >> On 23/03/2017 14:55, Juergen Gross wrote:
> >>> On 23/03/17 14:00, Greg Kurz wrote:
> On Mon, 20 Mar 2017 11:19:05 -0700
> Stefano Stabellini wrote:
Alex Bennée writes:
> Nikunj A Dadhania writes:
>
>> Richard Henderson writes:
>>
>>> On 09/12/2016 06:47 AM, Alex Bennée wrote:
> > +/* Notice an IO access, or a notdirty page. */
> > +if (unlikely(tlb_addr & ~TARGET_PAGE_MASK)) {
> > +/* There's really nothing tha
Hi Cèdric,
i had been build the kernel with the Xics option enabled and all work on
G5 970MP on Mate 17.04
i will test the same kernel of Fedora server PPC64 and see if there will
work too.
but it is strange thing, because the option was not needed (by the
kernel default)
on PowerMacs and was n
On 24 March 2017 at 01:28, Richard Henderson wrote:
> I also have access to a sparc box.
>
> (At the moment I'm trying to update it from 2013 era system libraries, and
> to enable the 64-bit userland, before I do any testing of current mainline.)
So far I have found that we seem to be mishandling
Eric Blake writes:
> On 03/24/2017 10:26 AM, Alex Bennée wrote:
>> A previous commit (3d4d16f4) added support for audio record/playback.
>> However this breaks the logfile ABI due to the re-ordering of the
>> ReplayEvents enum. The REPLAY_VERSION check is meant to prevent you
>> from using old l
The Xen tools Makefile has been modified to set PKG_CONFIG_PATH such that
use of pkg-config in QEMU configure finds the newly built Xen libraries.
However, because older versions of Xen do not set PKG_CONFIG_PATH in the
Makefile, the QEMU configure script will pick up any Xen libraries that may
be
The Xen tools Makefile has been modified to set PKG_CONFIG_PATH such that
use of pkg-config in QEMU configure finds the newly built Xen libraries.
However, because older versions of Xen do not set PKG_CONFIG_PATH in the
Makefile, the QEMU configure script will pick up any Xen libraries that may
be
On 03/23/2017 03:45 PM, Juan Quintela wrote:
> From: Chao Fan
>
> The number of dirty pages outputed in 'pages' in the command
s/outputed/is output/
> 'info migrate', so add page-size to calculate the number of dirty
> pages in bytes.
>
> Signed-off-by: Chao Fan
> Signed-off-by: Li Zhijian
>
On 03/23/2017 03:44 PM, Juan Quintela wrote:
> So all places are consisten on the nambing of a block name parameter.
s/consisten/consistent/
s/nambing/naming/
>
> Signed-off-by: Juan Quintela
> ---
> migration/ram.c | 17 -
> 1 file changed, 8 insertions(+), 9 deletions(-)
>
On 03/24/2017 10:26 AM, Alex Bennée wrote:
> A previous commit (3d4d16f4) added support for audio record/playback.
> However this breaks the logfile ABI due to the re-ordering of the
> ReplayEvents enum. The REPLAY_VERSION check is meant to prevent you
> from using old log files in newer QEMUs but
On 24 March 2017 at 16:58, Markus Armbruster wrote:
> "Sysbus" isn't a bus. In qdev's original design, every device had to
> plug into a bus, period. The ones that really didn't were made to plug
> into "sysbus".
>
> Pretty much the only thing "sysbus" devices had in common was that they
> could
Eduardo Habkost writes:
> On Fri, Mar 24, 2017 at 01:49:16PM +0300, Marcel Apfelbaum wrote:
>> On 03/22/2017 10:46 PM, Laszlo Ersek wrote:
>> > On 03/22/17 21:31, Eduardo Habkost wrote:
>> > > Hi,
>> > >
>> > > I am investigating the current status of has_dynamic_sysbus and
>> > > sysbus device
Commit f0f272baf3a7 "xen: use libxendevice model to restrict operations"
added a command-line option (-xen-domid-restrict) to limit operations
using the libxendevicemodel API to a specified domid. The commit also
noted that the restriction would be extended to cover operations issued
via other xen
Am 24.03.2017 um 09:25 hat Markus Armbruster geschrieben:
> Post 2.9, we should either finish the QAPIfication of block
> configuration we started with blockdev-add, or back it out, i.e. make
> the QAPI schema accept anything, and rely on the QemuOpts-based
> checking.
>
> I want us to finish QAPI
On 03/24/2017 10:36 AM, Stefan Hajnoczi wrote:
I suggest something like this instead:
/* Debug memory access for AMD SEV */
That way it's clear this "debug" flag has a very specific meaning in the
context of memory encryption.
Sure, will update comments.
-Brijesh
> -Original Message-
[snip]
> >> That's a change in behaviour that I, and probably others, have long been
> used to. What we really want, presumably, is to have pkg-config just look
> under tools/pkgconfig when querying for the version of xencontrol. Could
> that not be done by simply setti
* Juan Quintela (quint...@redhat.com) wrote:
> Only user don't have a MigrationState handly.
>
> Signed-off-by: Juan Quintela
Reviewed-by: Dr. David Alan Gilbert
> ---
> include/migration/migration.h | 2 +-
> migration/migration.c | 8 +++-
> 2 files changed, 4 insertions(+), 6 d
Hello Frediano,
I'm tracking a rather difficult bug in qemu, where it appears that
events in the glib loop are "lost". This is characterized by the
emulated qemu serial console hanging until someone presses a key.
This is normally disguised in the busy main loop of qemu (since some
other event tu
Create libqemutrace.a for all trace.o
Currently all trace.o are linked into qemu-system, qemu-img,
qemu-nbd, qemu-io etc., even the corresponding components
are not included.
Create a libqemutrace.a that the linker would only pull in .o
files containing symbols that are actually referenced by th
> -Original Message-
> From: Juergen Gross [mailto:jgr...@suse.com]
> Sent: 24 March 2017 15:55
> To: Paul Durrant ; 'Stefano Stabellini'
>
> Cc: Anthony Perard ; xen-
> de...@lists.xenproject.org; qemu-devel@nongnu.org; kra...@redhat.com
> Subject: Re: [Xen-devel] [PATCH 2/2] configure: u
On 24/03/17 16:51, Juergen Gross wrote:
> On 24/03/17 16:44, Paul Durrant wrote:
>>> -Original Message-
>>> From: Juergen Gross [mailto:jgr...@suse.com]
>>> Sent: 24 March 2017 15:35
>>> To: Paul Durrant ; 'Stefano Stabellini'
>>>
>>> Cc: Anthony Perard ; xen-
>>> de...@lists.xenproject.or
Peter Maydell writes:
> On 24 March 2017 at 13:19, Christian Borntraeger
> wrote:
>> a qemu with an empty s390 guest will exit very quickly. This races
>> against the testsuite reading from the console pipe leading to
>> intermittent test suite failures. Using -no-shutdown will keep
>> the gue
On 24/03/17 16:44, Paul Durrant wrote:
>> -Original Message-
>> From: Juergen Gross [mailto:jgr...@suse.com]
>> Sent: 24 March 2017 15:35
>> To: Paul Durrant ; 'Stefano Stabellini'
>>
>> Cc: Anthony Perard ; xen-
>> de...@lists.xenproject.org; qemu-devel@nongnu.org; kra...@redhat.com
>> Su
On Thu, Mar 23, 2017 at 05:48:48PM +0100, Markus Armbruster wrote:
> BlockdevOptionsNbd has a member SocketAddress, and nbd_config() doesn't
> restrict variants. Thus, all four SOCKET_ADDRESS_KIND_ can occur.
>
> Now have a look at nbd_refresh_filename(). s->saddr->type is If
> SOCKET_ADDRESS_KI
On Fri, Mar 24, 2017 at 7:32 PM sochin.jiang wrote:
> From: "sochin.jiang"
>
> fix wrong parameter comments in channel-file.h.
>
> Signed-off-by: sochin.jiang
>
Reviewed-by: Marc-André Lureau
> ---
> include/io/channel-file.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
On 03/24/2017 12:31 PM, luigi burdo wrote:
> Hi Cèdric,
>
> first of all thanks for your relpy.
>
>
>
>
>>I have some difficulty sorting out what is going on and what
>>could be considered a regression :/ you are reporting many
>>issues at the same time with a home made kernel.
>
>>Could you
> -Original Message-
> From: Juergen Gross [mailto:jgr...@suse.com]
> Sent: 24 March 2017 15:35
> To: Paul Durrant ; 'Stefano Stabellini'
>
> Cc: Anthony Perard ; xen-
> de...@lists.xenproject.org; qemu-devel@nongnu.org; kra...@redhat.com
> Subject: Re: [Xen-devel] [PATCH 2/2] configure: u
On Fri, Mar 24, 2017 at 8:54 PM, Stefan Hajnoczi wrote:
> On Thu, Mar 23, 2017 at 4:22 PM, Ashijeet Acharya
> wrote:
>> On Thu, Mar 23, 2017 at 8:39 PM, Stefan Hajnoczi wrote:
>>> On Tue, Mar 21, 2017 at 09:14:08AM +, Ashijeet Acharya wrote:
On Tue, 21 Mar 2017 at 13:21, Stefan Hajnoczi
On Thu, Mar 23, 2017 at 01:59:48PM -0500, Brijesh Singh wrote:
> Hi Stefan,
>
>
> On 03/23/2017 06:35 AM, Stefan Hajnoczi wrote:
> > On Wed, Mar 08, 2017 at 03:52:09PM -0500, Brijesh Singh wrote:
> > > The object can be used to define global security policy for the guest.
> >
> > "security-polic
On Thu, Mar 23, 2017 at 01:14:17PM -0500, Brijesh Singh wrote:
> Hi Stefan,
>
>
> On 03/23/2017 06:29 AM, Stefan Hajnoczi wrote:
> > On Wed, Mar 08, 2017 at 03:51:28PM -0500, Brijesh Singh wrote:
> > > Add a new debug attribute, the attribute should be set when guest memory
> > > accesses are per
On 24/03/17 16:12, Paul Durrant wrote:
>> -Original Message-
>> From: Stefano Stabellini [mailto:sstabell...@kernel.org]
>> Sent: 22 March 2017 18:22
>> To: Juergen Gross
>> Cc: Stefano Stabellini ; qemu-devel@nongnu.org;
>> xen-de...@lists.xenproject.org; Anthony Perard
>> ; kra...@redhat
* Juan Quintela (quint...@redhat.com) wrote:
> Just unfold it. Move ram_bytes_remaining() with the rest of exported
> functions.
>
> Signed-off-by: Juan Quintela
Reviewed-by: Dr. David Alan Gilbert
> ---
> migration/ram.c | 19 +++
> 1 file changed, 7 insertions(+), 12 deleti
* Juan Quintela (quint...@redhat.com) wrote:
> It was used as a size in all cases except one.
>
> Signed-off-by: Juan Quintela
Reviewed-by: Dr. David Alan Gilbert
> ---
> exec.c | 4 ++--
> include/sysemu/sysemu.h | 2 +-
> migration/migration.c| 4 ++--
> migration/pos
From: "sochin.jiang"
fix wrong parameter comments in channel-file.h.
Signed-off-by: sochin.jiang
---
include/io/channel-file.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/io/channel-file.h b/include/io/channel-file.h
index d2462c2..79245f1 100644
--- a/inclu
On Fri, Mar 24, 2017 at 12:29:39AM +, Xu, Anthony wrote:
> > Perhaps all trace.o files should be put into their own .a instead of
> > being added directly to the linker line:
> >
> > COMMON_LDADDS = $(trace-obj-y) libqemuutil.a libqemustub.a
> >
> > I think the linker would only pull in .o fi
* Juan Quintela (quint...@redhat.com) wrote:
> Remove it from callers and callees.
>
> Signed-off-by: Juan Quintela
Reviewed-by: Dr. David Alan Gilbert
> ---
> migration/ram.c | 27 ++-
> 1 file changed, 10 insertions(+), 17 deletions(-)
>
> diff --git a/migration/ram
On Thu, Mar 23, 2017 at 06:57:14PM +0100, Paolo Bonzini wrote:
>
>
> On 23/03/2017 18:44, Stefan Hajnoczi wrote:
> >> It's possible to wedge QEMU if the guest tries to reset a virtio-pci
> >> device as QEMU is also using the drive for a blockjob. This patchset
> >> aims to allow us to safely paus
* Juan Quintela (quint...@redhat.com) wrote:
> We need to call for the migrate_get_current() in more that half of the
> uses, so call that inside.
>
> Signed-off-by: Juan Quintela
Reviewed-by: Dr. David Alan Gilbert
> ---
> include/migration/migration.h | 2 +-
> migration/migration.c
A previous commit (3d4d16f4) added support for audio record/playback.
However this breaks the logfile ABI due to the re-ordering of the
ReplayEvents enum. The REPLAY_VERSION check is meant to prevent you
from using old log files in newer QEMUs but this is currently broken.
Signed-off-by: Alex Benn
On Thu, Mar 23, 2017 at 4:22 PM, Ashijeet Acharya
wrote:
> On Thu, Mar 23, 2017 at 8:39 PM, Stefan Hajnoczi wrote:
>> On Tue, Mar 21, 2017 at 09:14:08AM +, Ashijeet Acharya wrote:
>>> On Tue, 21 Mar 2017 at 13:21, Stefan Hajnoczi wrote:
>>>
>>> > On Sat, Mar 11, 2017 at 11:54 AM, Ashijeet Ac
> -Original Message-
> From: Paul Durrant
> Sent: 24 March 2017 15:13
> To: 'Stefano Stabellini' ; Juergen Gross
>
> Cc: qemu-devel@nongnu.org; xen-de...@lists.xenproject.org; Anthony
> Perard ; kra...@redhat.com
> Subject: RE: [PATCH 2/2] configure: use pkg-config for obtaining xen versio
We have tried qemu-ga from Fedora [1] which didn't have guest-exec and
guest-exec-status (qemu-ga -b ? didn't list them and running guest-exec
returned command not found) and also build msi from HEAD ourselves.
gspawn-exec files are there, when we try to run guest-exec command qemu-ga
windows appl
Gerd Hoffmann writes:
> From: Pavel Dovgalyuk
>
> This patch adds recording and replaying audio data. Is saves synchronization
> information for audio out and inputs from the microphone.
>
> v2: removed unneeded whitespace change
>
> Signed-off-by: Pavel Dovgalyuk
> Message-id: 20170202055054.
1 - 100 of 197 matches
Mail list logo