2016-02-06 | Eduardo Habkost | pc: Remove compat fields from PcGuestInfo Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-06 | Eduardo Habkost | acpi: Don't save PcGuestInfo on AcpiBuildState Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-06 | Eduardo Habkost | acpi: Remove guest_info parameters from functions Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-06 | Eduardo Habkost | pc: Simplify xen_load_linux() signature Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-06 | Eduardo Habkost | pc: Simplify pc_memory_init() signature Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-06 | Eduardo Habkost | pc: Eliminate struct PcGuestInfoState Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-06 | Eduardo Habkost | pc: Move PcGuestInfo declaration to top of file Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-06 | Cédric Le Goater | ipmi: add ACPI power and GUID commands Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-06 | Cédric Le Goater | ipmi: add GET_SYS_RESTART_CAUSE chassis command Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-06 | Cédric Le Goater | ipmi: add get and set SENSOR_TYPE commands Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-06 | Cédric Le Goater | ipmi: introduce a struct ipmi_sdr_compact Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-06 | Cédric Le Goater | ipmi: fix SDR length value Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-06 | Cédric Le Goater | ipmi: cleanup error_report messages Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-06 | Cédric Le Goater | ipmi: replace *_MAXCMD defines Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-06 | Cédric Le Goater | ipmi: replace goto by a return statement Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-06 | Marcel Apfelbaum | hw/pci: ensure that only PCI/PCIe bridges can be attached... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-06 | Paolo Bonzini | vhost-user-test: use correct ROM to speed up and avoid... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-06 | Marcel Apfelbaum | hw/pxb: add pxb devices to the bridge category Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-06 | Vincenzo Maffione | virtio: combine write of an entry into used ring Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-06 | Vincenzo Maffione | virtio: read avail_idx from VQ only when necessary Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-06 | Vincenzo Maffione | virtio: cache used_idx in a VirtQueue field Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-06 | Paolo Bonzini | virtio: combine the read of a descriptor Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-06 | Paolo Bonzini | vring: slim down allocation of VirtQueueElements Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-06 | Paolo Bonzini | virtio: slim down allocation of VirtQueueElements Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-06 | Paolo Bonzini | virtio: introduce virtqueue_alloc_element Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-06 | Paolo Bonzini | virtio: introduce qemu_get/put_virtqueue_element Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-06 | Paolo Bonzini | virtio: move allocation to virtqueue_pop/vring_pop Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-04 | Paolo Bonzini | virtio: move VirtQueueElement at the beginning of the... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-04 | Igor Mammedov | tests: pc: acpi: add expected DSDT.bridge blobs and... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-04 | Igor Mammedov | tests: pc: acpi: drop not needed 'expected SSDT' blobs Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-04 | Igor Mammedov | pc: acpi: merge SSDT into DSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-02-04 | Dr. David Alan Gilbert | Fix virtio migration Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Cornelia Huck | virtio: fix error message for number of queues Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Tetsuya Mukawa | ivshmem: Store file descriptor for vhost-user negotiation Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Dr. David Alan Gilbert | migration/virtio: Remove simple .get/.put use Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Dr. David Alan Gilbert | Add VMSTATE_STRUCT_VARRAY_KNOWN Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Roman Kagan | i386/pc: expose identifying the floppy controller Cc: "Michael S. Tsirkin" <mst@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: remove unused ASL templates and related blobs... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: switch to AML API composed DSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: q35: PCST, PCSB opregions and PCIB field... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: q35: move PCI0 device definition into SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: q35: move PCI0._OSC() method into SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: q35: move _PIC() method into SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: q35: move PRTP routing table into SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: q35: move PRTA routing table into SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: q35: move _PRT() into SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: q35: move ISA bridge into SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: q35: move IQST() into SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: q35: move IQCR() into SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: q35: move link devices to SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: q35: move GSI links to SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: piix4: acpi move PCI0 device to SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: piix4: move remaining PCI hotplug bits into... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: piix4: move PCI0._PRT() into SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: piix4: move IQST() into SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: piix4: move IQCR() into SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: pci: move link devices into SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: move remaining GPE handlers into SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: move PIIX4 isa-bridge and pm devices into... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: move COM devices from DSDT to SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: move LPT device from DSDT to SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: move FDC0 device from DSDT to SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: move MOU device from DSDT to SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: move KBD device from DSDT to SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: move RTC device from DSDT to SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: move DBUG() from DSDT to SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: move HPET from DSDT to SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: factor out cpu hotplug code from build_ssdt... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: cpuhp: move \_GPE._E02() into SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: cpuhp: move PRSC() method into SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: cpuhp: move CPST() method into SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: cpuhp: move CPMA() method into SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: cpuhp: move CPEJ() method to SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: drop unused CPU_STATUS_LEN from DSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: memhp: drop not needed stringify(MEMORY_foo... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: memhp: move \_GPE._E03 into SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: factor out memhp code from build_ssdt() into... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: memhp: move MHPD Device into SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-09 | Igor Mammedov | pc: acpi: memhp: move MHPD.MCRS method into SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-08 | Igor Mammedov | pc: acpi: memhp: move MHPD.MEJ0 method into SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-08 | Igor Mammedov | pc: acpi: memhp: move MHPD.MOST method into SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-08 | Igor Mammedov | pc: acpi: memhp: move MHPD.MPXM method into SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-08 | Igor Mammedov | pc: acpi: memhp: move MHPD.MRST method into SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-08 | Igor Mammedov | pc: acpi: memhp: move MHPD.MSCN method into SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-08 | Igor Mammedov | pc: acpi: memhp: move MHPD.MLCK mutex into SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-08 | Igor Mammedov | pc: acpi: memhp: move MHPD._STA method into SSDT Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-08 | Igor Mammedov | pc: acpi: memhp: prepare context in SSDT for moving... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-08 | Igor Mammedov | tests: acpi: print ASL diff in verbose mode Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-08 | Laszlo Ersek | hw/i386: fill in the CENTURY field of the FADT (FACP... Cc: "Michael S. Tsirkin" <mst@redhat.com> (supporter:ACPI... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-08 | Cao jin | igd-passthrough: fix use of host_pci_config_read Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2016-01-08 | Haozhong Zhang | nvdimm: fix header pointer in nvdimm_build_nfit() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-12-22 | Igor Mammedov | acpi: extend aml_and() to accept target argument Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-12-22 | Igor Mammedov | acpi: extend aml_or() to accept target argument Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-12-22 | Igor Mammedov | acpi add aml_dma() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-12-22 | Igor Mammedov | acpi: add aml_to_buffer() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-12-22 | Igor Mammedov | acpi: add aml_to_hexstring() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-12-22 | Igor Mammedov | acpi: extend aml_field() to support LockRule Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-12-22 | Igor Mammedov | acpi: add aml_lgreater() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-12-22 | Igor Mammedov | acpi: add aml_lor() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-12-22 | Igor Mammedov | acpi: add aml_sleep() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
next |