Re: [Qemu-devel] [PATCH 1/1] hw/pci-assign: split pci-assign.c

2014-09-01 Thread Chen, Tiejun
On 2014/9/1 17:53, Michael S. Tsirkin wrote: On Mon, Sep 01, 2014 at 05:26:24PM +0800, Chen, Tiejun wrote: On 2014/9/1 16:27, Michael S. Tsirkin wrote: On Mon, Sep 01, 2014 at 10:07:19AM +0800, Tiejun Chen wrote: We will try to reuse assign_dev_load_option_rom in xen side, and especially its a

Re: [Qemu-devel] [PATCH 1/1] hw/pci-assign: split pci-assign.c

2014-09-01 Thread Michael S. Tsirkin
On Mon, Sep 01, 2014 at 05:26:24PM +0800, Chen, Tiejun wrote: > On 2014/9/1 16:27, Michael S. Tsirkin wrote: > >On Mon, Sep 01, 2014 at 10:07:19AM +0800, Tiejun Chen wrote: > >>We will try to reuse assign_dev_load_option_rom in xen side, and > >>especially its a good beginning to unify pci assign c

Re: [Qemu-devel] [PATCH 1/1] hw/pci-assign: split pci-assign.c

2014-09-01 Thread Chen, Tiejun
On 2014/9/1 16:27, Michael S. Tsirkin wrote: On Mon, Sep 01, 2014 at 10:07:19AM +0800, Tiejun Chen wrote: We will try to reuse assign_dev_load_option_rom in xen side, and especially its a good beginning to unify pci assign codes both on kvm and xen in the future. Signed-off-by: Tiejun Chen ---

Re: [Qemu-devel] [PATCH 1/1] hw/pci-assign: split pci-assign.c

2014-09-01 Thread Michael S. Tsirkin
On Mon, Sep 01, 2014 at 10:07:19AM +0800, Tiejun Chen wrote: > We will try to reuse assign_dev_load_option_rom in xen side, and > especially its a good beginning to unify pci assign codes both on > kvm and xen in the future. > > Signed-off-by: Tiejun Chen > --- > hw/i386/kvm/pci-assign.c| 13

Re: [Qemu-devel] [PATCH 1/1] hw/pci-assign: split pci-assign.c

2014-08-31 Thread Michael S. Tsirkin
On Mon, Sep 01, 2014 at 10:08:34AM +0800, Chen, Tiejun wrote: > On 2014/8/31 16:48, Michael S. Tsirkin wrote: > >On Fri, Aug 29, 2014 at 09:23:48AM +0800, Chen, Tiejun wrote: > >>On 2014/8/28 9:44, Chen, Tiejun wrote: > >>>On 2014/8/27 21:03, Michael S. Tsirkin wrote: > On Wed, Aug 27, 2014 at

[Qemu-devel] [PATCH 1/1] hw/pci-assign: split pci-assign.c

2014-08-31 Thread Tiejun Chen
We will try to reuse assign_dev_load_option_rom in xen side, and especially its a good beginning to unify pci assign codes both on kvm and xen in the future. Signed-off-by: Tiejun Chen --- hw/i386/kvm/pci-assign.c| 136 +--- include/hw/pci/pci-assign.h

Re: [Qemu-devel] [PATCH 1/1] hw/pci-assign: split pci-assign.c

2014-08-31 Thread Chen, Tiejun
On 2014/8/31 16:48, Michael S. Tsirkin wrote: On Fri, Aug 29, 2014 at 09:23:48AM +0800, Chen, Tiejun wrote: On 2014/8/28 9:44, Chen, Tiejun wrote: On 2014/8/27 21:03, Michael S. Tsirkin wrote: On Wed, Aug 27, 2014 at 05:13:07PM +0800, Tiejun Chen wrote: We will try to reuse assign_dev_load_op

Re: [Qemu-devel] [PATCH 1/1] hw/pci-assign: split pci-assign.c

2014-08-31 Thread Michael S. Tsirkin
On Fri, Aug 29, 2014 at 09:23:48AM +0800, Chen, Tiejun wrote: > On 2014/8/28 9:44, Chen, Tiejun wrote: > >On 2014/8/27 21:03, Michael S. Tsirkin wrote: > >>On Wed, Aug 27, 2014 at 05:13:07PM +0800, Tiejun Chen wrote: > >>>We will try to reuse assign_dev_load_option_rom in xen side, and > >>>especia

Re: [Qemu-devel] [PATCH 1/1] hw/pci-assign: split pci-assign.c

2014-08-28 Thread Chen, Tiejun
On 2014/8/28 9:44, Chen, Tiejun wrote: On 2014/8/27 21:03, Michael S. Tsirkin wrote: On Wed, Aug 27, 2014 at 05:13:07PM +0800, Tiejun Chen wrote: We will try to reuse assign_dev_load_option_rom in xen side, and especially its a good beginning to unify pci assign codes both on kvm and xen in the

Re: [Qemu-devel] [PATCH 1/1] hw/pci-assign: split pci-assign.c

2014-08-27 Thread Chen, Tiejun
On 2014/8/27 21:03, Michael S. Tsirkin wrote: On Wed, Aug 27, 2014 at 05:13:07PM +0800, Tiejun Chen wrote: We will try to reuse assign_dev_load_option_rom in xen side, and especially its a good beginning to unify pci assign codes both on kvm and xen in the future. Signed-off-by: Tiejun Chen --

Re: [Qemu-devel] [PATCH 1/1] hw/pci-assign: split pci-assign.c

2014-08-27 Thread Michael S. Tsirkin
On Wed, Aug 27, 2014 at 05:13:07PM +0800, Tiejun Chen wrote: > We will try to reuse assign_dev_load_option_rom in xen side, and > especially its a good beginning to unify pci assign codes both on > kvm and xen in the future. > > Signed-off-by: Tiejun Chen > --- > hw/i386/kvm/pci-assign.c| 17

[Qemu-devel] [PATCH 1/1] hw/pci-assign: split pci-assign.c

2014-08-27 Thread Tiejun Chen
We will try to reuse assign_dev_load_option_rom in xen side, and especially its a good beginning to unify pci assign codes both on kvm and xen in the future. Signed-off-by: Tiejun Chen --- hw/i386/kvm/pci-assign.c| 170 +--- include/hw/pci/pci_assign.h | 204 +