aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-03-11pc: acpi: create Processor and Notify objects only for valid lapicsIgor Mammedov1-14/+24
2016-03-11pc: acpi: create MADT.lapic entries only for valid lapicsIgor Mammedov1-7/+12
2016-03-11pc: acpi: SRAT: create only valid processor lapic entriesIgor Mammedov1-3/+8
2016-03-11pc: acpi: cleanup qdev_get_machine() callsIgor Mammedov1-14/+12
2016-03-11machine: introduce MachineClass.possible_cpu_arch_ids() hookIgor Mammedov1-4/+40
2016-03-11pc: init pcms->apic_id_limit once and use it throughout pc.cIgor Mammedov1-26/+19
2016-03-11pc: acpi: remove NOP assignmentIgor Mammedov1-1/+0
2016-03-11pxb: cleanupCao jin1-1/+1
2016-03-11nvdimm acpi: emulate dsm methodXiao Guangrong1-0/+56
2016-03-11nvdimm acpi: let qemu handle _DSM methodXiao Guangrong1-5/+115
2016-03-11nvdimm acpi: introduce patched dsm memoryXiao Guangrong1-3/+17
2016-03-11nvdimm acpi: initialize the resource used by NVDIMM ACPIXiao Guangrong6-14/+52
2016-03-11hw/acpi: fix Q35 support for legacy Windows OSMarcel Apfelbaum1-0/+6
2016-03-11ich9lpc: fix typoCao jin1-17/+18
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin12-15/+28
2016-03-11virtio-pci: call pci reset variant when guest requests reset.Gerd Hoffmann1-7/+4
2016-03-11i386: populate floppy drive information in DSDTRoman Kagan1-3/+66
2016-03-11fdc: add function to determine drive chs limitsRoman Kagan1-0/+23
2016-03-11i386: expose floppy drive CMOS typeRoman Kagan1-1/+1
2016-03-11i386/acpi: make floppy controller object dynamicRoman Kagan1-24/+3
2016-03-11pc-dimm: fix error handling in pc_dimm_check_memdev_is_busy()Igor Mammedov1-3/+10
2016-03-11virtio-balloon: add 'available' counterDenis V. Lunev1-0/+1
2016-03-11hw/virtio: group virtio flags into an enumMarcel Apfelbaum1-7/+10
2016-03-11hw/virtio: fix double use of a virtio flagMarcel Apfelbaum1-1/+1
2016-03-11balloon: fix segfault and harden the stats queueLadi Prosek1-2/+22
2016-03-11acpi: add build_append_named_dword, returning an offset in bufferMichael S. Tsirkin1-0/+28
2016-03-11acpi: allow using object as offset for OperationRegionXiao Guangrong2-17/+18
2016-03-11acpi: add aml_concatenate()Xiao Guangrong1-0/+7
2016-03-11acpi: add aml_create_field()Xiao Guangrong1-0/+14
2016-03-10vfio/pci: replace fixed string limit by g_strdup_printfNeo Jia1-2/+3
2016-03-10vfio/pci: Split out VGA setupAlex Williamson2-34/+50
2016-03-10vfio/pci: Fixup PCI option ROMsAlex Williamson1-0/+30
2016-03-10vfio/pci: Convert all MemoryRegion to dynamic alloc and consistent functionsAlex Williamson3-91/+71
2016-03-10vfio: Generalize region supportAlex Williamson5-180/+260
2016-03-10vfio: Wrap VFIO_DEVICE_GET_REGION_INFOAlex Williamson3-46/+66
2016-03-10vfio: Add sysfsdev property for pci & platformAlex Williamson2-100/+85
2016-03-10s390x/cpu: use g_new0Cornelia Huck1-1/+1
2016-03-10s390x: Introduce S390MachineClassJanosch Frank1-14/+1
2016-03-10s390x: Introduce machine definition macrosJanosch Frank1-42/+47
2016-03-10s390x/cpu: Allow hotplug of CPUsMatthew Rosato1-0/+10
2016-03-10s390x/cpu: Add error handling to cpu creationMatthew Rosato1-1/+1
2016-03-10s390x/cpu: Add CPU property linksMatthew Rosato2-5/+46
2016-03-10s390x/cpu: Tolerate max_cpusMatthew Rosato1-5/+6
2016-03-10s390x/cpu: Set initial CPU state in common routineMatthew Rosato1-4/+0
2016-03-10s390x/cpu: Cleanup init in preparation for hotplugMatthew Rosato3-6/+6
2016-03-09Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw-cfg-20160308-1' int...Peter Maydell4-4/+49
2016-03-08acpi: arm: add fw_cfg device node to dsdtGabriel L. Somlo1-0/+15
2016-03-08acpi: pc: add fw_cfg device node to dsdtGabriel L. Somlo1-0/+29
2016-03-08pc: fw_cfg: move ioport base constant to pc.hGabriel L. Somlo1-3/+2
2016-03-08fw_cfg: expose control register size in fw_cfg.hGabriel L. Somlo1-1/+3