Re: [PATCH 2/3] hw/misc: Add mmio-debug-exit device

2022-07-12 Thread Ilya Leoshkevich
On Tue, 2022-07-12 at 12:08 +0200, David Hildenbrand wrote: > On 12.07.22 11:52, Ilya Leoshkevich wrote: > > On Tue, 2022-07-12 at 10:42 +0530, Richard Henderson wrote: > > > On 7/12/22 00:26, Ilya Leoshkevich wrote: > > > > System tests on x86 use isa-debug-exit device in order to > > > > signal >

Re: [PATCH 2/3] hw/misc: Add mmio-debug-exit device

2022-07-12 Thread David Hildenbrand
On 12.07.22 11:52, Ilya Leoshkevich wrote: > On Tue, 2022-07-12 at 10:42 +0530, Richard Henderson wrote: >> On 7/12/22 00:26, Ilya Leoshkevich wrote: >>> System tests on x86 use isa-debug-exit device in order to signal >>> success or failure to the test runner. Unfortunately it's not >>> easily >>>

Re: [PATCH 2/3] hw/misc: Add mmio-debug-exit device

2022-07-12 Thread David Hildenbrand
On 12.07.22 11:52, Ilya Leoshkevich wrote: > On Tue, 2022-07-12 at 10:42 +0530, Richard Henderson wrote: >> On 7/12/22 00:26, Ilya Leoshkevich wrote: >>> System tests on x86 use isa-debug-exit device in order to signal >>> success or failure to the test runner. Unfortunately it's not >>> easily >>>

Re: [PATCH 2/3] hw/misc: Add mmio-debug-exit device

2022-07-12 Thread Ilya Leoshkevich
On Tue, 2022-07-12 at 10:42 +0530, Richard Henderson wrote: > On 7/12/22 00:26, Ilya Leoshkevich wrote: > > System tests on x86 use isa-debug-exit device in order to signal > > success or failure to the test runner. Unfortunately it's not > > easily > > usable on other architectures, since a guest

Re: [PATCH 2/3] hw/misc: Add mmio-debug-exit device

2022-07-11 Thread Richard Henderson
On 7/12/22 00:26, Ilya Leoshkevich wrote: System tests on x86 use isa-debug-exit device in order to signal success or failure to the test runner. Unfortunately it's not easily usable on other architectures, since a guest needs to access address_space_io, which may not be as straightforward as on

[PATCH 2/3] hw/misc: Add mmio-debug-exit device

2022-07-11 Thread Ilya Leoshkevich
System tests on x86 use isa-debug-exit device in order to signal success or failure to the test runner. Unfortunately it's not easily usable on other architectures, since a guest needs to access address_space_io, which may not be as straightforward as on x86. Also, it requires adding ISA bus, which