Re: [PATCH 00/18] video: bochs: Remove the x86 limitation

2023-08-01 Thread Bin Meng
On Tue, Aug 1, 2023 at 9:03 PM Anatolij Gustschin wrote: > > Hi Bin, > > On Mon, 31 Jul 2023 13:26:23 +0800 > Bin Meng bmeng...@gmail.com wrote: > ... > > Looks the first half is assigned to Anatolij and the second half to Rick. > > > > I guess the first half should go first. > > > > Ping for appl

Re: [PATCH 00/18] video: bochs: Remove the x86 limitation

2023-08-01 Thread Anatolij Gustschin
Hi Bin, On Mon, 31 Jul 2023 13:26:23 +0800 Bin Meng bmeng...@gmail.com wrote: ... > Looks the first half is assigned to Anatolij and the second half to Rick. > > I guess the first half should go first. > > Ping for apply? I've applied patches 1/18 to 9/18 now, a pull request is pending. -- Ana

Re: [PATCH 00/18] video: bochs: Remove the x86 limitation

2023-07-30 Thread Bin Meng
> On Sun, Jul 23, 2023 at 12:40 PM Bin Meng wrote: > > > > The Bochs VGA card emulated by QEMU does not enforce any architecture. > > It was first introduced on x86 and indeed the x86 IO instruction is > > used to access the legacy VGA IO ports, but that does not mean it has > > to be done like th

Re: [PATCH 00/18] video: bochs: Remove the x86 limitation

2023-07-25 Thread Bin Meng
Hi Rick, On Sun, Jul 23, 2023 at 12:40 PM Bin Meng wrote: > > The Bochs VGA card emulated by QEMU does not enforce any architecture. > It was first introduced on x86 and indeed the x86 IO instruction is > used to access the legacy VGA IO ports, but that does not mean it has > to be done like this

[PATCH 00/18] video: bochs: Remove the x86 limitation

2023-07-22 Thread Bin Meng
The Bochs VGA card emulated by QEMU does not enforce any architecture. It was first introduced on x86 and indeed the x86 IO instruction is used to access the legacy VGA IO ports, but that does not mean it has to be done like this. The first half of this series enhances the bochs video driver to re