From: Fabio Fantoni <fabio.fantoni@m2r.biz>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: Anthony PERARD <anthony.perard@citrix.com>,
qemu-trivial@nongnu.org,
Stefano Stabellini <stefano.stabellini@citrix.com>,
QEMU-devel <qemu-devel@nongnu.org>,
Xen Devel <xen-devel@lists.xen.org>
Subject: Re: [Qemu-trivial] [Xen-devel] [PATCH for v1.6] pc: Fix initialization of the ram_memory variable.
Date: Thu, 29 Aug 2013 11:42:36 +0200 [thread overview]
Message-ID: <521F178C.2020506@m2r.biz> (raw)
In-Reply-To: <521F0DB6.9090203@redhat.com>
Il 29/08/2013 11:00, Paolo Bonzini ha scritto:
> Il 16/08/2013 16:46, Anthony PERARD ha scritto:
>> In some cases (Xen), it will not be initialized before to be used. This
>> leads to segv.
>>
>> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
>>
>> ---
>>
>> It works with this simple initialization to NULL, but would it be
>> necessary (or better) to assign a proper value to this variables ?
> Yeah, the right value of this variable comes from xen_ram_init (called
> by xen_hvm_init).
>
> Paolo
I done a fast search of patch between 1.5 and 1.6 about memory on xen
files and I found this patch:
Commit:2c9b15cab12c21e32dffb67c5e18f3dc407ca224
* memory: add owner argument to initialization functions
I not understand if can be this that have introduced an unexpected event
with xen and how to solve correctly.
Thanks for any reply and sorry for my bad english.
>
>> ---
>> hw/i386/pc_piix.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c
>> index 6e1e654..596d433 100644
>> --- a/hw/i386/pc_piix.c
>> +++ b/hw/i386/pc_piix.c
>> @@ -86,7 +86,7 @@ static void pc_init1(MemoryRegion *system_memory,
>> BusState *idebus[MAX_IDE_BUS];
>> ISADevice *rtc_state;
>> ISADevice *floppy;
>> - MemoryRegion *ram_memory;
>> + MemoryRegion *ram_memory = NULL;
>> MemoryRegion *pci_memory;
>> MemoryRegion *rom_memory;
>> DeviceState *icc_bridge;
>>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
WARNING: multiple messages have this Message-ID (diff)
From: Fabio Fantoni <fabio.fantoni@m2r.biz>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: Anthony PERARD <anthony.perard@citrix.com>,
qemu-trivial@nongnu.org,
Stefano Stabellini <stefano.stabellini@citrix.com>,
QEMU-devel <qemu-devel@nongnu.org>,
Xen Devel <xen-devel@lists.xen.org>
Subject: Re: [Qemu-devel] [Xen-devel] [PATCH for v1.6] pc: Fix initialization of the ram_memory variable.
Date: Thu, 29 Aug 2013 11:42:36 +0200 [thread overview]
Message-ID: <521F178C.2020506@m2r.biz> (raw)
In-Reply-To: <521F0DB6.9090203@redhat.com>
Il 29/08/2013 11:00, Paolo Bonzini ha scritto:
> Il 16/08/2013 16:46, Anthony PERARD ha scritto:
>> In some cases (Xen), it will not be initialized before to be used. This
>> leads to segv.
>>
>> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
>>
>> ---
>>
>> It works with this simple initialization to NULL, but would it be
>> necessary (or better) to assign a proper value to this variables ?
> Yeah, the right value of this variable comes from xen_ram_init (called
> by xen_hvm_init).
>
> Paolo
I done a fast search of patch between 1.5 and 1.6 about memory on xen
files and I found this patch:
Commit:2c9b15cab12c21e32dffb67c5e18f3dc407ca224
* memory: add owner argument to initialization functions
I not understand if can be this that have introduced an unexpected event
with xen and how to solve correctly.
Thanks for any reply and sorry for my bad english.
>
>> ---
>> hw/i386/pc_piix.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c
>> index 6e1e654..596d433 100644
>> --- a/hw/i386/pc_piix.c
>> +++ b/hw/i386/pc_piix.c
>> @@ -86,7 +86,7 @@ static void pc_init1(MemoryRegion *system_memory,
>> BusState *idebus[MAX_IDE_BUS];
>> ISADevice *rtc_state;
>> ISADevice *floppy;
>> - MemoryRegion *ram_memory;
>> + MemoryRegion *ram_memory = NULL;
>> MemoryRegion *pci_memory;
>> MemoryRegion *rom_memory;
>> DeviceState *icc_bridge;
>>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
next prev parent reply other threads:[~2013-08-29 9:42 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-16 14:46 [Qemu-trivial] [PATCH for v1.6] pc: Fix initialization of the ram_memory variable Anthony PERARD
2013-08-16 14:46 ` [Qemu-devel] " Anthony PERARD
2013-08-26 15:00 ` [Qemu-trivial] [Xen-devel] " Fabio Fantoni
2013-08-26 15:00 ` [Qemu-devel] " Fabio Fantoni
2013-08-29 8:32 ` [Qemu-trivial] " Fabio Fantoni
2013-08-29 8:32 ` [Qemu-devel] " Fabio Fantoni
2013-08-29 10:59 ` Stefano Stabellini
2013-08-29 10:59 ` [Qemu-trivial] [Xen-devel] " Stefano Stabellini
2013-08-29 10:59 ` [Qemu-devel] " Stefano Stabellini
2013-08-29 11:05 ` Stefano Stabellini
2013-08-29 11:05 ` [Qemu-trivial] [Xen-devel] " Stefano Stabellini
2013-08-29 11:05 ` [Qemu-devel] " Stefano Stabellini
2013-08-29 8:32 ` Fabio Fantoni
2013-08-26 15:00 ` Fabio Fantoni
2013-08-29 8:48 ` [Qemu-trivial] [Qemu-devel] " Peter Maydell
2013-08-29 8:48 ` Peter Maydell
2013-08-29 8:48 ` Peter Maydell
2013-08-29 9:00 ` Paolo Bonzini
2013-08-29 9:00 ` [Qemu-trivial] " Paolo Bonzini
2013-08-29 9:00 ` [Qemu-devel] " Paolo Bonzini
2013-08-29 9:42 ` Fabio Fantoni
2013-08-29 9:42 ` Fabio Fantoni [this message]
2013-08-29 9:42 ` [Qemu-devel] [Xen-devel] " Fabio Fantoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=521F178C.2020506@m2r.biz \
--to=fabio.fantoni@m2r.biz \
--cc=anthony.perard@citrix.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=stefano.stabellini@citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.