Age | Commit message (Expand) | Author | Files | Lines |
2019-05-20 | acpi/pcihp: Convert debug printf()s to trace events | Markus Armbruster | 2 | -17/+17 |
2019-05-20 | acpi/piix4: Convert debug printf()s to trace events | Markus Armbruster | 2 | -11/+7 |
2019-05-17 | hw/i386/acpi: Add object_resolve_type_unambiguous to improve modularity | Philippe Mathieu-Daudé | 1 | -11/+0 |
2019-05-17 | hw/acpi/piix4: Move TYPE_PIIX4_PM to a public header | Philippe Mathieu-Daudé | 1 | -2/+0 |
2019-04-02 | acpi: verify file entries in bios_linker_loader_add_pointer() | Liam Merwick | 1 | -0/+2 |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster | 1 | -3/+3 |
2019-03-12 | i386, acpi: check acpi_memory_hotplug capacity in pre_plug | Wei Yang | 2 | -5/+23 |
2019-03-12 | nvdimm: use NVDIMM_ACPI_IO_LEN for the proper IO size | Wei Yang | 1 | -1/+1 |
2019-03-12 | nvdimm: use *function* directly instead of allocating it again | Wei Yang | 1 | -1/+1 |
2019-03-12 | nvdimm: fix typo in nvdimm_build_nvdimm_devices argument | Wei Yang | 1 | -2/+2 |
2019-03-12 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 1 | -9/+9 |
2019-03-11 | hw/i386: Remove unused include | Philippe Mathieu-Daudé | 1 | -1/+0 |
2019-03-11 | nvdimm: Rename AcpiNVDIMMState into NVDIMMState | Eric Auger | 1 | -9/+9 |
2019-03-07 | i386-softmmu.mak: remove all CONFIG_* except boards definitions | Yang Zhong | 1 | -0/+6 |
2019-03-07 | i386: express dependencies with Kconfig | Paolo Bonzini | 1 | -0/+3 |
2019-03-07 | kconfig: introduce kconfig files | Paolo Bonzini | 1 | -0/+20 |
2019-03-06 | qdev: Let the hotplug_handler_unplug() caller delete the device | David Hildenbrand | 3 | -1/+4 |
2019-03-06 | hw/acpi: remove unnecessary variable acpi_table_builtin | Wei Yang | 1 | -3/+1 |
2019-03-06 | hw/acpi: remove unused function acpi_table_add_builtin() | Wei Yang | 1 | -6/+0 |
2019-02-27 | i2c:pm_smbus: Fix state transfer | Corey Minyard | 1 | -0/+7 |
2019-02-17 | qdev: pass an Object * to qbus_set_hotplug_handler() | Michael Roth | 2 | -2/+2 |
2019-02-01 | uuid: Make qemu_uuid_bswap() take and return a QemuUUID | Peter Maydell | 1 | -4/+2 |
2019-01-30 | typo: apci->acpi | Dr. David Alan Gilbert | 1 | -1/+1 |
2019-01-17 | hw/acpi: Use QEMU_NONSTRING for non NUL-terminated arrays | Philippe Mathieu-Daudé | 1 | -4/+8 |
2019-01-17 | hw: acpi: Fix memory hotplug AML generation error | Yang Zhong | 1 | -5/+5 |
2019-01-17 | acpi: add ACPI memory clear interface | Marc-André Lureau | 1 | -0/+55 |
2019-01-17 | acpi: build TPM Physical Presence interface | Stefan Berger | 2 | -0/+405 |
2018-12-20 | pci/pcihp: perform unplug via the hotplug handler | David Hildenbrand | 2 | -3/+15 |
2018-12-20 | pci/pcihp: overwrite hotplug handler recursively from the start | David Hildenbrand | 2 | -15/+16 |
2018-12-20 | pci/pcihp: perform check for bus capability in pre_plug handler | David Hildenbrand | 2 | -8/+29 |
2018-12-19 | hw: acpi: Export and share the ARM RSDP build | Samuel Ortiz | 1 | -0/+68 |
2018-12-19 | pc:piix4: Update smbus I/O space after a migration | Corey Minyard | 1 | -0/+1 |
2018-12-18 | qmp hmp: Make system_wakeup check wake-up support and run state | Daniel Henrique Barboza | 1 | -1/+2 |
2018-12-18 | qmp: query-current-machine with wakeup-suspend-support | Daniel Henrique Barboza | 1 | -0/+6 |
2018-11-12 | hw/acpi/nvdimm: Don't take address of fields in packed structs | Peter Maydell | 1 | -8/+8 |
2018-09-24 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -4/+6 |
2018-09-07 | pc: make sure that guest isn't able to unplug the first cpu | Igor Mammedov | 1 | -4/+6 |
2018-08-28 | qapi: Drop qapi_event_send_FOO()'s Error ** argument | Peter Xu | 3 | -5/+4 |
2018-08-23 | i2c: pm_smbus: Add the ability to force block transfer enable | Corey Minyard | 1 | -1/+1 |
2018-06-11 | nvdimm: make persistence option symbolic | Ross Zwisler | 1 | -2/+2 |
2018-06-04 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -4/+41 |
2018-06-01 | nvdimm, acpi: support NFIT platform capabilities | Ross Zwisler | 1 | -4/+41 |
2018-06-01 | hw: Do not include "exec/ioport.h" if it is not necessary | Philippe Mathieu-Daudé | 2 | -2/+0 |
2018-05-20 | acpi: fix a comment about aml_call0() | Marc-André Lureau | 1 | -1/+1 |
2018-03-13 | virt_arm: acpi: reuse common build_fadt() | Igor Mammedov | 1 | -2/+21 |
2018-03-13 | acpi: move build_fadt() from i386 specific to generic ACPI source | Igor Mammedov | 1 | -0/+105 |
2018-03-13 | acpi: add build_append_gas() helper for Generic Address Structure | Igor Mammedov | 1 | -0/+16 |
2018-03-02 | qapi: Empty out qapi-schema.json | Markus Armbruster | 4 | -4/+4 |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster | 1 | -1/+1 |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 1 | -0/+1 |