Re: [PATCH] virtio-balloon: Fix page-poison subsection name

2021-09-15 Thread Dr. David Alan Gilbert
Note this also correspounds to: https://gitlab.com/qemu-project/qemu/-/issues/485 -- Dr. David Alan Gilbert / dgilb...@redhat.com / Manchester, UK

Re: [PATCH] virtio-balloon: Fix page-poison subsection name

2021-09-14 Thread Philippe Mathieu-Daudé
On 9/14/21 3:58 PM, Daniel P. Berrangé wrote: > On Tue, Sep 14, 2021 at 02:30:06PM +0100, Dr. David Alan Gilbert wrote: >> * David Hildenbrand (da...@redhat.com) wrote: >>> On 14.09.21 15:17, Dr. David Alan Gilbert (git) wrote: From: "Dr. David Alan Gilbert" The subsection name for

Re: [PATCH] virtio-balloon: Fix page-poison subsection name

2021-09-14 Thread Dr. David Alan Gilbert
* Daniel P. Berrangé (berra...@redhat.com) wrote: > On Tue, Sep 14, 2021 at 02:30:06PM +0100, Dr. David Alan Gilbert wrote: > > * David Hildenbrand (da...@redhat.com) wrote: > > > On 14.09.21 15:17, Dr. David Alan Gilbert (git) wrote: > > > > From: "Dr. David Alan Gilbert" > > > > > > > > The sub

Re: [PATCH] virtio-balloon: Fix page-poison subsection name

2021-09-14 Thread Daniel P . Berrangé
On Tue, Sep 14, 2021 at 02:30:06PM +0100, Dr. David Alan Gilbert wrote: > * David Hildenbrand (da...@redhat.com) wrote: > > On 14.09.21 15:17, Dr. David Alan Gilbert (git) wrote: > > > From: "Dr. David Alan Gilbert" > > > > > > The subsection name for page-poison was typo'd as: > > > > > >vi

Re: [PATCH] virtio-balloon: Fix page-poison subsection name

2021-09-14 Thread David Hildenbrand
On 14.09.21 15:47, Philippe Mathieu-Daudé wrote: On 9/14/21 3:17 PM, Dr. David Alan Gilbert (git) wrote: From: "Dr. David Alan Gilbert" The subsection name for page-poison was typo'd as: vitio-balloon-device/page-poison Note the missing 'r' in virtio. When we have a machine type that ena

Re: [PATCH] virtio-balloon: Fix page-poison subsection name

2021-09-14 Thread Philippe Mathieu-Daudé
On 9/14/21 3:17 PM, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > The subsection name for page-poison was typo'd as: > > vitio-balloon-device/page-poison > > Note the missing 'r' in virtio. > > When we have a machine type that enables page poison, and the guest > e

Re: [PATCH] virtio-balloon: Fix page-poison subsection name

2021-09-14 Thread Dr. David Alan Gilbert
* David Hildenbrand (da...@redhat.com) wrote: > On 14.09.21 15:17, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > > > The subsection name for page-poison was typo'd as: > > > >vitio-balloon-device/page-poison > > > > Note the missing 'r' in virtio. > > > > When

Re: [PATCH] virtio-balloon: Fix page-poison subsection name

2021-09-14 Thread David Hildenbrand
On 14.09.21 15:17, Dr. David Alan Gilbert (git) wrote: From: "Dr. David Alan Gilbert" The subsection name for page-poison was typo'd as: vitio-balloon-device/page-poison Note the missing 'r' in virtio. When we have a machine type that enables page poison, and the guest enables it (which n

[PATCH] virtio-balloon: Fix page-poison subsection name

2021-09-14 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" The subsection name for page-poison was typo'd as: vitio-balloon-device/page-poison Note the missing 'r' in virtio. When we have a machine type that enables page poison, and the guest enables it (which needs a new kernel), things fail rather unpredictably. The