Re: [Qemu-devel] [RFC PATCH] target-i386: move generic memory hotplug methods to DSDTs

2014-10-07 Thread Igor Mammedov
On Mon, 6 Oct 2014 16:51:53 +0200 Paolo Bonzini wrote: > This makes it simpler to keep the SSDT byte-for-byte identical for a > given machine type, which is a goal we want to have for 2.2 and newer > types. > > This is not tested well and is still missing update of "make check" > data, but I wa

[Qemu-devel] [RFC PATCH] target-i386: move generic memory hotplug methods to DSDTs

2014-10-06 Thread Paolo Bonzini
This makes it simpler to keep the SSDT byte-for-byte identical for a given machine type, which is a goal we want to have for 2.2 and newer types. This is not tested well and is still missing update of "make check" data, but I wanted to throw this out for an early look. Signed-off-by: Paolo Bonzin