[libvirt] [PATCH 09/10] qemu: Do not restore the sysfs unpriv_sgio if the disk is being shared

2012-12-04 Thread Osier Yang
This prevents restoring the unpriv_sgio if the disk is shared, and is being used by other active domain. Because we don't want to fall into the corruption situation. --- src/qemu/qemu_process.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/qemu/qemu_proces

[libvirt] [PATCH 09/10] qemu: Do not restore the sysfs unpriv_sgio if the disk is being shared

2012-11-28 Thread Osier Yang
This prevents restoring the unpriv_sgio if the disk is shared, and is being used by other active domain. Because we don't want to fall into the corruption situation. --- src/qemu/qemu_conf.c|6 ++ src/qemu/qemu_process.c | 11 +++ 2 files changed, 17 insertions(+), 0 deletion