]> git.proxmox.com Git - mirror_qemu.git/commit
libqos: Split apart pc_alloc_init
authorJohn Snow <jsnow@redhat.com>
Mon, 19 Jan 2015 20:15:49 +0000 (15:15 -0500)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 16 Feb 2015 14:36:03 +0000 (14:36 +0000)
commitaf77f2cd7af1fa65a414c86767366bae95892e69
tree69edfdbc9beffb74f38409edef30c6a143de25a0
parent21c7f3f74959f18c5feb9b44511cb1a965c25a36
libqos: Split apart pc_alloc_init

Move the list-specific initialization over into
malloc.c, to keep all of the list implementation
details within the same file.

The allocation and freeing of these structures are
now both back within the same layer.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1421698563-6977-2-git-send-email-jsnow@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
tests/libqos/malloc-pc.c
tests/libqos/malloc.c
tests/libqos/malloc.h