Re: [Qemu-devel] [PATCH 5/8] ioport: Remove unused functions

2015-03-09 Thread Thomas Huth
On Mon, 09 Mar 2015 20:23:24 +0100 Paolo Bonzini wrote: > > On 09/03/2015 18:30, Thomas Huth wrote: > > The functions portio_list_destroy() and portio_list_del() > > are not used anywhere, so let's remove them. > > > > Signed-off-by: Thomas Huth > > Cc: Paolo Bonzini > > I think it's better

Re: [Qemu-devel] [PATCH 5/8] ioport: Remove unused functions

2015-03-09 Thread Paolo Bonzini
On 09/03/2015 18:30, Thomas Huth wrote: > The functions portio_list_destroy() and portio_list_del() > are not used anywhere, so let's remove them. > > Signed-off-by: Thomas Huth > Cc: Paolo Bonzini I think it's better to provide a complete API, mimicking memory_region_* as much as possible, s

[Qemu-devel] [PATCH 5/8] ioport: Remove unused functions

2015-03-09 Thread Thomas Huth
The functions portio_list_destroy() and portio_list_del() are not used anywhere, so let's remove them. Signed-off-by: Thomas Huth Cc: Paolo Bonzini --- include/exec/ioport.h |2 -- ioport.c | 24 2 files changed, 0 insertions(+), 26 deletions(-) diff