| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | acpi, ich9: Add hotunplug request cb for ich9. | Tang Chen | 2015-02-26 | 1 | -0/+7 |
* | pci: Trivial device model conversions to realize | Markus Armbruster | 2015-02-26 | 1 | -3/+2 |
* | acpi: drop min-bytes in build_package() | Igor Mammedov | 2015-02-26 | 1 | -10/+4 |
* | acpi: add build_append_namestring() helper | Igor Mammedov | 2015-02-26 | 1 | -9/+87 |
* | acpi: move generic aml building helpers into dedictated file | Igor Mammedov | 2015-02-26 | 2 | -0/+188 |
* | bios linker: validate pointer within table | Michael S. Tsirkin | 2015-02-26 | 1 | -1/+3 |
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2015-01-27 | 3 | -1/+255 |
|\ |
|
| * | bios-linker-loader: move source to common location | Michael S. Tsirkin | 2015-01-27 | 2 | -0/+158 |
| * | ich9: add disable_s3, disable_s4, s4_val properties | Amit Shah | 2015-01-26 | 1 | -1/+97 |
* | | vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* | Paolo Bonzini | 2015-01-26 | 2 | -2/+2 |
|/ |
|