qemu-e2k/hw/acpi
Kirill Batuzov 7c38ecd097 acpi/pcihp.c: Rewrite acpi_pcihp_get_bsel using object_property_get_int
acpi_pcihp_get_bsel implements functionality of object_property_get_int for
specific property named ACPI_PCIHP_PROP_BSEL, but fails to decrement object's
reference counter properly. Rewriting it using generic object_property_get_int
serves two purposes: reducing code duplication and fixing memory leak.

Signed-off-by: Kirill Batuzov <batuzovk@ispras.ru>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2014-05-07 12:13:42 +03:00
..
Makefile.objs acpi: factor out common cpu hotplug code for PIIX4/Q35 2014-01-26 13:11:44 +02:00
core.c acpi: factor out common pm_update_sci() into acpi core 2013-12-23 13:12:34 +02:00
cpu_hotplug.c acpi: Assert sts array limit on AcpiCpuHotplug_add() 2014-03-18 16:08:43 +02:00
ich9.c acpi: ich9: add CPU hotplug handling to Q35 machine 2014-01-26 13:11:44 +02:00
pcihp.c acpi/pcihp.c: Rewrite acpi_pcihp_get_bsel using object_property_get_int 2014-05-07 12:13:42 +03:00
piix4.c QOM infrastructure fixes and device conversions 2014-02-20 13:05:48 +00:00