qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] acpi: more infrastructure cleanups
@ 2013-04-15  9:37 Michael S. Tsirkin
  2013-04-15  9:37 ` [Qemu-devel] [PATCH 1/3] acpi: move declarations from pc.h to acpi.h Michael S. Tsirkin
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Michael S. Tsirkin @ 2013-04-15  9:37 UTC (permalink / raw)
  To: qemu-devel

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.


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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-04-15 21:24 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-15  9:37 [Qemu-devel] [PATCH 0/3] acpi: more infrastructure cleanups Michael S. Tsirkin
2013-04-15  9:37 ` [Qemu-devel] [PATCH 1/3] acpi: move declarations from pc.h to acpi.h Michael S. Tsirkin
2013-04-15 10:42   ` Paolo Bonzini
2013-04-15 11:00     ` Laszlo Ersek
2013-04-15 11:00       ` Paolo Bonzini
2013-04-15  9:37 ` [Qemu-devel] [PATCH 2/3] acpi: add acpi_table_add_hdr Michael S. Tsirkin
2013-04-15  9:37 ` [Qemu-devel] [PATCH 3/3] acpi.h: make it self contained Michael S. Tsirkin
2013-04-15 11:25 ` [Qemu-devel] [PATCH 0/3] acpi: more infrastructure cleanups Michael S. Tsirkin
2013-04-15 13:24   ` Laszlo Ersek
2013-04-15 13:31     ` Laszlo Ersek
2013-04-15 14:05     ` Michael S. Tsirkin
2013-04-15 21:10 ` Anthony Liguori
2013-04-15 21:26   ` Laszlo Ersek

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).