[PATCH 2/2] tests/qtest/ide-test: Verify READ NATIVE MAX ADDRESS is not limited

2022-10-10 Thread Lev Kujawski
Verify that the ATA command READ NATIVE MAX ADDRESS returns the last valid CHS tuple for the native device rather than any limit established by INITIALIZE DEVICE PARAMETERS. Signed-off-by: Lev Kujawski --- tests/qtest/ide-test.c | 47 +- 1 file changed, 46

Re: [PATCH 2/2] tests/qtest/ide-test: Verify READ NATIVE MAX ADDRESS is not limited

2022-10-11 Thread Thomas Huth
On 10/10/2022 10.52, Lev Kujawski wrote: Verify that the ATA command READ NATIVE MAX ADDRESS returns the last valid CHS tuple for the native device rather than any limit established by INITIALIZE DEVICE PARAMETERS. Signed-off-by: Lev Kujawski --- tests/qtest/ide-test.c | 47 ++

Re: [PATCH 2/2] tests/qtest/ide-test: Verify READ NATIVE MAX ADDRESS is not limited

2023-01-09 Thread John Snow
On Mon, Oct 10, 2022 at 4:52 AM Lev Kujawski wrote: > > Verify that the ATA command READ NATIVE MAX ADDRESS returns the last > valid CHS tuple for the native device rather than any limit > established by INITIALIZE DEVICE PARAMETERS. > > Signed-off-by: Lev Kujawski Does this still need to be sta