Re: [Qemu-devel] [PATCH 01/27] acpi: factor out common pm_update_sci() into acpi core

2013-12-05 Thread Igor Mammedov
On Thu, 5 Dec 2013 14:37:01 +0200 "Michael S. Tsirkin" wrote: > On Thu, Nov 21, 2013 at 03:38:22AM +0100, Igor Mammedov wrote: > > Signed-off-by: Igor Mammedov > > Sorry doesn't apply. > Can you rebase on top of latest tree please? I just tried to rebase on top of updated pci tree. There were n

Re: [Qemu-devel] [PATCH 01/27] acpi: factor out common pm_update_sci() into acpi core

2013-12-05 Thread Michael S. Tsirkin
On Thu, Nov 21, 2013 at 03:38:22AM +0100, Igor Mammedov wrote: > Signed-off-by: Igor Mammedov Sorry doesn't apply. Can you rebase on top of latest tree please? > --- > perhaps this patch sholud go before "piix4: add acpi pci hotplug support" > so that there were no need in this rename in piix4_a

[Qemu-devel] [PATCH 01/27] acpi: factor out common pm_update_sci() into acpi core

2013-11-20 Thread Igor Mammedov
Signed-off-by: Igor Mammedov --- perhaps this patch sholud go before "piix4: add acpi pci hotplug support" so that there were no need in this rename in piix4_acpi_pci_hotplug() here. s/pm_update_sci/acpi_update_sci/ --- hw/acpi/core.c | 18 ++ hw/acpi/ich9.c |