Re: [Qemu-devel] [PATCH 1/3] hw/ssi/xilinx_spips: Remove unneeded MMIO request_ptr code

2018-08-20 Thread KONRAD Frederic
Le 08/20/2018 à 10:53 AM, Peter Maydell a écrit : On 20 August 2018 at 09:49, KONRAD Frederic wrote: Le 08/17/2018 à 01:46 PM, Peter Maydell a écrit : We now support direct execution from MMIO regions in the core memory subsystem. This means that we don't need to have device-specific sup

Re: [Qemu-devel] [PATCH 1/3] hw/ssi/xilinx_spips: Remove unneeded MMIO request_ptr code

2018-08-20 Thread Peter Maydell
On 20 August 2018 at 09:49, KONRAD Frederic wrote: > > > Le 08/17/2018 à 01:46 PM, Peter Maydell a écrit : >> >> We now support direct execution from MMIO regions in the >> core memory subsystem. This means that we don't need to >> have device-specific support for it, and we can remove >> the requ

Re: [Qemu-devel] [PATCH 1/3] hw/ssi/xilinx_spips: Remove unneeded MMIO request_ptr code

2018-08-20 Thread KONRAD Frederic
Le 08/17/2018 à 01:46 PM, Peter Maydell a écrit : We now support direct execution from MMIO regions in the core memory subsystem. This means that we don't need to have device-specific support for it, and we can remove the request_ptr handling from the Xilinx SPIPS device. (It was broken anyway

Re: [Qemu-devel] [PATCH 1/3] hw/ssi/xilinx_spips: Remove unneeded MMIO request_ptr code

2018-08-17 Thread Alistair Francis
On Fri, Aug 17, 2018 at 4:46 AM, Peter Maydell wrote: > We now support direct execution from MMIO regions in the > core memory subsystem. This means that we don't need to > have device-specific support for it, and we can remove > the request_ptr handling from the Xilinx SPIPS device. > (It was bro

[Qemu-devel] [PATCH 1/3] hw/ssi/xilinx_spips: Remove unneeded MMIO request_ptr code

2018-08-17 Thread Peter Maydell
We now support direct execution from MMIO regions in the core memory subsystem. This means that we don't need to have device-specific support for it, and we can remove the request_ptr handling from the Xilinx SPIPS device. (It was broken anyway due to race conditions, and disabled by default.) Thi