I added a dsdt table on my windows xp guest using the following command:
VBoxManage setextradata "MyXP_VM" "VBoxInternal/Devices/acpi/0/Config/CustomTable" "Full_path_to_the_DSDT.BIN"
Everything works fine, but when i run acpidump -b on the guest i get a file DSDT that i is not the one i added.
The original file is 16Ko and the one i get is only 8Ko. Just wondering: is anyone already aware of this situation,
and is there a way to fix it?
Thanks in advance for your answers:D
Jeff_59