Re: [Qemu-devel] qga-test failure on Linux/sparc

2017-03-30 Thread Michael Roth
Quoting Peter Maydell (2017-03-30 10:13:17) > On 23 March 2017 at 19:59, Michael Roth wrote: > > Quoting Peter Maydell (2017-03-23 10:13:13) > >> Hi; I find that qga-test fails on Linux/sparc host: > > > I think the code is assuming that it'll be the virtual block device > > itself that's mounted

Re: [Qemu-devel] qga-test failure on Linux/sparc

2017-03-30 Thread Peter Maydell
On 23 March 2017 at 19:59, Michael Roth wrote: > Quoting Peter Maydell (2017-03-23 10:13:13) >> Hi; I find that qga-test fails on Linux/sparc host: > I think the code is assuming that it'll be the virtual block device > itself that's mounted, rather than a partition within it. This is > certainly

Re: [Qemu-devel] qga-test failure on Linux/sparc

2017-03-23 Thread Michael Roth
Quoting Peter Maydell (2017-03-23 10:13:13) > Hi; I find that qga-test fails on Linux/sparc host: > > test-qga.c:286:test_qga_get_fsinfo: assertion failed > ret: GenericError opendir("/sys/devices/virtual/block/md0/md0p1/slaves") > > On this box /sys/devices/virtual/block/md0/md0p1/ does indeed >

[Qemu-devel] qga-test failure on Linux/sparc

2017-03-23 Thread Peter Maydell
Hi; I find that qga-test fails on Linux/sparc host: test-qga.c:286:test_qga_get_fsinfo: assertion failed ret: GenericError opendir("/sys/devices/virtual/block/md0/md0p1/slaves") On this box /sys/devices/virtual/block/md0/md0p1/ does indeed not have a slaves/ subdirectory. There is a slaves/ subdi