qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/3] acpi: more infrastructure cleanups


From: Michael S. Tsirkin
Subject: Re: [Qemu-devel] [PATCH 0/3] acpi: more infrastructure cleanups
Date: Mon, 15 Apr 2013 14:25:34 +0300

On Mon, Apr 15, 2013 at 12:37:37PM +0300, Michael S. Tsirkin wrote:
> I wanted to help Laszlo completely move ACPI tables out of seabios in
> time for 1.5, but had to put out some fires so didn't manage to do this
> in time, and going offline for now.
> 
> Meanwhile, here is some refactoring that I did complete.  This does not
> do much by itself, but works fine for me and will be helpful down the
> road.
> 
> This includes a couple of patches I posted previously
> and another one on top.
> 
> Pls consider for 1.5.

Just two clarifications
1. This conflicts with Laszlo's MADT change. As such if Laszlo's patch is 
applied,
   this will need to be rebased on top.
2. This was lightly tested but there's a holiday here so I run out of
   time for testing. Will report in a couple of days.

> 
> Michael S. Tsirkin (3):
>   acpi: move declarations from pc.h to acpi.h
>   acpi: add acpi_table_add_hdr
>   acpi.h: make it self contained
> 
>  arch_init.c            |  1 +
>  hw/acpi/core.c         | 97 
> +++++++++++++++++++++++++++++++++++---------------
>  hw/i386/pc.c           |  1 +
>  hw/i386/pc_piix.c      |  1 +
>  include/hw/acpi/acpi.h | 20 +++++++++++
>  include/hw/i386/pc.h   |  8 -----
>  6 files changed, 91 insertions(+), 37 deletions(-)
> 
> -- 
> MST



reply via email to

[Prev in Thread] Current Thread [Next in Thread]