[PATCH v2 0/1] Add support for AMD new-style boot mechanism.

2021-03-01 Thread Danny Milosavljevic
st, try qemu-system-x86_64 \ -m 1G \ -device loader,file=BIOS.fd,csbaseaddr=0x9df,addr=$0x9b0,cpu-num=0,force-raw=on \ -device loader,addr=0xfff0,cpu-num=0 \ -bios BIOS.fd The "-bios BIOS.fd" at the end is optional--but customary. This has been used successfully

[PATCH v2 1/1] i386: Add support for AMD new-style boot mechanism.

2021-03-01 Thread Danny Milosavljevic
This introduces a new generic-loader setting "csbaseaddr" that allows you to set the segment base address of CS. Signed-off-by: Danny Milosavljevic --- hw/core/generic-loader.c | 6 +- include/hw/core/cpu.h| 1 + include/hw/core/generic-loader.h | 1 + t

[PATCH 0/1] Add support for AMD new-style boot mechanism.

2021-03-01 Thread Danny Milosavljevic
st, try qemu-system-x86_64 \ -m 1G \ -device loader,file=BIOS.fd,csbaseaddr=0x9df,addr=$0x9b0,cpu-num=0,force-raw=on \ -device loader,addr=0xfff0,cpu-num=0 \ -bios BIOS.fd The "-bios BIOS.fd" at the end is optional--but customary. This has been used successfully

[PATCH 1/1] i386: Add support for AMD new-style boot mechanism.

2021-03-01 Thread Danny Milosavljevic
This introduces a new generic-loader setting "csbaseaddr" that allows you to set the segment base address of CS. Signed-off-by: Danny Milosavljevic --- hw/core/generic-loader.c | 5 - include/hw/core/cpu.h| 1 + include/hw/core/generic-loader.h | 1 + t

[Qemu-devel] freedesktop integration

2006-08-20 Thread Danny Milosavljevic
Hi, I suggest you add the files from http://www.scratchpost.org/patches/desktop.zip or something to that extent to enable proper UNIX desktop integration to qemu. I'm sure my patches are still lacking, but it's just to hint at what is still needed. The file "qemu.desktop" registers the applic