Re: [Qemu-devel] [PATCH] xen: move to new pci initializers

2011-06-29 Thread Michael S. Tsirkin
On Wed, Jun 29, 2011 at 01:05:07PM +0200, Alexander Graf wrote: > > On 27.06.2011, at 14:21, Stefano Stabellini wrote: > > > On Sun, 26 Jun 2011, Michael S. Tsirkin wrote: > >> move ids to pci info structure > >> > >> Signed-off-by: Michael S. Tsirkin > >> > >> Untested. > >> > > > > tested

Re: [Qemu-devel] [PATCH] xen: move to new pci initializers

2011-06-29 Thread Alexander Graf
On 27.06.2011, at 14:21, Stefano Stabellini wrote: > On Sun, 26 Jun 2011, Michael S. Tsirkin wrote: >> move ids to pci info structure >> >> Signed-off-by: Michael S. Tsirkin >> >> Untested. >> > > tested and working correctly, it is fine by me. Michael, which tree do you want this to go thr

Re: [Qemu-devel] [PATCH] xen: move to new pci initializers

2011-06-27 Thread Stefano Stabellini
On Sun, 26 Jun 2011, Michael S. Tsirkin wrote: > move ids to pci info structure > > Signed-off-by: Michael S. Tsirkin > > Untested. > tested and working correctly, it is fine by me. > --- > hw/xen_platform.c | 15 +++ > 1 files changed, 7 insertions(+), 8 deletions(-) > > dif

[Qemu-devel] [PATCH] xen: move to new pci initializers

2011-06-26 Thread Michael S. Tsirkin
move ids to pci info structure Signed-off-by: Michael S. Tsirkin Untested. --- hw/xen_platform.c | 15 +++ 1 files changed, 7 insertions(+), 8 deletions(-) diff --git a/hw/xen_platform.c b/hw/xen_platform.c index 9a01735..f43e175 100644 --- a/hw/xen_platform.c +++ b/hw/xen_platf