Re: [Qemu-devel] [PATCH for-2.12 0/4] Fix crashes with CAN bus and ISA DMA devices

2018-03-26 Thread Paolo Bonzini
On 23/03/2018 19:20, John Snow wrote: > > > On 03/16/2018 06:15 AM, Paolo Bonzini wrote: >> On 16/03/2018 10:51, Thomas Huth wrote: >>> The new CAN bus devices and some older ISA devices that use DMA can be >>> used to crash QEMU. These patches introduce some proper checks so that >>> the users g

Re: [Qemu-devel] [PATCH for-2.12 0/4] Fix crashes with CAN bus and ISA DMA devices

2018-03-23 Thread John Snow
On 03/16/2018 06:15 AM, Paolo Bonzini wrote: > On 16/03/2018 10:51, Thomas Huth wrote: >> The new CAN bus devices and some older ISA devices that use DMA can be >> used to crash QEMU. These patches introduce some proper checks so that >> the users get a proper error message instead. >> >> Alexey

Re: [Qemu-devel] [PATCH for-2.12 0/4] Fix crashes with CAN bus and ISA DMA devices

2018-03-16 Thread Paolo Bonzini
On 16/03/2018 10:51, Thomas Huth wrote: > The new CAN bus devices and some older ISA devices that use DMA can be > used to crash QEMU. These patches introduce some proper checks so that > the users get a proper error message instead. > > Alexey Kardashevskiy (1): > fdc: Exit if ISA controller do

[Qemu-devel] [PATCH for-2.12 0/4] Fix crashes with CAN bus and ISA DMA devices

2018-03-16 Thread Thomas Huth
The new CAN bus devices and some older ISA devices that use DMA can be used to crash QEMU. These patches introduce some proper checks so that the users get a proper error message instead. Alexey Kardashevskiy (1): fdc: Exit if ISA controller does not support DMA Thomas Huth (3): hw/net/can: F