Re: [Qemu-devel] [PATCH v2] hw/block/fdc: floppy command FIFO memory initialization

2019-05-29 Thread Andrey Shinkevich
On 30/05/2019 00:38, Max Reitz wrote: > On 29.05.19 20:20, Andrey Shinkevich wrote: >> The uninitialized memory allocated for the command FIFO of the >> floppy controller during the VM hardware initialization incurs >> many unwanted reports by Valgrind when VM state is being saved. >> That verbosit

Re: [Qemu-devel] [PATCH v2] hw/block/fdc: floppy command FIFO memory initialization

2019-05-29 Thread Max Reitz
On 29.05.19 20:20, Andrey Shinkevich wrote: > The uninitialized memory allocated for the command FIFO of the > floppy controller during the VM hardware initialization incurs > many unwanted reports by Valgrind when VM state is being saved. > That verbosity hardens a search for the real memory issue

Re: [Qemu-devel] [PATCH v2] hw/block/fdc: floppy command FIFO memory initialization

2019-05-29 Thread John Snow
On 5/29/19 2:20 PM, Andrey Shinkevich wrote: > The uninitialized memory allocated for the command FIFO of the > floppy controller during the VM hardware initialization incurs > many unwanted reports by Valgrind when VM state is being saved. > That verbosity hardens a search for the real memory i

Re: [Qemu-devel] [PATCH v2] hw/block/fdc: floppy command FIFO memory initialization

2019-05-29 Thread John Snow
On 5/29/19 2:20 PM, Andrey Shinkevich wrote: > The uninitialized memory allocated for the command FIFO of the > floppy controller during the VM hardware initialization incurs > many unwanted reports by Valgrind when VM state is being saved. > That verbosity hardens a search for the real memory i

[Qemu-devel] [PATCH v2] hw/block/fdc: floppy command FIFO memory initialization

2019-05-29 Thread Andrey Shinkevich
The uninitialized memory allocated for the command FIFO of the floppy controller during the VM hardware initialization incurs many unwanted reports by Valgrind when VM state is being saved. That verbosity hardens a search for the real memory issues when the iotests run. Particularly, the patch elim