index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
virtio-balloon.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio: drop name parameter for virtio_init()
Jonah Palmer
2022-05-16
1
-2
/
+1
*
Replace qemu_gettimeofday() with g_get_real_time()
Marc-André Lureau
2022-04-06
1
-8
/
+1
*
virtio/virtio-balloon: Prefer Object* over void* parameter
Bernhard Beschow
2022-03-18
1
-5
/
+5
*
include: Move qemu_madvise() and related #defines to new qemu/madvise.h
Peter Maydell
2022-02-21
1
-0
/
+1
*
virtio-balloon: correct used length
Jason Wang
2021-11-29
1
-3
/
+3
*
virtio-balloon: process all in sgs for free_page_vq
Jason Wang
2021-11-29
1
-2
/
+5
*
virtio-balloon: Fix page-poison subsection name
Dr. David Alan Gilbert
2021-10-05
1
-1
/
+1
*
virtio-balloon: free page hinting cleanups
David Hildenbrand
2021-09-04
1
-20
/
+8
*
virtio-balloon: don't start free page hinting if postcopy is possible
David Hildenbrand
2021-09-04
1
-0
/
+13
*
migrate/ram: remove "ram_bulk_stage" and "fpo_enabled"
David Hildenbrand
2021-05-13
1
-3
/
+1
*
migration: Inhibit virtio-balloon for the duration of background snapshot
Andrey Gruzdev
2021-04-06
1
-2
/
+6
*
Remove superfluous timer_del() calls
Peter Maydell
2021-01-08
1
-1
/
+0
*
make ram_size local to vl.c
Paolo Bonzini
2020-12-10
1
-1
/
+2
*
qapi: Restrict balloon-related commands to machine code
Philippe Mathieu-Daudé
2020-09-29
1
-1
/
+1
*
virtio-balloon: Replace free page hinting references to 'report' with 'hint'
Alexander Duyck
2020-07-22
1
-38
/
+38
*
virtio-balloon: Add locking to prevent possible race when starting hinting
Alexander Duyck
2020-07-22
1
-0
/
+4
*
virtio-balloon: Prevent guest from starting a report when we didn't request one
Alexander Duyck
2020-07-22
1
-1
/
+2
*
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
1
-3
/
+1
*
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
2020-07-10
1
-10
/
+5
*
virtio-balloon: Rip out qemu_balloon_inhibit()
David Hildenbrand
2020-07-02
1
-2
/
+8
*
virtio-balloon: always indicate S_DONE when migration fails
David Hildenbrand
2020-07-02
1
-6
/
+20
*
virtio-balloon: Provide an interface for free page reporting
Alexander Duyck
2020-06-09
1
-0
/
+72
*
virtio-balloon: Implement support for page poison reporting feature
Alexander Duyck
2020-06-09
1
-0
/
+29
*
virtio-balloon: unref the iothread when unrealizing
David Hildenbrand
2020-06-09
1
-0
/
+1
*
virtio-balloon: fix free page hinting check on unrealize
David Hildenbrand
2020-06-09
1
-1
/
+1
*
virtio-balloon: fix free page hinting without an iothread
David Hildenbrand
2020-06-09
1
-17
/
+16
*
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
1
-1
/
+1
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
1
-2
/
+2
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
virtio-balloon: fix memory leak while attach virtio-balloon device
Pan Nengyuan
2020-01-05
1
-0
/
+7
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
virtio-balloon: free pbp more aggressively
Michael S. Tsirkin
2019-07-25
1
-21
/
+16
*
virtio-balloon: don't track subpages for the PBP
David Hildenbrand
2019-07-25
1
-5
/
+3
*
virtio-balloon: Use temporary PBP only
David Hildenbrand
2019-07-25
1
-12
/
+9
*
virtio-balloon: Rework pbp tracking data
David Hildenbrand
2019-07-25
1
-23
/
+46
*
virtio-balloon: Better names for offset variables in inflate/deflate code
David Hildenbrand
2019-07-25
1
-13
/
+13
*
virtio-balloon: Simplify deflate with pbp
David Hildenbrand
2019-07-25
1
-21
/
+5
*
virtio-balloon: Fix QEMU crashes on pagesize > BALLOON_PAGE_SIZE
David Hildenbrand
2019-07-25
1
-6
/
+4
*
virtio-balloon: Fix wrong sign extension of PFNs
David Hildenbrand
2019-07-25
1
-1
/
+1
*
virtio-balloon: fix QEMU 4.0 config size migration incompatibility
Stefan Hajnoczi
2019-07-12
1
-3
/
+25
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-1
/
+1
*
virtio-balloon: Restore MADV_WILLNEED hint on balloon deflate
David Gibson
2019-03-13
1
-0
/
+13
*
virtio-balloon: Fix possible guest memory corruption with inflates & deflates
David Gibson
2019-03-13
1
-2
/
+46
*
virtio-balloon: Don't mismatch g_malloc()/free (CID 1399146)
David Gibson
2019-03-13
1
-2
/
+2
*
virtio-balloon: fix a use-after-free case
Wei Wang
2019-03-13
1
-6
/
+7
*
virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
Wei Wang
2019-03-06
1
-0
/
+263
*
virtio-balloon: Safely handle BALLOON_PAGE_SIZE < host page size
David Gibson
2019-02-22
1
-10
/
+59
*
virtio-balloon: Use ram_block_discard_range() instead of raw madvise()
David Gibson
2019-02-21
1
-1
/
+22
*
virtio-balloon: Rework ballon_page() interface
David Gibson
2019-02-21
1
-10
/
+8
*
virtio-balloon: Corrections to address verification
David Gibson
2019-02-21
1
-7
/
+10
[next]