Re: [PATCH v1 1/3] virtio-balloon: fix free page hinting without an iothread

2020-05-18 Thread David Hildenbrand
On 18.05.20 17:01, Alexander Duyck wrote: > On Mon, May 18, 2020 at 1:37 AM David Hildenbrand wrote: >> >> In case we don't have an iothread, we mark the feature as abscent but >> still add the queue. 'free_page_bh' remains set to NULL. >> >> qemu-system-i386 \ >> -M microvm \ >> -

Re: [PATCH v1 1/3] virtio-balloon: fix free page hinting without an iothread

2020-05-18 Thread Alexander Duyck
On Mon, May 18, 2020 at 1:37 AM David Hildenbrand wrote: > > In case we don't have an iothread, we mark the feature as abscent but > still add the queue. 'free_page_bh' remains set to NULL. > > qemu-system-i386 \ > -M microvm \ > -nographic \ > -device virtio-balloon-device

Re: [PATCH v1 1/3] virtio-balloon: fix free page hinting without an iothread

2020-05-18 Thread Philippe Mathieu-Daudé
On 5/18/20 10:37 AM, David Hildenbrand wrote: In case we don't have an iothread, we mark the feature as abscent but still add the queue. 'free_page_bh' remains set to NULL. qemu-system-i386 \ -M microvm \ -nographic \ -device virtio-balloon-device,free-page-hint=true \

[PATCH v1 1/3] virtio-balloon: fix free page hinting without an iothread

2020-05-18 Thread David Hildenbrand
In case we don't have an iothread, we mark the feature as abscent but still add the queue. 'free_page_bh' remains set to NULL. qemu-system-i386 \ -M microvm \ -nographic \ -device virtio-balloon-device,free-page-hint=true \ -nographic \ -display none \