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

2013-04-15 Thread Laszlo Ersek
On 04/15/13 23:10, Anthony Liguori wrote: > Applied. Thanks. > > Regards, > > Anthony Liguori > Please revert. As I wrote in my review, 2/3 breaks stuff. 1/3 and 3/3 have been picked up by Paolo. Thanks, Laszlo

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

2013-04-15 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

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

2013-04-15 Thread Michael S. Tsirkin
On Mon, Apr 15, 2013 at 03:24:00PM +0200, Laszlo Ersek wrote: > On 04/15/13 13:25, Michael S. Tsirkin wrote: > > 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

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

2013-04-15 Thread Laszlo Ersek
On 04/15/13 15:24, Laszlo Ersek wrote: > Second, 2/3 breaks the binary format exported under the > FW_CFG_ACPI_TABLES key. The format is as follows: > > * number of tables in entire fw_cfg blob : uint16_t > for each table: > * ACPI payload size belonging to this table : uint16_t > * s

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

2013-04-15 Thread Laszlo Ersek
On 04/15/13 13:25, Michael S. Tsirkin wrote: > 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 no

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

2013-04-15 Thread Michael S. Tsirkin
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

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

2013-04-15 Thread Michael S. Tsirkin
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 wil