| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2015-05-11 | 4 | -15/+179 |
|\ |
|
| * | qmp-event: add event notification for memory hot unplug error | Zhu Guihua | 2015-04-27 | 1 | -1/+9 |
| * | acpi: add hardware implementation for memory hot unplug | Zhu Guihua | 2015-04-27 | 1 | -1/+20 |
| * | acpi: extend aml_field() to support UpdateRule | Zhu Guihua | 2015-04-27 | 1 | -1/+3 |
| * | acpi, mem-hotplug: add unplug cb for memory device | Tang Chen | 2015-04-27 | 3 | -4/+30 |
| * | acpi, mem-hotplug: add unplug request cb for memory device | Tang Chen | 2015-04-27 | 3 | -3/+32 |
| * | acpi, mem-hotplug: add acpi_memory_slot_status() to get MemStatus | Tang Chen | 2015-04-27 | 1 | -6/+28 |
| * | hw/i386/acpi-build: move generic acpi building helpers into dedictated file | Shannon Zhao | 2015-04-27 | 1 | -0/+58 |
* | | range: remove useless inclusions | Paolo Bonzini | 2015-04-30 | 1 | -1/+0 |
* | | Convert (ffs(val) - 1) to ctz32(val) | Stefan Hajnoczi | 2015-04-28 | 1 | -1/+1 |
|/ |
|
* | acpi: Add missing GCC_FMT_ATTR to local function | Stefan Weil | 2015-03-25 | 1 | -1/+1 |
* | acpi: specify format for build_append_namestring | Michael S. Tsirkin | 2015-03-11 | 1 | -0/+1 |
* | acpi: fix aml_equal term implementation | Marcel Apfelbaum | 2015-03-10 | 1 | -1/+0 |
* | aml-build: append opcodes using build_append_byte | Michael S. Tsirkin | 2015-03-10 | 1 | -3/+3 |
* | aml-build: don't modify child | Michael S. Tsirkin | 2015-03-10 | 1 | -6/+10 |
* | aml-build: fix build for glib < 2.22 | Michael S. Tsirkin | 2015-03-03 | 1 | -2/+3 |
* | acpi, mem-hotplug: use PC_DIMM_SLOT_PROP in acpi_memory_plug_cb(). | Tang Chen | 2015-03-01 | 1 | -1/+2 |
* | acpi: make build_*() routines static to aml-build.c | Igor Mammedov | 2015-03-01 | 1 | -10/+10 |
* | acpi: add acpi_irq_no_flags() term | Igor Mammedov | 2015-03-01 | 1 | -0/+21 |
* | pc: pcihp: expose MMIO base and len as properties | Igor Mammedov | 2015-02-26 | 2 | -7/+13 |
* | acpi: add aml_word_bus_number(), aml_word_io(), aml_dword_memory(), aml_qword... | Igor Mammedov | 2015-02-26 | 1 | -0/+161 |
* | acpi: add aml_reserved_field() term | Igor Mammedov | 2015-02-26 | 1 | -0/+10 |
* | acpi: add aml_eisaid() term | Igor Mammedov | 2015-02-26 | 1 | -0/+29 |
* | acpi: add aml_processor() term | Igor Mammedov | 2015-02-26 | 1 | -0/+15 |
* | acpi: add aml_equal() term | Igor Mammedov | 2015-02-26 | 1 | -0/+10 |
* | acpi: add aml_varpackage() term | Igor Mammedov | 2015-02-26 | 1 | -0/+8 |
* | acpi: add aml_string() term | Igor Mammedov | 2015-02-26 | 1 | -0/+25 |
* | acpi: add aml_local() term | Igor Mammedov | 2015-02-26 | 1 | -0/+11 |
* | acpi: add aml_field() & aml_named_field() terms | Igor Mammedov | 2015-02-26 | 1 | -0/+28 |
* | acpi: add aml_operation_region() term | Igor Mammedov | 2015-02-26 | 1 | -0/+14 |
* | acpi: include PkgLength size only when requested | Igor Mammedov | 2015-02-26 | 1 | -5/+15 |
* | acpi: add aml_io() helper | Igor Mammedov | 2015-02-26 | 1 | -0/+16 |
* | acpi: add aml_resource_template() helper | Igor Mammedov | 2015-02-26 | 1 | -0/+8 |
* | acpi: add aml_buffer() term | Igor Mammedov | 2015-02-26 | 1 | -0/+7 |
* | acpi: add aml_package() term | Igor Mammedov | 2015-02-26 | 1 | -0/+8 |
* | acpi: add aml_call1(), aml_call2(), aml_call3(), aml_call4() helpers | Igor Mammedov | 2015-02-26 | 1 | -0/+42 |
* | acpi: add aml_notify() term | Igor Mammedov | 2015-02-26 | 1 | -0/+9 |
* | acpi: add aml_and() term | Igor Mammedov | 2015-02-26 | 1 | -0/+10 |
* | acpi: add aml_store() term | Igor Mammedov | 2015-02-26 | 1 | -0/+9 |
* | acpi: add aml_arg() term | Igor Mammedov | 2015-02-26 | 1 | -0/+11 |
* | acpi: add aml_return() term | Igor Mammedov | 2015-02-26 | 1 | -0/+8 |
* | acpi: add aml_int() term | Igor Mammedov | 2015-02-26 | 1 | -21/+22 |
* | acpi: add aml_name() & aml_name_decl() term | Igor Mammedov | 2015-02-26 | 1 | -0/+32 |
* | acpi: add aml_if() term | Igor Mammedov | 2015-02-26 | 1 | -0/+8 |
* | acpi: add aml_method() term | Igor Mammedov | 2015-02-26 | 1 | -0/+9 |
* | acpi: add aml_device() term | Igor Mammedov | 2015-02-26 | 1 | -0/+11 |
* | acpi: add aml_scope() term | Igor Mammedov | 2015-02-26 | 1 | -0/+20 |
* | acpi: introduce AML composer aml_append() | Igor Mammedov | 2015-02-26 | 1 | -0/+78 |
* | acpi, piix4: Add unplug cb for piix4. | Tang Chen | 2015-02-26 | 1 | -0/+8 |
* | acpi, ich9: Add unplug cb for ich9. | Tang Chen | 2015-02-26 | 1 | -0/+7 |