Age | Commit message (Expand) | Author | Files | Lines |
2017-03-01 | pc: pcihp: avoid adding ACPI_PCIHP_PROP_BSEL twice | Igor Mammedov | 1 | -2/+2 |
2017-02-25 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ... | Peter Maydell | 1 | -2/+2 |
2017-02-24 | tcg: drop global lock during TCG code execution | Jan Kiszka | 1 | -2/+2 |
2017-02-22 | machine: replace query_hotpluggable_cpus() callback with has_hotpluggable_cpu... | Igor Mammedov | 1 | -2/+2 |
2017-02-22 | machine: unify [pc_|spapr_]query_hotpluggable_cpus() callbacks | Igor Mammedov | 1 | -34/+2 |
2017-02-22 | change CPUArchId.cpu type to Object* | Igor Mammedov | 1 | -4/+4 |
2017-02-22 | pc: pass apic_id to pc_find_cpu_slot() directly so lookup could be done witho... | Igor Mammedov | 1 | -7/+9 |
2017-02-22 | pc: calculate topology only once when possible_cpus is initialised | Igor Mammedov | 1 | -12/+12 |
2017-02-22 | pc: move pcms->possible_cpus init out of pc_cpus_init() | Igor Mammedov | 1 | -11/+24 |
2017-02-22 | machine: move possible_cpus to MachineState | Igor Mammedov | 1 | -28/+29 |
2017-02-21 | hw/i386: Deprecate -drive if=scsi with PC machine types | Markus Armbruster | 1 | -1/+7 |
2017-02-21 | hw: Deprecate -drive if=scsi with non-onboard HBAs | Markus Armbruster | 1 | -1/+1 |
2017-02-21 | hw: Default -drive to if=ide explicitly where it works | Markus Armbruster | 1 | -0/+1 |
2017-02-17 | intel_iommu: vtd_slpt_level_shift check level | Peter Xu | 1 | -0/+1 |
2017-02-17 | intel_iommu: convert dbg macros to trace for trans | Peter Xu | 2 | -45/+34 |
2017-02-17 | intel_iommu: convert dbg macros to traces for inv | Peter Xu | 2 | -57/+56 |
2017-02-17 | intel_iommu: renaming gpa to iova where proper | Peter Xu | 1 | -22/+22 |
2017-02-17 | intel_iommu: simplify irq region translation | Peter Xu | 1 | -22/+6 |
2017-02-17 | intel_iommu: add "caching-mode" option | Aviv Ben-David | 2 | -0/+6 |
2017-02-16 | kvm/ioapic: correct kvm ioapic version | Peter Xu | 1 | -0/+5 |
2017-02-16 | kvm/ioapic: dump real object instead of a fake one | Peter Xu | 1 | -4/+4 |
2017-02-03 | Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170202' into sta... | Peter Maydell | 1 | -20/+31 |
2017-02-02 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell | 2 | -8/+6 |
2017-02-01 | hw/i386: check if nvdimm is enabled before plugging | Haozhong Zhang | 1 | -0/+5 |
2017-02-01 | intel_iommu: fix and simplify size calculation in process_device_iotlb_desc() | Jason Wang | 1 | -1/+9 |
2017-01-31 | trace: clean up trace-events files | Stefan Hajnoczi | 1 | -1/+0 |
2017-01-31 | trace: move hw/i386/xen events to correct subdir | Daniel P. Berrange | 2 | -7/+6 |
2017-01-27 | xen-platform: add missing disk unplug option | Paul Durrant | 1 | -12/+15 |
2017-01-27 | xen-platform: add support for unplugging NVMe disks... | Paul Durrant | 1 | -0/+1 |
2017-01-27 | xen-platform: re-structure unplug_disks | Paul Durrant | 1 | -9/+16 |
2017-01-27 | icount: update instruction counter on apic patching | Pavel Dovgalyuk | 1 | -0/+6 |
2017-01-24 | hw/i386/kvmvapic: Remove dead code in patch_hypercalls() | Peter Maydell | 1 | -6/+0 |
2017-01-24 | pci-assign: avoid pointless stat | Paolo Bonzini | 1 | -8/+8 |
2017-01-24 | hw: Fix typos found by codespell | Stefan Weil | 1 | -1/+1 |
2017-01-23 | machine: Make possible_cpu_arch_ids() return const pointer | Igor Mammedov | 2 | -12/+6 |
2017-01-23 | pc: don't return cpu pointer from pc_new_cpu() as it's not needed anymore | Igor Mammedov | 1 | -16/+8 |
2017-01-23 | pc: cleanup: move smbios_set_cpuid() into pc_build_smbios() | Igor Mammedov | 1 | -8/+9 |
2017-01-20 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 3 | -1/+5 |
2017-01-19 | kvm: move cpu synchronization code | Vincent Palatin | 2 | -0/+2 |
2017-01-18 | pc: Add 2.9 machine-types | Eduardo Habkost | 2 | -5/+23 |
2017-01-18 | fw-cfg: support writeable blobs | Michael S. Tsirkin | 1 | -2/+2 |
2017-01-16 | pc: fix crash in rtc_set_memory() if initial cpu is marked as hotplugged | Igor Mammedov | 1 | -1/+3 |
2017-01-10 | memhp: don't generate memory hotplug AML if it's not enabled/supported | Igor Mammedov | 1 | -8/+1 |
2017-01-10 | memhp: move GPE handler_E03 into build_memory_hotplug_aml() | Igor Mammedov | 1 | -5/+2 |
2017-01-10 | memhp: merge build_memory_devices() into build_memory_hotplug_aml() | Igor Mammedov | 1 | -33/+28 |
2017-01-10 | memhp: move build_memory_devices() into memory_hotplug.c | Igor Mammedov | 1 | -124/+0 |
2017-01-10 | acpi: add ATSR for q35 | Jason Wang | 1 | -0/+9 |
2017-01-10 | intel_iommu: support device iotlb descriptor | Jason Wang | 3 | -7/+106 |
2017-01-10 | intel_iommu: allocate new key when creating new address space | Jason Wang | 1 | -2/+3 |
2017-01-10 | intel_iommu: name vtd address space with devfn | Jason Wang | 1 | -1/+3 |