[Qemu-devel] [PATCH v3 0/8] QEmu memory hot unplug support.

2014-08-18 Thread Tang Chen
This patch-set implements memory hot-remove for QEmu. 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. Finally, qemu handles OST events to free dimm device. Change log v2 -> v3: 1. Div

[Qemu-devel] [PATCH v3 0/8] QEmu memory hot unplug support.

2014-08-18 Thread Tang Chen
This patch-set implements memory hot-remove for QEmu. 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. Finally, qemu handles OST events to free dimm device. Change log v2 -> v3: 1. Div