aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-balloon.c
AgeCommit message (Expand)AuthorFilesLines
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