summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-11pc: acpi: clarify why possible LAPIC entries must be present in MADTIgor Mammedov1-0/+6
2016-03-11pc: acpi: drop cpu->found_cpus bitmapIgor Mammedov1-39/+14
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 Mammedov3-4/+67
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 jin2-4/+4
2016-03-11qemu-char: make tcp_chr_disconnect() reentrant-safeMarc-André Lureau1-0/+4
2016-03-11qemu-char: remove all msgfds on disconnectMarc-André Lureau1-0/+1
2016-03-11qemu-char: avoid potential double-freeMarc-André Lureau1-0/+1
2016-03-11vhost-user: remove useless is_server fieldMarc-André Lureau1-2/+0
2016-03-11vhost-user: fix use after freeMarc-André Lureau1-1/+6
2016-03-11nvdimm acpi: emulate dsm methodXiao Guangrong2-0/+64
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 Guangrong8-16/+78
2016-03-11pci-ids: add virtio 1.0 ids to specGerd Hoffmann1-7/+17
2016-03-11acpi-test-data: add _DIS methodsMichael S. Tsirkin2-0/+0
2016-03-11hw/acpi: fix Q35 support for legacy Windows OSMarcel Apfelbaum1-0/+6
2016-03-11ich9lpc: fix typoCao jin2-19/+20
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin13-16/+29
2016-03-11virtio-pci: call pci reset variant when guest requests reset.Gerd Hoffmann1-7/+4
2016-03-11i386: update expected DSDTMichael S. Tsirkin4-0/+0
2016-03-11i386: populate floppy drive information in DSDTRoman Kagan1-3/+66
2016-03-11fdc: add function to determine drive chs limitsRoman Kagan2-0/+25
2016-03-11i386: expose floppy drive CMOS typeRoman Kagan2-1/+2
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-11vhost-user: verify that number of queues is less than MAX_QUEUE_NUMIlya Maximets1-2/+3
2016-03-11virtio-balloon: add 'available' counterDenis V. Lunev2-1/+3
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. Tsirkin2-0/+31
2016-03-11acpi: allow using object as offset for OperationRegionXiao Guangrong3-18/+19
2016-03-11acpi: add aml_concatenate()Xiao Guangrong2-0/+8
2016-03-11acpi: add aml_create_field()Xiao Guangrong2-0/+16
2016-03-10Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160309-1' into st...Peter Maydell7-15/+458
2016-03-09ui/console: add escape sequence \e[5, 6nRen Kimura1-15/+41
2016-03-09Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell1-0/+1
2016-03-09Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.6-6...Peter Maydell4-11/+143
2016-03-09Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw-cfg-20160308-1' int...Peter Maydell11-4/+63
2016-03-09Merge remote-tracking branch 'remotes/amit-virtio-rng/tags/rng-for-2.6-2' int...Peter Maydell4-16/+19
2016-03-08MAINTAINERS: Add Samuel Thibault as slirp maintainerSamuel Thibault1-0/+1
2016-03-08cutils: add avx2 instruction optimizationLiang Li2-11/+121
2016-03-08configure: detect ifunc and avx2 attributeLiang Li1-0/+21
2016-03-08Postcopy: Fix sync count in info migrateDr. David Alan Gilbert1-0/+1