On 9 June 2011 18:44, Andreas Färber wrote:
> Am 09.06.2011 um 17:52 schrieb Marc-Antoine Perennou:
>> Manually including stddef.h or replacing NULL by 0 or (void*)0 makes it
>> work.
>
> Then please submit a new patch that explicit includes that header with a
> comment explaining why, so that it
On 06/09/2011 01:47 PM, Luiz Capitulino wrote:
I've started writing some tests with the glib test framework (used by the qapi
patches) but am facing some issues that doesn't seem to exist with check (our
current framework).
Of course that it's possible that I'm missing something, in this case p
Hi Alexandre,
Am 07.06.2011 um 01:39 schrieb Alexandre Raymond:
On Tue, May 31, 2011 at 4:07 PM, Andreas Färber > wrote:
Hello Alexandre,
Am 30.05.2011 um 00:36 schrieb Alexandre Raymond:
This fix forces a message to be sent to the handleEvent method
of the QemuCocoaView class instead of let
Am 09.06.2011 um 20:47 schrieb Andreas Färber:
Am 07.06.2011 um 05:34 schrieb Alexandre Raymond:
Changes since v1: create a wrapper function named qemu_daemon() in
oslib-posix.c
instead of putting the OS specific workaround in qemu-nbd.c directly.
On OSX >= 10.5, daemon() is deprecated, res
On 06/09/2011 12:47 PM, Luiz Capitulino wrote:
On Fri, 3 Jun 2011 17:33:09 -0500
Michael Roth wrote:
Type of Visiter class that serves as the inverse of the input visiter:
it takes a series of native C types and uses their values to construct a
corresponding QObject. The command marshaling/di
On 2011-06-09 20:08, Eduardo Habkost wrote:
> On Thu, Jun 09, 2011 at 07:41:03PM +0200, Jan Kiszka wrote:
>
>>> I'm wondering if it wouldn't be simpler to keep the existing interface
>>> but just initialize CPUState->kvm_state earlier (today it is initialized
>>> only on kvm_init_vcpu(), although
On 06/09/2011 11:44 AM, Jan Kiszka wrote:
A first step towards getting rid of register_device_unmigratable
(ivshmem and lacking vmstate support in virtio are blocking this):
Allow to register an unmigratable vmstate via qdev, i.e. tag a device
declaratively.
I thought part of the problem with
On Thu, 09 Jun 2011 14:04:37 -0500
Anthony Liguori wrote:
> On 06/09/2011 01:47 PM, Luiz Capitulino wrote:
> >
> > I've started writing some tests with the glib test framework (used by the
> > qapi
> > patches) but am facing some issues that doesn't seem to exist with check
> > (our
> > current
On 2011-06-09 22:00, Anthony Liguori wrote:
> On 06/09/2011 11:44 AM, Jan Kiszka wrote:
>> A first step towards getting rid of register_device_unmigratable
>> (ivshmem and lacking vmstate support in virtio are blocking this):
>>
>> Allow to register an unmigratable vmstate via qdev, i.e. tag a devi
When qemu gets compiled without support of vhost-net, any attempt
to use it fails with a very clear error message:
qemu-system-x86_64: -netdev ...,vhost=on: vhost-net requested but could not be
initialized
there's absolutely no reason given _why_ it coult not be
initialized, and even strace'ing
Older versions of libcurl don't have some of the features we try to
use, in particular curl_multi_setopt(). Check for this in the 'is
libcurl available?' configure test so we disable curl support if the
library is too old.
Signed-off-by: Peter Maydell
---
configure |2 +-
1 files changed, 1
On 06/09/2011 03:02 PM, Luiz Capitulino wrote:
On Thu, 09 Jun 2011 14:04:37 -0500
Anthony Liguori wrote:
On 06/09/2011 01:47 PM, Luiz Capitulino wrote:
I've started writing some tests with the glib test framework (used by the qapi
patches) but am facing some issues that doesn't seem to exist
On 06/09/2011 06:04 PM, Michael Roth wrote:
On 06/09/2011 03:02 PM, Luiz Capitulino wrote:
On Thu, 09 Jun 2011 14:04:37 -0500
Anthony Liguori wrote:
On 06/09/2011 01:47 PM, Luiz Capitulino wrote:
I've started writing some tests with the glib test framework (used
by the qapi
patches) but am f
On 06/06/2011 10:16 AM, Aneesh Kumar K.V wrote:
Signed-off-by: Aneesh Kumar K.V
Just one minor issue below; otherwise
Reviewed-by: Venkateswararao Jujjuri "
---
hw/9pfs/virtio-9p.c | 205 +++
hw/9pfs/virtio-9p.h |7 ++
2 files changed,
On 06/06/2011 10:16 AM, Aneesh Kumar K.V wrote:
On interrupted syscall on client we can end up having fid
being acted upon by glib pool but still get a clunk request on that
Couple of comments below.
- JV
Signed-off-by: Aneesh Kumar K.V
---
hw/9pfs/virtio-9p.c | 139 ++
On 06/06/2011 10:16 AM, Aneesh Kumar K.V wrote:
Signed-off-by: Aneesh Kumar K.V
Minor comments below; I think this looks good.
Reviewed-by : Venkateswararao Jujjuri
---
hw/9pfs/codir.c|4 +-
hw/9pfs/cofile.c | 19 -
hw/9pfs/virtio-9p-coth.h |4 +-
h
On 06/06/2011 10:16 AM, Aneesh Kumar K.V wrote:
we should use the local abstraction instead of
directly calling close.
Let us fold this also into our coroutine patches.
- JV
Signed-off-by: Aneesh Kumar K.V
---
hw/9pfs/virtio-9p.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(
On 06/06/2011 10:16 AM, Aneesh Kumar K.V wrote:
Signed-off-by: Aneesh Kumar K.V
Reviewed-by: Venkateswararao Jujjuri
---
hw/9pfs/codir.c |9 +
hw/9pfs/virtio-9p.c | 26 --
2 files changed, 33 insertions(+), 2 deletions(-)
diff --git a/hw/9pfs/cod
Hi all,
I will analyze OS kernel security using virtualization. I'm aware both
QEMU and XEN can be good platforms to build my tool. Any one can give
some suggestions?
Thanks,
Tested-by: Alexandre Raymond
That's definitely a better patch ;-)
Thanks,
Alexandre
On Thu, Jun 9, 2011 at 3:03 PM, Andreas Färber wrote:
> Avoid compiler confusion as to which method signature to use for the
> handleEvent: selector on OSX >= 10.6 by making the variable type-safe
> as oppose
On Fri, Jun 10, 2011 at 09:20, Ice Frog wrote:
> Hi all,
>
> I will analyze OS kernel security using virtualization. I'm aware both
> QEMU and XEN can be good platforms to build my tool. Any one can give
> some suggestions?
precisely, can you tell us why do you need virtualization? to check
every
On Thu, 09 Jun 2011 17:27:00 -0700, Venkateswararao Jujjuri
wrote:
> On 06/06/2011 10:16 AM, Aneesh Kumar K.V wrote:
> > On interrupted syscall on client we can end up having fid
> > being acted upon by glib pool but still get a clunk request on that
>
> Couple of comments below.
>
> - JV
>
>
Hi,
I've two scenarios at hand now: one involves a Windows 7 guest with
-soundhw hda, the other is my Musicpal (do you still have a firmware
image at hand?). Some Linux guest here with identical configuration like
Win7 does not show any problems in polling mode.
Noteworthy difference between
On Thu, 09 Jun 2011 16:10:39 -0700, Venkateswararao Jujjuri
wrote:
> On 06/06/2011 10:16 AM, Aneesh Kumar K.V wrote:
> > Signed-off-by: Aneesh Kumar K.V
>
> Just one minor issue below; otherwise
>
> Reviewed-by: Venkateswararao Jujjuri "
>
> > ---
> > hw/9pfs/virtio-9p.c | 205
> > ++
101 - 124 of 124 matches
Mail list logo