Re: [Qemu-devel] [PATCH 20/35] acpi: memory hotplug ACPI hardware implementation

2014-05-06 Thread Vasilis Liaskovitis
On Tue, May 06, 2014 at 09:13:13AM +0200, Igor Mammedov wrote: > On Mon, 5 May 2014 14:20:25 +0200 > Vasilis Liaskovitis wrote: > > On Fri, Apr 04, 2014 at 03:36:45PM +0200, Igor Mammedov wrote: > > > +if (data == 1) { > > > +/* TODO: handle device insert OST event */ > > > +

Re: [Qemu-devel] [PATCH 20/35] acpi: memory hotplug ACPI hardware implementation

2014-05-06 Thread Igor Mammedov
On Mon, 5 May 2014 14:20:25 +0200 Vasilis Liaskovitis wrote: > Hi, > > On Fri, Apr 04, 2014 at 03:36:45PM +0200, Igor Mammedov wrote: > > - implements QEMU hardware part of memory hotplug protocol > > described at "docs/specs/acpi_mem_hotplug.txt" > > - handles only memory add notification eve

Re: [Qemu-devel] [PATCH 20/35] acpi: memory hotplug ACPI hardware implementation

2014-05-05 Thread Vasilis Liaskovitis
Hi, On Fri, Apr 04, 2014 at 03:36:45PM +0200, Igor Mammedov wrote: > - implements QEMU hardware part of memory hotplug protocol > described at "docs/specs/acpi_mem_hotplug.txt" > - handles only memory add notification event for now > [...] > + [0x4-0x7] OST event code reported by OSPM > +

[Qemu-devel] [PATCH 20/35] acpi: memory hotplug ACPI hardware implementation

2014-04-04 Thread Igor Mammedov
- implements QEMU hardware part of memory hotplug protocol described at "docs/specs/acpi_mem_hotplug.txt" - handles only memory add notification event for now Signed-off-by: Igor Mammedov --- docs/specs/acpi_mem_hotplug.txt | 44 hw/acpi/Makefile.objs| 1 + hw/acpi