summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-293-4/+67
* 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-292-4/+4
* qemu-char: make tcp_chr_disconnect() reentrant-safeMarc-André Lureau2019-11-291-0/+4
* qemu-char: remove all msgfds on disconnectMarc-André Lureau2019-11-291-0/+1
* qemu-char: avoid potential double-freeMarc-André Lureau2019-11-291-0/+1
* vhost-user: remove useless is_server fieldMarc-André Lureau2019-11-291-2/+0
* vhost-user: fix use after freeMarc-André Lureau2019-11-291-1/+6
* nvdimm acpi: emulate dsm methodXiao Guangrong2019-11-292-0/+64
* 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-298-16/+78
* pci-ids: add virtio 1.0 ids to specGerd Hoffmann2019-11-291-7/+17
* acpi-test-data: add _DIS methodsMichael S. Tsirkin2019-11-292-0/+0
* hw/acpi: fix Q35 support for legacy Windows OSMarcel Apfelbaum2019-11-291-0/+6
* ich9lpc: fix typoCao jin2019-11-292-19/+20
* msi_supported -> msi_nonbrokenMichael S. Tsirkin2019-11-2913-16/+29
* virtio-pci: call pci reset variant when guest requests reset.Gerd Hoffmann2019-11-291-7/+4
* i386: update expected DSDTMichael S. Tsirkin2019-11-294-0/+0
* i386: populate floppy drive information in DSDTRoman Kagan2019-11-291-3/+66
* fdc: add function to determine drive chs limitsRoman Kagan2019-11-292-0/+25
* i386: expose floppy drive CMOS typeRoman Kagan2019-11-292-1/+2
* 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
* vhost-user: verify that number of queues is less than MAX_QUEUE_NUMIlya Maximets2019-11-291-2/+3
* virtio-balloon: add 'available' counterDenis V. Lunev2019-11-292-1/+3
* 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-292-0/+31
* acpi: allow using object as offset for OperationRegionXiao Guangrong2019-11-293-18/+19
* acpi: add aml_concatenate()Xiao Guangrong2019-11-292-0/+8
* acpi: add aml_create_field()Xiao Guangrong2019-11-292-0/+16
* postcopy: Remove the x-Dr. David Alan Gilbert2019-11-295-11/+11
* postcopy: listen thread is never joinedDr. David Alan Gilbert2019-11-291-1/+1
* migration: fix use-after-free in loadvm_postcopy_handle_run_bhDenis V. Lunev2019-11-291-4/+12
* migration: fix warning for source_return_path_threadPeter Xu2019-11-291-3/+2
* MAINTAINERS: Add entry for the include/hw/vfio/ folderThomas Huth2019-11-291-0/+1
* 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-297-190/+283
* osdep: remove use of socket_error() from all codeDaniel P. Berrange2019-11-2911-63/+46
* osdep: add wrappers for socket functionsDaniel P. Berrange2019-11-297-19/+291
* char: remove qemu_chr_open_socket_fd methodDaniel P. Berrange2019-11-291-35/+24
OpenPOWER on IntegriCloud