* [Qemu-devel] [PATCH] i440fx: remove piix3 field
@ 2011-12-20 13:10 Paolo Bonzini
2011-12-20 22:16 ` Anthony Liguori
0 siblings, 1 reply; 2+ messages in thread
From: Paolo Bonzini @ 2011-12-20 13:10 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
hw/piix_pci.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/hw/piix_pci.c b/hw/piix_pci.c
index 43c85aa..e188c7a 100644
--- a/hw/piix_pci.c
+++ b/hw/piix_pci.c
@@ -81,7 +81,6 @@ struct PCII440FXState {
PAMMemoryRegion pam_regions[13];
MemoryRegion smram_region;
uint8_t smm_enabled;
- PIIX3State *piix3;
};
@@ -320,8 +319,6 @@ static PCIBus *i440fx_common_init(const char *device_name,
qdev_property_add_child(dev, "piix3", &piix3->dev.qdev, NULL);
piix3->pic = pic;
- (*pi440fx_state)->piix3 = piix3;
-
*piix3_devfn = piix3->dev.devfn;
ram_size = ram_size / 8 / 1024 / 1024;
--
1.7.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] i440fx: remove piix3 field
2011-12-20 13:10 [Qemu-devel] [PATCH] i440fx: remove piix3 field Paolo Bonzini
@ 2011-12-20 22:16 ` Anthony Liguori
0 siblings, 0 replies; 2+ messages in thread
From: Anthony Liguori @ 2011-12-20 22:16 UTC (permalink / raw)
To: Paolo Bonzini; +Cc: qemu-trivial, qemu-devel
On 12/20/2011 07:10 AM, Paolo Bonzini wrote:
> Signed-off-by: Paolo Bonzini<pbonzini@redhat.com>
Applied. Thanks.
Regards,
Anthony Liguori
> ---
> hw/piix_pci.c | 3 ---
> 1 files changed, 0 insertions(+), 3 deletions(-)
>
> diff --git a/hw/piix_pci.c b/hw/piix_pci.c
> index 43c85aa..e188c7a 100644
> --- a/hw/piix_pci.c
> +++ b/hw/piix_pci.c
> @@ -81,7 +81,6 @@ struct PCII440FXState {
> PAMMemoryRegion pam_regions[13];
> MemoryRegion smram_region;
> uint8_t smm_enabled;
> - PIIX3State *piix3;
> };
>
>
> @@ -320,8 +319,6 @@ static PCIBus *i440fx_common_init(const char *device_name,
> qdev_property_add_child(dev, "piix3",&piix3->dev.qdev, NULL);
> piix3->pic = pic;
>
> - (*pi440fx_state)->piix3 = piix3;
> -
> *piix3_devfn = piix3->dev.devfn;
>
> ram_size = ram_size / 8 / 1024 / 1024;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-12-20 22:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-20 13:10 [Qemu-devel] [PATCH] i440fx: remove piix3 field Paolo Bonzini
2011-12-20 22:16 ` Anthony Liguori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).