summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* socket: unlink unix socket on removeMarc-André Lureau2016-06-294-1/+30
* socket: add listen featureMarc-André Lureau2016-06-292-0/+8
* char: clean up remaining chardevs when leavingMarc-André Lureau2016-06-291-0/+11
* vhost-user: disable chardev handlers on closePaolo Bonzini2016-06-291-0/+5
* vhost-user-test: fix g_cond_wait_until compat implementationPaolo Bonzini2016-06-292-15/+28
* vl: smp_parse: fix regressionAndrew Jones2016-06-291-0/+2
* ich9: implement SCI_IRQ_SEL registerPaolo Bonzini2016-06-292-10/+19
* ich9: implement ACPI_EN registerPaolo Bonzini2016-06-291-3/+12
* serial: reinstate watch after migrationPaolo Bonzini2016-06-291-2/+23
* serial: remove watch on resetPaolo Bonzini2016-06-292-4/+13
* char: change qemu_chr_fe_add_watch to return unsignedPaolo Bonzini2016-06-294-10/+25
* serial: separate serial_xmit and serial_watch_cbPaolo Bonzini2016-06-291-7/+11
* serial: simplify tsr_retry resetPaolo Bonzini2016-06-291-3/+1Star
* serial: make tsr_retry unsignedPaolo Bonzini2016-06-292-5/+9
* iscsi: fix assertion in is_sector_request_lun_alignedPeter Lieven2016-06-291-2/+3
* target-*: Don't redefine cpu_exec()Peter Crosthwaite2016-06-2920-53/+18Star
* pci-assign: Move "Invalid ROM" error message to pci-assign-load-rom.cLin Ma2016-06-292-4/+3Star
* vnc: generalize "VNC server running on ..." messagePaolo Bonzini2016-06-293-25/+12Star
* scsi: esp: fix migrationPaolo Bonzini2016-06-292-3/+7
* MC146818 RTC: add GPIO access to output IRQEfimov Vasily2016-06-291-2/+4
* isa: introduce wrapper isa_connect_gpio_outEfimov Vasily2016-06-292-0/+8
* ICH9 LPC: move call of isa_bus_irqs to 'realize' methodEfimov Vasily2016-06-292-3/+2Star
* ICH9 LPC: handle GSI as qdev GPIOEfimov Vasily2016-06-293-2/+11
* ich9: unify pic and ioapic IRQ vectorsPaolo Bonzini2016-06-293-6/+4Star
* ich9: clean up ich9_lpc_update_pic/ich9_lpc_update_apic and callersPaolo Bonzini2016-06-291-23/+17Star
* ich9: call ich9_lpc_update_pic for disabled pirqsPaolo Bonzini2016-06-291-3/+0Star
* ICH9 SMB: make TYPE_ICH9_SMB_DEVICE macro publicEfimov Vasily2016-06-292-1/+2
* port92: handle A20 IRQ as GPIOEfimov Vasily2016-06-292-5/+7
* pckbd: handle A20 IRQ as GPIOEfimov Vasily2016-06-292-14/+8Star
* pc_q35: configure Q35 instance using propertiesEfimov Vasily2016-06-291-6/+12
* Q35: implement property interfece to several parametersEfimov Vasily2016-06-293-2/+29
* pflash: make TYPE_CFI_PFLASH0{1,2} macros publicEfimov Vasily2016-06-293-2/+3
* vmport: identify vmport type by macro TYPE_VMPORTEfimov Vasily2016-06-292-2/+2
* pcspk: convert "pit" property type from ptr to linkEfimov Vasily2016-06-292-3/+8
* ide: move headers to include folderEfimov Vasily2016-06-294-1/+1
* pc: acpi: drop intermediate PCMachineState.node_cpuIgor Mammedov2016-06-243-19/+9Star
* acpi-test-data: update expectedMichael S. Tsirkin2016-06-246-0/+0
* pc: use new CPU hotplug interface since 2.7 machine typeIgor Mammedov2016-06-2410-2/+118
* acpi: cpuhp: add cpu._OST handlingIgor Mammedov2016-06-246-1/+96
* acpi: cpuhp: implement hot-remove parts of CPU hotplug interfaceIgor Mammedov2016-06-246-5/+158
* acpi: cpuhp: implement hot-add parts of CPU hotplug interfaceIgor Mammedov2016-06-243-2/+157
* pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hookIgor Mammedov2016-06-247-18/+49
* acpi: cpuhp: add CPU devices AML with _STA methodIgor Mammedov2016-06-247-6/+313
* pc: piix4/ich9: add 'cpu-hotplug-legacy' propertyIgor Mammedov2016-06-243-2/+46
* docs: update ACPI CPU hotplug spec with new protocolIgor Mammedov2016-06-241-12/+82
* i386: pci-assign: Fix MSI-X table sizeIdo Yariv2016-06-241-7/+7
* docs: add NVDIMM ACPI documentationXiao Guangrong2016-06-241-0/+132
* nvdimm acpi: support Set Namespace Label Data functionXiao Guangrong2016-06-241-1/+43
* nvdimm acpi: support Get Namespace Label Data functionXiao Guangrong2016-06-241-1/+82
* nvdimm acpi: support Get Namespace Label Size functionXiao Guangrong2016-06-241-3/+127