Re: [Qemu-devel] [RESEND PATCH v3] hotplug: add device per func in ACPI DSDT tables

2012-05-10 Thread Amos Kong
- Original Message - > On 05/11/2012 01:42 AM, Michael S. Tsirkin wrote: > > On Fri, May 11, 2012 at 01:17:38AM +0800, Jiang Liu wrote: > >> On 05/09/2012 03:24 PM, Amos Kong wrote: > >> > >>> --- > >>> src/ssdt-pcihp.dsl | 17 > >>> src/ssdt-pcihp.hex | 8869 > >>> +

Re: [Qemu-devel] [RESEND PATCH v3] hotplug: add device per func in ACPI DSDT tables

2012-05-10 Thread Jiang Liu
On 05/09/2012 03:24 PM, Amos Kong wrote: > --- > src/ssdt-pcihp.dsl | 17 > src/ssdt-pcihp.hex | 8869 > +++- > 2 files changed, 8781 insertions(+), 105 deletions(-) > > diff --git a/src/ssdt-pcihp.dsl b/src/ssdt-pcihp.dsl > index 4b435b8..2a3c

Re: [Qemu-devel] [RESEND PATCH v3] hotplug: add device per func in ACPI DSDT tables

2012-05-10 Thread Jiang Liu
On 05/09/2012 09:47 PM, Alex Williamson wrote: >> --- >> src/ssdt-pcihp.dsl | 17 >> src/ssdt-pcihp.hex | 8869 >> +++- >> 2 files changed, 8781 insertions(+), 105 deletions(-) >> >> diff --git a/src/ssdt-pcihp.dsl b/src/ssdt-pcihp.dsl >> index 4

Re: [Qemu-devel] [RESEND PATCH v3] hotplug: add device per func in ACPI DSDT tables

2012-05-10 Thread Jiang Liu
On 05/11/2012 01:42 AM, Michael S. Tsirkin wrote: > On Fri, May 11, 2012 at 01:17:38AM +0800, Jiang Liu wrote: >> On 05/09/2012 03:24 PM, Amos Kong wrote: >> >>> --- >>> src/ssdt-pcihp.dsl | 17 >>> src/ssdt-pcihp.hex | 8869 >>> +++- >>> 2 files

Re: [Qemu-devel] [RESEND PATCH v3] hotplug: add device per func in ACPI DSDT tables

2012-05-10 Thread Michael S. Tsirkin
On Fri, May 11, 2012 at 01:17:38AM +0800, Jiang Liu wrote: > On 05/09/2012 03:24 PM, Amos Kong wrote: > > > --- > > src/ssdt-pcihp.dsl | 17 > > src/ssdt-pcihp.hex | 8869 > > +++- > > 2 files changed, 8781 insertions(+), 105 deletions(-) > > >

Re: [Qemu-devel] [RESEND PATCH v3] hotplug: add device per func in ACPI DSDT tables

2012-05-10 Thread Michael S. Tsirkin
On Fri, May 11, 2012 at 12:50:37AM +0800, Jiang Liu wrote: > On 05/09/2012 09:47 PM, Alex Williamson wrote: > >> --- > >> src/ssdt-pcihp.dsl | 17 > >> src/ssdt-pcihp.hex | 8869 > >> +++- > >> 2 files changed, 8781 insertions(+), 105 deletions(-

Re: [Qemu-devel] [RESEND PATCH v3] hotplug: add device per func in ACPI DSDT tables

2012-05-09 Thread Amos Kong
- Original Message - > On Wed, 2012-05-09 at 15:24 +0800, Amos Kong wrote: > > Boot up a Linux VM with 8 pci block devices which > > are the 8 functions in one pci slot. > > | # qemu-kvm ... > > | -drive file=images/u0,if=none,id=drv0,format=qcow2,cache=none \ > > | -device > > | virtio-blk

Re: [Qemu-devel] [RESEND PATCH v3] hotplug: add device per func in ACPI DSDT tables

2012-05-09 Thread Alex Williamson
On Wed, 2012-05-09 at 15:24 +0800, Amos Kong wrote: > Boot up a Linux VM with 8 pci block devices which > are the 8 functions in one pci slot. > | # qemu-kvm ... > | -drive file=images/u0,if=none,id=drv0,format=qcow2,cache=none \ > | -device virtio-blk-pci,drive=drv0,id=v0,multifunction=on,addr=0x0

Re: [Qemu-devel] [RESEND PATCH v3] hotplug: add device per func in ACPI DSDT tables

2012-05-09 Thread Amos Kong
On 09/05/12 16:59, Amos Kong wrote: On 09/05/12 16:46, Michael S. Tsirkin wrote: On Wed, May 09, 2012 at 03:24:52PM +0800, Amos Kong wrote: Boot up a Linux VM with 8 pci block devices which are the 8 functions in one pci slot. | # qemu-kvm ... | -drive file=images/u0,if=none,id=drv0,format=qcow

Re: [Qemu-devel] [RESEND PATCH v3] hotplug: add device per func in ACPI DSDT tables

2012-05-09 Thread Amos Kong
On 09/05/12 16:46, Michael S. Tsirkin wrote: On Wed, May 09, 2012 at 03:24:52PM +0800, Amos Kong wrote: Boot up a Linux VM with 8 pci block devices which are the 8 functions in one pci slot. | # qemu-kvm ... | -drive file=images/u0,if=none,id=drv0,format=qcow2,cache=none \ | -device virtio-blk-p

Re: [Qemu-devel] [RESEND PATCH v3] hotplug: add device per func in ACPI DSDT tables

2012-05-09 Thread Michael S. Tsirkin
On Wed, May 09, 2012 at 03:24:52PM +0800, Amos Kong wrote: > Boot up a Linux VM with 8 pci block devices which > are the 8 functions in one pci slot. > | # qemu-kvm ... > | -drive file=images/u0,if=none,id=drv0,format=qcow2,cache=none \ > | -device virtio-blk-pci,drive=drv0,id=v0,multifunction=on,a