Re: [Qemu-devel] [PATCH 10/27] not-for-upstream: disable non-qdev pci devices

2012-01-02 Thread Anthony Liguori
On 01/02/2012 04:55 PM, Andreas Färber wrote: Am 20.12.2011 17:51, schrieb Anthony Liguori: Obviously, this isn't an acceptable approach. We need to convert these devices to qdev. --- hw/macio.c |5 + hw/openpic.c|5 + hw/ppc4xx_pci.c |5 + hw/prep_pci.c

Re: [Qemu-devel] [PATCH 10/27] not-for-upstream: disable non-qdev pci devices

2012-01-02 Thread Andreas Färber
Am 20.12.2011 17:51, schrieb Anthony Liguori: > Obviously, this isn't an acceptable approach. We need to convert these > devices > to qdev. > --- > hw/macio.c |5 + > hw/openpic.c|5 + > hw/ppc4xx_pci.c |5 + > hw/prep_pci.c |5 + > 4 files changed, 20

[Qemu-devel] [PATCH 10/27] not-for-upstream: disable non-qdev pci devices

2011-12-20 Thread Anthony Liguori
Obviously, this isn't an acceptable approach. We need to convert these devices to qdev. --- hw/macio.c |5 + hw/openpic.c|5 + hw/ppc4xx_pci.c |5 + hw/prep_pci.c |5 + 4 files changed, 20 insertions(+), 0 deletions(-) diff --git a/hw/macio.c b/hw/macio