Re: [Qemu-devel] [PATCH] pci-assign: Remove

2017-10-25 Thread Philippe Mathieu-Daudé
> On Fri, Oct 20, 2017 at 10:25:38AM +0200, Paolo Bonzini wrote: >> Legacy PCI device assignment has been removed from Linux in 4.12, >> and had been deprecated 2 years ago there. We can remove it from >> QEMU as well. >> >> The ROM loading code was shared with Xen PCI passthrough, so move >> it t

Re: [Qemu-devel] [PATCH] pci-assign: Remove

2017-10-25 Thread Anthony PERARD
On Fri, Oct 20, 2017 at 10:25:38AM +0200, Paolo Bonzini wrote: > Legacy PCI device assignment has been removed from Linux in 4.12, > and had been deprecated 2 years ago there. We can remove it from > QEMU as well. > > The ROM loading code was shared with Xen PCI passthrough, so move > it to hw/xe

[Qemu-devel] [PATCH] pci-assign: Remove

2017-10-20 Thread Paolo Bonzini
Legacy PCI device assignment has been removed from Linux in 4.12, and had been deprecated 2 years ago there. We can remove it from QEMU as well. The ROM loading code was shared with Xen PCI passthrough, so move it to hw/xen. Cc: Stefano Stabellini Cc: Anthony Perard Cc: xen-de...@lists.xenproj

Re: [Qemu-devel] [PATCH] pci-assign: remove the duplicate function name in debug message

2013-05-27 Thread Wanlong Gao
Ping... > On Fri, 2013-04-12 at 14:46 +0800, Wanlong Gao wrote: >> While DEBUG() already includes the function name. >> >> Signed-off-by: Wanlong Gao >> --- >> hw/i386/kvm/pci-assign.c | 12 ++-- >> 1 file changed, 6 insertions(+), 6 deletions(-) > > Acked-by: Alex Williamson > >> >>

Re: [Qemu-devel] [PATCH] pci-assign: remove the duplicate function name in debug message

2013-04-15 Thread Alex Williamson
On Fri, 2013-04-12 at 14:46 +0800, Wanlong Gao wrote: > While DEBUG() already includes the function name. > > Signed-off-by: Wanlong Gao > --- > hw/i386/kvm/pci-assign.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) Acked-by: Alex Williamson > > diff --git a/hw/i386/kv

[Qemu-devel] [PATCH] pci-assign: remove the duplicate function name in debug message

2013-04-11 Thread Wanlong Gao
While DEBUG() already includes the function name. Signed-off-by: Wanlong Gao --- hw/i386/kvm/pci-assign.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hw/i386/kvm/pci-assign.c b/hw/i386/kvm/pci-assign.c index c1e08ec..6afb82e 100644 --- a/hw/i386/kvm/pci-assig