]> git.proxmox.com Git - mirror_qemu.git/commit
virtio-balloon: Remove needless precompiled directive
authorLiang Li <liang.z.li@intel.com>
Tue, 9 Aug 2016 00:30:42 +0000 (08:30 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 9 Oct 2016 22:16:57 +0000 (01:16 +0300)
commit17871f71fd2ff5d76196051470e9604bfb6f0c09
treed6cb6ebebd2f13dc9504076fce14b14be14fde84
parent48f592118ab42f83a1a7561c4bfd2b72a100f241
virtio-balloon: Remove needless precompiled directive

Since there in wrapper around madvise(), the virtio-balloon
code is able to work without the precompiled directive, the
directive can be removed.

Signed-off-by: Liang Li <liang.z.li@intel.com>
Suggested-by: Thomas Huth <thuth@redhat.com>
Reviewd-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/virtio/virtio-balloon.c