Re: [PATCH v4 45/45] x86: Switch QEMU over to use the bochs driver

2023-07-13 Thread Bin Meng
On Mon, Jun 19, 2023 at 8:02 PM Simon Glass wrote: > > This is more convenient since it does not require a video BIOS. Enable > it for QEMU. > > Also drop use of video in SPL for the 64-bit qmeu, since it not needed > now. typo: QEMU > > Signed-off-by: Simon Glass > --- > > Changes in v4: > - D

[PATCH v4 45/45] x86: Switch QEMU over to use the bochs driver

2023-06-19 Thread Simon Glass
This is more convenient since it does not require a video BIOS. Enable it for QEMU. Also drop use of video in SPL for the 64-bit qmeu, since it not needed now. Signed-off-by: Simon Glass --- Changes in v4: - Drop use of video in SPL - Bring in bochs patch to this series arch/x86/cpu/qemu/Kcon