Re: [PATCH 2/2] pyjailhouse: x86: implement pio_bitmap generator

2019-06-18 Thread Jan Kiszka
On 18.06.19 18:23, Andrej Utz wrote: On 18.06.19 18:04, Jan Kiszka wrote: On 18.06.19 17:55, Andrej Utz wrote: Hi Jan, On 07.06.19 09:23, Jan Kiszka wrote: On 05.06.19 18:17, Andrej Utz wrote: This replaces the old static port list with actual port regions from '/proc/ioports'. The static

Re: [PATCH 2/2] pyjailhouse: x86: implement pio_bitmap generator

2019-06-18 Thread Andrej Utz
On 18.06.19 18:04, Jan Kiszka wrote: On 18.06.19 17:55, Andrej Utz wrote: Hi Jan, On 07.06.19 09:23, Jan Kiszka wrote: On 05.06.19 18:17, Andrej Utz wrote: This replaces the old static port list with actual port regions from '/proc/ioports'. The static regions from said list are kept and

Re: [PATCH 2/2] pyjailhouse: x86: implement pio_bitmap generator

2019-06-18 Thread Jan Kiszka
On 18.06.19 17:55, Andrej Utz wrote: Hi Jan, On 07.06.19 09:23, Jan Kiszka wrote: On 05.06.19 18:17, Andrej Utz wrote: This replaces the old static port list with actual port regions from '/proc/ioports'. The static regions from said list are kept and override the data in case of region overl

Re: [PATCH 2/2] pyjailhouse: x86: implement pio_bitmap generator

2019-06-18 Thread Andrej Utz
Hi Jan, On 07.06.19 09:23, Jan Kiszka wrote: On 05.06.19 18:17, Andrej Utz wrote: This replaces the old static port list with actual port regions from '/proc/ioports'. The static regions from said list are kept and override the data in case of region overlap to retain compability. The generat

Re: [PATCH 2/2] pyjailhouse: x86: implement pio_bitmap generator

2019-06-07 Thread Jan Kiszka
On 05.06.19 18:17, Andrej Utz wrote: This replaces the old static port list with actual port regions from '/proc/ioports'. The static regions from said list are kept and override the data in case of region overlap to retain compability. The generated port list is virtually identicall to the old o

[PATCH 2/2] pyjailhouse: x86: implement pio_bitmap generator

2019-06-05 Thread Andrej Utz
This replaces the old static port list with actual port regions from '/proc/ioports'. The static regions from said list are kept and override the data in case of region overlap to retain compability. The generated port list is virtually identicall to the old one but eases manual configuration. Sig