[Qemu-devel] [Bug 1192344] Re: qemu crashes on unaligned extended disk reads

2013-06-19 Thread Andrew McGowen
...well this is embarrassing - it was an issue with my code not saving/restoring registers on the stack properly. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1192344 Title: qemu crashes on unalig

[Qemu-devel] [Bug 1192344] [NEW] qemu crashes on unaligned extended disk reads

2013-06-18 Thread Andrew McGowen
Public bug reported: When performing a BIOS extended disk read (INT 13H, AH=0x42), if the offset of the buffer destination in the DAP (disk address packet) is not dword-aligned (i.e. a multiple of 4), SeaBIOS attempts to execute code at non-mapped address 0xb4f53, causing QEMU to crash. I imagine