X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Flnx_virtio_balloon.c;h=4850bc6b53fd0332b9629cb29da3fd4b6dbb53a1;hb=f1e6da297651aadbc037f1635a82f41285a0a424;hp=c5b621e635316e57f8cafd7506d7aa6b5496036d;hpb=b8e77690b473b3ac50c5fef0a32d1710a2e8a1d9;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;