Re: [Qemu-devel] [PATCH] pci: Remove unused pci_reserve_capability

2011-09-08 Thread Michael S. Tsirkin
On Thu, Sep 08, 2011 at 12:44:47PM +0200, Jan Kiszka wrote: > eepro100 was the last user. Now pci_add_capability is powerful enough. > > Signed-off-by: Jan Kiszka Applied, thanks. > --- > hw/pci.c |6 -- > hw/pci.h |2 -- > 2 files changed, 0 insertions(+), 8 deletions(-) > > diff

[Qemu-devel] [PATCH] pci: Remove unused pci_reserve_capability

2011-09-08 Thread Jan Kiszka
eepro100 was the last user. Now pci_add_capability is powerful enough. Signed-off-by: Jan Kiszka --- hw/pci.c |6 -- hw/pci.h |2 -- 2 files changed, 0 insertions(+), 8 deletions(-) diff --git a/hw/pci.c b/hw/pci.c index 57ff7b1..63c346d 100644 --- a/hw/pci.c +++ b/hw/pci.c @@ -2028