Re: [Qemu-devel] [PATCH v3 0/8] acpi: make ROMs resizeable

2015-01-07 Thread Paolo Bonzini
On 07/01/2015 20:48, Michael S. Tsirkin wrote: > This is v3 of the patchset. > Changes since v2: > - Address Paolo's comments: drop an unused function, fix up > comment. > > Changes since v1: > - Any RAM can now be resizeable - there's no requirement > that it's device RAM an

[Qemu-devel] [PATCH v3 0/8] acpi: make ROMs resizeable

2015-01-07 Thread Michael S. Tsirkin
This is v3 of the patchset. Changes since v2: - Address Paolo's comments: drop an unused function, fix up comment. Changes since v1: - Any RAM can now be resizeable - there's no requirement that it's device RAM any longer. - For simplicity, max_size RAM is always pre-alloca