summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-01-2716-94/+250
|\
| * pc-dimm: Add Error argument to pc_existing_dimms_capacityBharata B Rao2015-01-272-12/+24
| * pc-dimm: Make pc_existing_dimms_capacity globalBharata B Rao2015-01-272-24/+25
| * pc: Fix DIMMs capacity calculationBharata B Rao2015-01-271-16/+10
| * smbios: Don't report unknown CPU speed (fix SVVP regression)Eduardo Habkost2015-01-271-2/+3
| * smbios: Fix dimm size calculation when RAM is multiple of 16GBEduardo Habkost2015-01-271-1/+2
| * bios-linker-loader: move source to common locationMichael S. Tsirkin2015-01-273-1/+1
| * bios-linker-loader: move header to common locationMichael S. Tsirkin2015-01-273-29/+2
| * virtio: fix feature bit checksCornelia Huck2015-01-272-3/+3
| * acpi: build_append_nameseg(): add padding if necessaryIgor Mammedov2015-01-271-5/+10
| * acpi: update generated hex filesMichael S. Tsirkin2015-01-272-15/+73
| * pc: acpi: fix WindowsXP BSOD when memory hotplug is enabledIgor Mammedov2015-01-261-0/+1
| * pci: Split pcie_host_mmcfg_map()Alexander Graf2015-01-261-2/+7
| * Add some trace calls to pci.c.Don Koch2015-01-261-0/+9
| * ich9: add disable_s3, disable_s4, s4_val propertiesAmit Shah2015-01-261-1/+97
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-01-2631-40/+461
|\ \
| * | target-i386: Disable HLE and RTM on Haswell & BroadwellEduardo Habkost2015-01-262-0/+8
| * | apic: do not dereference pointer before it is checked for NULLPaolo Bonzini2015-01-261-3/+5
| * | hw: misc, add educational driverJiri Slaby2015-01-262-0/+409
| * | vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-2625-28/+28
| * | multiboot: Fix offset of bootloader nameKevin Wolf2015-01-261-7/+9
| * | pc: fix KVM features in pc-1.3 and earlier machine typesPaolo Bonzini2015-01-261-2/+2
* | | virtio-blk: Use blk_aio_ioctlFam Zheng2015-01-231-46/+79
* | | virtio-blk: Pass req to virtio_blk_handle_scsi_reqFam Zheng2015-01-231-4/+5
|/ /
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20150122-1' into...Peter Maydell2015-01-221-2/+2
|\ \
| * | sb16: fix interrupt acknowledgementPaolo Bonzini2015-01-221-2/+2
* | | hw/input/hid.c Fix capslock hid codeDinar Valeev2015-01-221-1/+1
* | | hid: handle full ptr queues in post_loadGerd Hoffmann2015-01-221-0/+21
|/ /
* | Add device listener interfacePaul Durrant2015-01-201-0/+53
* | ui: Add dpy_gfx_check_format() to check backend shared surface supportBenjamin Herrenschmidt2015-01-191-4/+14
|/
* fw_cfg: fix endianness in fw_cfg_data_mem_read() / _write()Laszlo Ersek2015-01-161-34/+7
* blizzard: do not depend on VGA internalsPaolo Bonzini2015-01-151-1/+0
* vt82c686: avoid out-of-bounds readPaolo Bonzini2015-01-151-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-01-144-24/+17
|\
| * scsi: fix cancellation when I/O was completed but DMA was not.Paolo Bonzini2015-01-141-0/+2
| * hw/scsi/lsi53c895a: add support for additional diag / debug registersPeter Lieven2015-01-141-0/+6
| * 9pfs: changed to use event_notifier instead of qemu_pipeSeokYeon Hwang2015-01-092-24/+9
* | Merge remote-tracking branch 'remotes/sstabellini/xen-2015-01-13' into stagingPeter Maydell2015-01-131-1/+1
|\ \
| * | xen-pt: Fix PCI devices re-attach failedLiang Li2015-01-131-1/+1
* | | NVMe: Set correct VS Value for 1.1 Compliant ControllersAnubhav Rakshit2015-01-131-1/+1
* | | nvme: Fix get/set number of queues featureAlex Friedman2015-01-131-2/+4
* | | ide: Implement VPD response for ATAPIJohn Snow2015-01-132-12/+100
* | | block: Split BLOCK_OP_TYPE_COMMIT to BLOCK_OP_TYPE_COMMIT_{SOURCE, TARGET}Fam Zheng2015-01-131-1/+2
|/ /
* | Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell2015-01-1228-216/+11
|\ \
| * | hw/net/xen_nic.c: Set 'netdev->mac' to NULL after free itChen Gang2015-01-121-0/+1
| * | hw/net/xen_nic.c: Need free 'netdev->nic' in net_free() instead of net_discon...Chen Gang2015-01-121-4/+4
| * | hw/net/xen_nic.c: Free 'netdev->txs' when map 'netdev->rxs' failsChen Gang2015-01-121-1/+6
| * | net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini2015-01-1227-211/+0
* | | s390: implement pci instructionsFrank Blaschka2015-01-123-1/+1100
* | | s390: Add PCI bus supportFrank Blaschka2015-01-127-1/+865
OpenPOWER on IntegriCloud