summaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-balloon.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-14hw/virtio/balloon: Replace TARGET_PAGE_SIZE with BALLOON_PAGE_SIZEThomas Huth1-2/+3
2016-04-07virtio-balloon: reset the statistic timer to load devicePavel Butsykin1-0/+4
2016-03-11virtio-balloon: add 'available' counterDenis V. Lunev1-0/+1
2016-03-11balloon: fix segfault and harden the stats queueLadi Prosek1-2/+22
2016-02-25balloon: Use only 'pc-dimm' type dimm for ballooningVladimir Sementsov-Ogievskiy1-2/+20
2016-02-25virtio-balloon: rewrite get_current_ram_size()Vladimir Sementsov-Ogievskiy1-17/+6
2016-02-23move get_current_ram_size to virtio-balloon.cVladimir Sementsov-Ogievskiy1-0/+26
2016-02-08qapi: Drop unused 'kind' for struct/enum visitEric Blake1-2/+2
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake1-4/+4
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-6/+6
2016-02-08qom: Use typedef for VisitorEric Blake1-3/+3
2016-02-08balloon: Improve use of qapi visitorEric Blake1-3/+5
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini1-7/+15
2016-01-29virtio: Clean up includesPeter Maydell1-0/+1
2015-11-10Inhibit ballooning during postcopyDr. David Alan Gilbert1-1/+3
2015-09-10virtio: avoid leading underscores for helpersCornelia Huck1-1/+1
2015-07-27virtio: get_features() can failJason Wang1-1/+2
2015-06-23balloon: add a feature bit to let Guest OS deflate balloon on oomDenis V. Lunev1-0/+4
2015-06-10virtio-balloon: switch to virtio_add_featureCornelia Huck1-1/+1
2015-06-01virtio: make features 64bit wideGerd Hoffmann1-1/+1
2015-05-31hw/virtio/virtio-balloon: move adding property to virtio_balloon_instance_initShannon Zhao1-8/+14
2015-04-24balloon: improve error msg when adding second deviceLuiz Capitulino1-1/+1
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+1
2015-03-04virtio-balloon: Add some trace eventszhanghailiang1-0/+6
2015-03-04virtio-balloon: Fix balloon not working correctly when hotplug memoryzhanghailiang1-6/+9
2015-02-26virtio: add feature checking helpersCornelia Huck1-1/+1
2014-10-23virtio-balloon: Tweak recent fix for integer overflowMarkus Armbruster1-1/+1
2014-09-26virtio-balloon: fix integer overflow in memory stats featureLuiz Capitulino1-1/+6
2014-06-29virtio-balloon: use virtio wrappers to access page frame numbersRusty Russell1-3/+5
2014-06-29virtio-balloon: implement per-device migration callsGreg Kurz1-11/+14
2014-06-29virtio: introduce device specific migration callsGreg Kurz1-1/+1
2014-06-23qapi event: convert BALLOON_CHANGEWenchao Xia1-2/+4
2014-05-25virtio-balloon: return empty data when no stats are availableJán Tomko1-5/+2
2014-05-15qapi: Replace uncommon use of the error API by the common oneMarkus Armbruster1-4/+8
2014-05-15hw: Don't call visit_end_struct() after visit_start_struct() failsMarkus Armbruster1-6/+19
2014-05-05qom: Clean up fragile use of error_is_set() in set() methodsMarkus Armbruster1-2/+4
2014-01-15virtio-balloon: don't hardcode config size valueLuiz Capitulino1-3/+4
2013-12-09virtio: Convert exit to unrealizeAndreas Färber1-4/+5
2013-12-09virtio-balloon: Convert to QOM realizeAndreas Färber1-5/+6
2013-12-09virtio-balloon: QOM realize preparationsAndreas Färber1-6/+6
2013-12-09virtio-balloon: switch exit callback to VirtioDeviceClassPaolo Bonzini1-6/+4
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-4/+4
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-27misc: Fix new typos in comments and stringsStefan Weil1-2/+2
2013-07-04memory: add ref/unref callsPaolo Bonzini1-0/+1
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini1-1/+1
2013-04-24virtio: cleanup: init and exit function.KONRAD Frederic1-2/+2
2013-04-24virtio: remove the function pointer.KONRAD Frederic1-4/+0
2013-04-19virtio-balloon: fix integer overflow in BALLOON_CHANGE QMP eventLuiz Capitulino1-1/+1
2013-04-08hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini1-0/+416