summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* ipmi: add some local variables in ipmi_sdr_initCédric Le Goater2019-11-291-5/+10
* ipmi: remove the need of an ending record in the SDR tableCédric Le Goater2019-11-291-10/+3
* ipmi: use a function to initialize the SDR tableCédric Le Goater2019-11-291-21/+28
* ipmi: add a realize function to the device classCédric Le Goater2019-11-291-3/+4
* ipmi: add rsp_buffer_set_error() helperCédric Le Goater2019-11-291-55/+60
* ipmi: remove IPMI_CHECK_RESERVATION() macroCédric Le Goater2019-11-291-14/+19
* ipmi: replace IPMI_ADD_RSP_DATA() macro with inline helpersCédric Le Goater2019-11-291-253/+228
* ipmi: remove IPMI_CHECK_CMD_LEN() macroCédric Le Goater2019-11-291-80/+84
* pc: acpi: clarify why possible LAPIC entries must be present in MADTIgor Mammedov2019-11-291-0/+6
* pc: acpi: drop cpu->found_cpus bitmapIgor Mammedov2019-11-291-39/+14
* pc: acpi: create Processor and Notify objects only for valid lapicsIgor Mammedov2019-11-291-14/+24
* pc: acpi: create MADT.lapic entries only for valid lapicsIgor Mammedov2019-11-291-7/+12
* pc: acpi: SRAT: create only valid processor lapic entriesIgor Mammedov2019-11-291-3/+8
* pc: acpi: cleanup qdev_get_machine() callsIgor Mammedov2019-11-291-14/+12
* machine: introduce MachineClass.possible_cpu_arch_ids() hookIgor Mammedov2019-11-291-4/+40
* pc: init pcms->apic_id_limit once and use it throughout pc.cIgor Mammedov2019-11-291-26/+19
* pc: acpi: remove NOP assignmentIgor Mammedov2019-11-291-1/+0
* pxb: cleanupCao jin2019-11-291-1/+1
* nvdimm acpi: emulate dsm methodXiao Guangrong2019-11-291-0/+56
* nvdimm acpi: let qemu handle _DSM methodXiao Guangrong2019-11-291-5/+115
* nvdimm acpi: introduce patched dsm memoryXiao Guangrong2019-11-291-3/+17
* nvdimm acpi: initialize the resource used by NVDIMM ACPIXiao Guangrong2019-11-296-14/+52
* hw/acpi: fix Q35 support for legacy Windows OSMarcel Apfelbaum2019-11-291-0/+6
* ich9lpc: fix typoCao jin2019-11-291-17/+18
* msi_supported -> msi_nonbrokenMichael S. Tsirkin2019-11-2912-15/+28
* virtio-pci: call pci reset variant when guest requests reset.Gerd Hoffmann2019-11-291-7/+4
* i386: populate floppy drive information in DSDTRoman Kagan2019-11-291-3/+66
* fdc: add function to determine drive chs limitsRoman Kagan2019-11-291-0/+23
* i386: expose floppy drive CMOS typeRoman Kagan2019-11-291-1/+1
* i386/acpi: make floppy controller object dynamicRoman Kagan2019-11-291-24/+3
* pc-dimm: fix error handling in pc_dimm_check_memdev_is_busy()Igor Mammedov2019-11-291-3/+10
* virtio-balloon: add 'available' counterDenis V. Lunev2019-11-291-0/+1
* hw/virtio: group virtio flags into an enumMarcel Apfelbaum2019-11-291-7/+10
* hw/virtio: fix double use of a virtio flagMarcel Apfelbaum2019-11-291-1/+1
* balloon: fix segfault and harden the stats queueLadi Prosek2019-11-291-2/+22
* acpi: add build_append_named_dword, returning an offset in bufferMichael S. Tsirkin2019-11-291-0/+28
* acpi: allow using object as offset for OperationRegionXiao Guangrong2019-11-292-17/+18
* acpi: add aml_concatenate()Xiao Guangrong2019-11-291-0/+7
* acpi: add aml_create_field()Xiao Guangrong2019-11-291-0/+14
* vfio/pci: replace fixed string limit by g_strdup_printfNeo Jia2019-11-291-2/+3
* vfio/pci: Split out VGA setupAlex Williamson2019-11-292-34/+50
* vfio/pci: Fixup PCI option ROMsAlex Williamson2019-11-291-0/+30
* vfio/pci: Convert all MemoryRegion to dynamic alloc and consistent functionsAlex Williamson2019-11-293-91/+71
* vfio: Generalize region supportAlex Williamson2019-11-295-180/+260
* vfio: Wrap VFIO_DEVICE_GET_REGION_INFOAlex Williamson2019-11-293-46/+66
* vfio: Add sysfsdev property for pci & platformAlex Williamson2019-11-292-100/+85
* s390x/cpu: use g_new0Cornelia Huck2019-11-291-1/+1
* s390x: Introduce S390MachineClassJanosch Frank2019-11-291-14/+1
* s390x: Introduce machine definition macrosJanosch Frank2019-11-291-42/+47
* s390x/cpu: Allow hotplug of CPUsMatthew Rosato2019-11-291-0/+10
OpenPOWER on IntegriCloud