Age | Commit message (Expand) | Author |
2016-10-26 | tcg: Add EXCP_ATOMIC | Richard Henderson |
2016-10-26 | int128: Add int128_make128 | Richard Henderson |
2016-10-26 | int128: Use __int128 if available | Richard Henderson |
2016-10-26 | exec: Avoid direct references to Int128 parts | Richard Henderson |
2016-10-26 | atomics: Add __nocheck atomic operations | Richard Henderson |
2016-10-26 | atomics: add atomic_op_fetch variants | Emilio G. Cota |
2016-10-26 | atomics: add atomic_xor | Emilio G. Cota |
2016-10-26 | atomics: Add parameters to macros | Richard Henderson |
2016-10-25 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-10-25' into ... | Peter Maydell |
2016-10-25 | qdict: implement a qdict_crumple method for un-flattening a dict | Daniel P. Berrange |
2016-10-25 | qapi: don't pass two copies of TestInputVisitorData to tests | Daniel P. Berrange |
2016-10-25 | qapi: rename QmpOutputVisitor to QObjectOutputVisitor | Daniel P. Berrange |
2016-10-25 | qapi: rename QmpInputVisitor to QObjectInputVisitor | Daniel P. Berrange |
2016-10-25 | qapi: rename *qmp-*-visitor* to *qobject-*-visitor* | Daniel P. Berrange |
2016-10-25 | qapi: add trace events for visitor | Daniel P. Berrange |
2016-10-25 | trivial: Restore blank line in qapi-schema | Eric Blake |
2016-10-25 | tests: Restore check-qdict unit test | Markus Armbruster |
2016-10-25 | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st... | Peter Maydell |
2016-10-24 | exec: call cpu_exec_exit() from a CPU unrealize common function | Laurent Vivier |
2016-10-24 | exec: move cpu_exec_init() calls to realize functions | Laurent Vivier |
2016-10-24 | exec: split cpu_exec_init() | Laurent Vivier |
2016-10-24 | pc: q35: Bump max_cpus to 288 | Igor Mammedov |
2016-10-24 | pc: Require IRQ remapping and EIM if there could be x2APIC CPUs | Igor Mammedov |
2016-10-24 | pc: Add 'etc/boot-cpus' fw_cfg file for machine with more than 255 CPUs | Igor Mammedov |
2016-10-24 | Increase MAX_CPUMASK_BITS from 255 to 288 | Igor Mammedov |
2016-10-24 | pc: Clarify FW_CFG_MAX_CPUS usage comment | Igor Mammedov |
2016-10-24 | pc: kvm_apic: Pass APIC ID depending on xAPIC/x2APIC mode | Igor Mammedov |
2016-10-24 | pc: apic_common: Reset APIC ID to initial ID when switching into x2APIC mode | Igor Mammedov |
2016-10-24 | pc: apic_common: Restore APIC ID to initial ID on reset | Igor Mammedov |
2016-10-24 | pc: apic_common: Extend APIC ID property to 32bit | Igor Mammedov |
2016-10-24 | pc: Leave max apic_id_limit only in legacy cpu hotplug code | Igor Mammedov |
2016-10-24 | acpi: cphp: Force switch to modern cpu hotplug if APIC ID > 254 | Igor Mammedov |
2016-10-24 | pc: acpi: x2APIC support for SRAT table | Igor Mammedov |
2016-10-24 | pc: acpi: x2APIC support for MADT table and _MAT method | Igor Mammedov |
2016-10-24 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20161024'... | Peter Maydell |
2016-10-24 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2016-10-24 | Merge remote-tracking branch 'mreitz/tags/pull-block-2016-10-24' into queue-b... | Kevin Wolf |
2016-10-24 | block/replication: Clarify 'top-id' parameter usage | Changlong Xie |
2016-10-24 | block: More operations for meta dirty bitmap | Fam Zheng |
2016-10-24 | tests: Add test code for hbitmap serialization | Fam Zheng |
2016-10-24 | block: BdrvDirtyBitmap serialization interface | Vladimir Sementsov-Ogievskiy |
2016-10-24 | hbitmap: serialization | Vladimir Sementsov-Ogievskiy |
2016-10-24 | block: Assert that bdrv_release_dirty_bitmap succeeded | Fam Zheng |
2016-10-24 | block: Add two dirty bitmap getters | Fam Zheng |
2016-10-24 | block: Support meta dirty bitmap | Fam Zheng |
2016-10-24 | tests: Add test code for meta bitmap | Fam Zheng |
2016-10-24 | HBitmap: Introduce "meta" bitmap to track bit changes | Fam Zheng |
2016-10-24 | block: Hide HBitmap in block dirty bitmap interface | Fam Zheng |
2016-10-24 | quorum: do not allocate multiple iovecs for FIFO strategy | Paolo Bonzini |
2016-10-24 | quorum: change child_iter to children_read | Paolo Bonzini |