[Qemu-devel] [PATCH 10/10] ahci: spawn controller on demand

2010-11-17 Thread Alexander Graf
When we add a device using -drive to the guest, we also need to create a new SATA bus to handle the device. This patch does it the same way SCSI does it today. Signed-off-by: Alexander Graf --- hw/pc.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/hw/pc.c b/hw/pc.c

[Qemu-devel] [PATCH 10/10] ahci: spawn controller on demand

2010-11-16 Thread Alexander Graf
When we add a device using -drive to the guest, we also need to create a new SATA bus to handle the device. This patch does it the same way SCSI does it today. Signed-off-by: Alexander Graf --- hw/pc.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/hw/pc.c b/hw/pc.c