Re: [PATCH v2 00/12] block/export: vhost-user-blk server tests and input validation

2021-03-10 Thread Kevin Wolf
Am 10.03.2021 um 16:51 hat Peter Maydell geschrieben: > On Fri, 19 Feb 2021 at 22:38, Peter Maydell wrote: > > > > On Mon, 15 Feb 2021 at 10:41, Kevin Wolf wrote: > > > > > > Am 07.12.2020 um 18:20 hat Stefan Hajnoczi geschrieben: > > > > v2: > > > > * Add abrt handler that terminates qemu-stora

Re: [PATCH v2 00/12] block/export: vhost-user-blk server tests and input validation

2021-03-10 Thread Peter Maydell
On Fri, 19 Feb 2021 at 22:38, Peter Maydell wrote: > > On Mon, 15 Feb 2021 at 10:41, Kevin Wolf wrote: > > > > Am 07.12.2020 um 18:20 hat Stefan Hajnoczi geschrieben: > > > v2: > > > * Add abrt handler that terminates qemu-storage-daemon to > > >vhost-user-blk-test. No more orphaned processe

Re: [PATCH v2 00/12] block/export: vhost-user-blk server tests and input validation

2021-02-23 Thread Philippe Mathieu-Daudé
On 2/19/21 11:38 PM, Peter Maydell wrote: > On Mon, 15 Feb 2021 at 10:41, Kevin Wolf wrote: >> >> Am 07.12.2020 um 18:20 hat Stefan Hajnoczi geschrieben: >>> v2: >>> * Add abrt handler that terminates qemu-storage-daemon to >>>vhost-user-blk-test. No more orphaned processes on test failure. [

Re: [PATCH v2 00/12] block/export: vhost-user-blk server tests and input validation

2021-02-19 Thread Peter Maydell
On Mon, 15 Feb 2021 at 10:41, Kevin Wolf wrote: > > Am 07.12.2020 um 18:20 hat Stefan Hajnoczi geschrieben: > > v2: > > * Add abrt handler that terminates qemu-storage-daemon to > >vhost-user-blk-test. No more orphaned processes on test failure. [Peter] > > * Fix sector number calculation in

Re: [PATCH v2 00/12] block/export: vhost-user-blk server tests and input validation

2021-02-15 Thread Kevin Wolf
Am 07.12.2020 um 18:20 hat Stefan Hajnoczi geschrieben: > v2: > * Add abrt handler that terminates qemu-storage-daemon to >vhost-user-blk-test. No more orphaned processes on test failure. [Peter] > * Fix sector number calculation in vhost-user-blk-server.c > * Introduce VIRTIO_BLK_SECTOR_BIT

[PATCH v2 00/12] block/export: vhost-user-blk server tests and input validation

2020-12-07 Thread Stefan Hajnoczi
v2: * Add abrt handler that terminates qemu-storage-daemon to vhost-user-blk-test. No more orphaned processes on test failure. [Peter] * Fix sector number calculation in vhost-user-blk-server.c * Introduce VIRTIO_BLK_SECTOR_BITS/SIZE to make code clearer [Max] * Fix vhost-user-blk-server.c b