On 05/23/2016 01:06 PM, Paolo Bonzini wrote:
On 20/05/2016 11:53, Igor Mammedov wrote:
diff --git a/hw/acpi/noipmi.c b/hw/acpi/noipmi.c
new file mode 100644
index 0000000..dd7590d
--- /dev/null
+++ b/hw/acpi/noipmi.c
move this to .a/stubs/
Don't overuse stubs. The stubs library is mostly to share code between
QEMU and the tools. What Corey did is more similar to what hw/ already
does in other places.
Should I change it back?
Unfortunately, weak symbols are not portable. :(
Yeah, that's really a pain.
-corey
Paolo