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
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
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
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
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