Re: [PATCH v5 00/46] x86: Improve operation under QEMU

2025-04-05 Thread Tom Rini
On Sat, Mar 15, 2025 at 02:25:20PM +, Simon Glass wrote: > U-Boot can start and boot an OS in both qemu-x86 and qemu-x86_64 but it > is not perfect. > > With both builds, executing the VESA ROM causes an intermittent hang, at > least on some AMD CPUs. > > With qemu-x86_64 kvm cannot be used

[PATCH v5 00/46] x86: Improve operation under QEMU

2025-03-15 Thread Simon Glass
U-Boot can start and boot an OS in both qemu-x86 and qemu-x86_64 but it is not perfect. With both builds, executing the VESA ROM causes an intermittent hang, at least on some AMD CPUs. With qemu-x86_64 kvm cannot be used since the move to long mode (64-bit) is done in a way that works on real har