Re: [Qemu-devel] [RESEND PATCH v4 00/10] QEmu memory hot unplug support.

2014-11-05 Thread Igor Mammedov
On Wed, 5 Nov 2014 13:49:45 +0800 Tang Chen wrote: > This patch-set implements memory hot-remove for QEmu. > > Rebased on Igor's asynchronize hotplug framework (qemu v2.1.2, the latest). As I've wrote before, there were hot-unplug patches merged last month, see for reference http://lists.nongn

[Qemu-devel] [RESEND PATCH v4 00/10] QEmu memory hot unplug support.

2014-11-04 Thread Tang Chen
This patch-set implements memory hot-remove for QEmu. Rebased on Igor's asynchronize hotplug framework (qemu v2.1.2, the latest). Approach: QEmu sets GPE status bit, then triggers SCI to notify guest os. Guest os checks device status, and free memory resource if possible, then generate OST. NOT

Re: [Qemu-devel] [RESEND PATCH v4 00/10] QEmu memory hot unplug support.

2014-10-29 Thread Tang Chen
On 10/29/2014 05:37 PM, Igor Mammedov wrote: On Wed, 22 Oct 2014 18:00:02 +0800 Tang Chen wrote: This patch-set implements memory hot-remove for QEmu. Rebased on Igor's asynchronize hotplug framework (qemu v2.1.2, the latest). Approach: QEmu sets GPE status bit, then triggers SCI to notify

Re: [Qemu-devel] [RESEND PATCH v4 00/10] QEmu memory hot unplug support.

2014-10-29 Thread Igor Mammedov
On Wed, 22 Oct 2014 18:00:02 +0800 Tang Chen wrote: > This patch-set implements memory hot-remove for QEmu. > > Rebased on Igor's asynchronize hotplug framework (qemu v2.1.2, the > latest). > > Approach: QEmu sets GPE status bit, then triggers SCI to notify guest > os. Guest os checks device s

[Qemu-devel] [RESEND PATCH v4 00/10] QEmu memory hot unplug support.

2014-10-22 Thread Tang Chen
This patch-set implements memory hot-remove for QEmu. Rebased on Igor's asynchronize hotplug framework (qemu v2.1.2, the latest). Approach: QEmu sets GPE status bit, then triggers SCI to notify guest os. Guest os checks device status, and free memory resource if possible, then generate OST. NOT