Age | Commit message (Expand) | Author | Files | Lines |
2016-06-16 | os-posix: include sys/mman.h | Paolo Bonzini | 1 | -1/+0 |
2016-06-14 | pc: Add 2.7 machine | Igor Mammedov | 2 | -5/+24 |
2016-06-13 | vl: Eliminate usb_enabled() | Eduardo Habkost | 2 | -2/+2 |
2016-06-09 | cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc() | Peter Maydell | 1 | -1/+1 |
2016-06-08 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2 | -23/+40 |
2016-06-07 | all: Remove unnecessary glib.h includes | Peter Maydell | 2 | -2/+0 |
2016-06-07 | pc: cleanup unused struct PcRomPciInfo | Igor Mammedov | 1 | -8/+0 |
2016-06-07 | acpi: make bios_linker_loader_add_checksum() API offset based | Igor Mammedov | 1 | -3/+2 |
2016-06-07 | acpi: make bios_linker_loader_add_pointer() API offset based | Igor Mammedov | 1 | -22/+23 |
2016-06-07 | tpm: apci: cleanup TCPA table initialization | Igor Mammedov | 1 | -4/+1 |
2016-06-07 | acpi: simplify bios_linker API by removing redundant 'table' argument | Igor Mammedov | 1 | -9/+11 |
2016-06-07 | acpi: convert linker from GArray to BIOSLinker structure | Igor Mammedov | 1 | -14/+15 |
2016-06-07 | pc: Postpone SMBIOS table installation to post machine init | Corey Minyard | 1 | -2/+3 |
2016-06-07 | pc: acpi: cpuhp-legacy: switch ProcessorID to possible_cpus idx | Igor Mammedov | 1 | -1/+1 |
2016-06-07 | pc: acpi: simplify build_legacy_cpu_hotplug_aml() signature | Igor Mammedov | 1 | -4/+1 |
2016-06-07 | pc: acpi: mark current CPU hotplug functions as legacy | Igor Mammedov | 1 | -1/+2 |
2016-06-07 | pc: acpi: consolidate \GPE._E02 with the rest of CPU hotplug AML | Igor Mammedov | 1 | -4/+0 |
2016-06-07 | pc: acpi: consolidate CPU hotplug AML | Igor Mammedov | 1 | -111/+1 |
2016-06-07 | pc: acpi: remove AML for empty/not used GPE handlers | Igor Mammedov | 1 | -17/+0 |
2016-06-06 | pc: allow raising low memory via max-ram-below-4g option | Gerd Hoffmann | 2 | -23/+40 |
2016-05-23 | pc: Set CPU model-id on compat_props for pc <= 2.4 | Eduardo Habkost | 1 | -0/+13 |
2016-05-23 | target-i386: add a generic x86 nmi handler | Bandan Das | 1 | -0/+20 |
2016-05-23 | i386: kvmvapic: initialise imm32 variable | Prasad J Pandit | 1 | -1/+1 |
2016-05-20 | machine: add properties to compat_props incrementaly | Igor Mammedov | 1 | -13/+0 |
2016-05-19 | cpu: move exec-all.h inclusion out of cpu.h | Paolo Bonzini | 1 | -0/+1 |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini | 3 | -0/+5 |
2016-05-19 | explicitly include linux/kvm.h | Paolo Bonzini | 2 | -0/+2 |
2016-05-12 | tcg: Remove needless CPUState::current_tb | Sergey Fedorov | 1 | -1/+0 |
2016-05-12 | tb: consistently use uint32_t for tb->flags | Emilio G. Cota | 1 | -1/+1 |
2016-05-12 | ACPI: move acpi_build_srat_memory to common place | Shannon Zhao | 1 | -29/+9 |
2016-05-12 | ACPI: Fix the definition of proximity in AcpiSratMemoryAffinity | Shannon Zhao | 1 | -2/+1 |
2016-05-12 | ACPI: Add GICC Affinity Structure | Shannon Zhao | 1 | -1/+1 |
2016-04-13 | tpm: acpi: remove IRQ from TPM's CRS to make Windows not see conflict | Igor Mammedov | 1 | -1/+6 |
2016-04-13 | pc: acpi: tpm: add missing MMIO resource to PCI0._CRS | Igor Mammedov | 1 | -0/+5 |
2016-04-07 | Sort the fw_cfg file list | Gerd Hoffmann | 3 | -0/+6 |
2016-03-22 | hw: explicitly include qemu-common.h and cpu.h | Paolo Bonzini | 1 | -0/+2 |
2016-03-22 | Use scripts/clean-includes to drop redundant qemu/typedefs.h | Markus Armbruster | 1 | -2/+0 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 7 | -0/+7 |
2016-03-15 | kvm: x86: q35: Add support for -machine kernel_irqchip=split for q35 | Rita Sinha | 1 | -2/+3 |
2016-03-15 | hw/acpi: fix GSI links UID | Marcel Apfelbaum | 1 | -12/+8 |
2016-03-11 | pc: acpi: clarify why possible LAPIC entries must be present in MADT | Igor Mammedov | 1 | -0/+6 |
2016-03-11 | pc: acpi: drop cpu->found_cpus bitmap | Igor Mammedov | 1 | -39/+14 |
2016-03-11 | pc: acpi: create Processor and Notify objects only for valid lapics | Igor Mammedov | 1 | -14/+24 |
2016-03-11 | pc: acpi: create MADT.lapic entries only for valid lapics | Igor Mammedov | 1 | -7/+12 |
2016-03-11 | pc: acpi: SRAT: create only valid processor lapic entries | Igor Mammedov | 1 | -3/+8 |
2016-03-11 | pc: acpi: cleanup qdev_get_machine() calls | Igor Mammedov | 1 | -14/+12 |
2016-03-11 | machine: introduce MachineClass.possible_cpu_arch_ids() hook | Igor Mammedov | 1 | -4/+40 |
2016-03-11 | pc: init pcms->apic_id_limit once and use it throughout pc.c | Igor Mammedov | 1 | -26/+19 |
2016-03-11 | pc: acpi: remove NOP assignment | Igor Mammedov | 1 | -1/+0 |
2016-03-11 | nvdimm acpi: initialize the resource used by NVDIMM ACPI | Xiao Guangrong | 4 | -13/+16 |