Re: [PATCH v3 0/6] X86: Alias isa-bios area and clean up

2024-05-14 Thread Bernhard Beschow
Am 8. Mai 2024 20:39:28 UTC schrieb BALATON Zoltan : >On Wed, 8 May 2024, Bernhard Beschow wrote: >> This series changes the "isa-bios" MemoryRegion to be an alias rather than a >> copy in the pflash case. This fixes issuing pflash commands in the isa-bios >> region which matches real hardware

Re: [PATCH v3 0/6] X86: Alias isa-bios area and clean up

2024-05-08 Thread Philippe Mathieu-Daudé
On 8/5/24 19:55, Bernhard Beschow wrote: v3: * Add comments for bios memory regions (Phil) Bernhard Beschow (6): hw/i386/x86: Eliminate two if statements in x86_bios_rom_init() hw/i386: Have x86_bios_rom_init() take X86MachineState rather than MachineState hw/i386/x86: Don't

Re: [PATCH v3 0/6] X86: Alias isa-bios area and clean up

2024-05-08 Thread BALATON Zoltan
On Wed, 8 May 2024, Bernhard Beschow wrote: This series changes the "isa-bios" MemoryRegion to be an alias rather than a copy in the pflash case. This fixes issuing pflash commands in the isa-bios region which matches real hardware and which some real-world legacy bioses I'm running rely on.

[PATCH v3 0/6] X86: Alias isa-bios area and clean up

2024-05-08 Thread Bernhard Beschow
This series changes the "isa-bios" MemoryRegion to be an alias rather than a copy in the pflash case. This fixes issuing pflash commands in the isa-bios region which matches real hardware and which some real-world legacy bioses I'm running rely on. Furthermore, aliasing in the isa-bios area is