X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Flnx_virtio_balloon.c;h=4850bc6b53fd0332b9629cb29da3fd4b6dbb53a1;hb=57659fddee368e08d74c112a36430a7b23b3cf4b;hp=c5b621e635316e57f8cafd7506d7aa6b5496036d;hpb=e4bc6022970d0f8252e1f2ac512f7d977b40e51b;p=palacios.git diff --git a/palacios/src/devices/lnx_virtio_balloon.c b/palacios/src/devices/lnx_virtio_balloon.c index c5b621e..4850bc6 100644 --- a/palacios/src/devices/lnx_virtio_balloon.c +++ b/palacios/src/devices/lnx_virtio_balloon.c @@ -31,8 +31,6 @@ #define PAGE_SIZE 4096 -#define BALLOON_START_HCALL 0xba00 // size in rax -#define BALLOON_QUERY_HCALL 0xba01 // req_pgs in rcx, alloc_pgs in rdx struct balloon_config { uint32_t requested_pages;