On Thu, Oct 01, 2015 at 01:04:40PM +0200, Paolo Bonzini wrote: > Simplify memory allocation by sticking with a single API. GSlice > is not that fast anyway (tcmalloc/jemalloc are better). > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > hw/scsi/scsi-bus.c | 4 ++-- > hw/scsi/virtio-scsi-dataplane.c | 10 +++++----- > hw/scsi/virtio-scsi.c | 12 +++++------- > 3 files changed, 12 insertions(+), 14 deletions(-)
Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com>