summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-01-27Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell16-94/+250
2015-01-27pc-dimm: Add Error argument to pc_existing_dimms_capacityBharata B Rao2-12/+24
2015-01-27pc-dimm: Make pc_existing_dimms_capacity globalBharata B Rao2-24/+25
2015-01-27pc: Fix DIMMs capacity calculationBharata B Rao1-16/+10
2015-01-27smbios: Don't report unknown CPU speed (fix SVVP regression)Eduardo Habkost1-2/+3
2015-01-27smbios: Fix dimm size calculation when RAM is multiple of 16GBEduardo Habkost1-1/+2
2015-01-27bios-linker-loader: move source to common locationMichael S. Tsirkin3-1/+1
2015-01-27bios-linker-loader: move header to common locationMichael S. Tsirkin3-29/+2
2015-01-27virtio: fix feature bit checksCornelia Huck2-3/+3
2015-01-27acpi: build_append_nameseg(): add padding if necessaryIgor Mammedov1-5/+10
2015-01-27acpi: update generated hex filesMichael S. Tsirkin2-15/+73
2015-01-26pc: acpi: fix WindowsXP BSOD when memory hotplug is enabledIgor Mammedov1-0/+1
2015-01-26pci: Split pcie_host_mmcfg_map()Alexander Graf1-2/+7
2015-01-26Add some trace calls to pci.c.Don Koch1-0/+9
2015-01-26ich9: add disable_s3, disable_s4, s4_val propertiesAmit Shah1-1/+97
2015-01-26Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell31-40/+461
2015-01-26target-i386: Disable HLE and RTM on Haswell & BroadwellEduardo Habkost2-0/+8
2015-01-26apic: do not dereference pointer before it is checked for NULLPaolo Bonzini1-3/+5
2015-01-26hw: misc, add educational driverJiri Slaby2-0/+409
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini25-28/+28
2015-01-26multiboot: Fix offset of bootloader nameKevin Wolf1-7/+9
2015-01-26pc: fix KVM features in pc-1.3 and earlier machine typesPaolo Bonzini1-2/+2
2015-01-23virtio-blk: Use blk_aio_ioctlFam Zheng1-46/+79
2015-01-23virtio-blk: Pass req to virtio_blk_handle_scsi_reqFam Zheng1-4/+5
2015-01-22Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20150122-1' into...Peter Maydell1-2/+2
2015-01-22hw/input/hid.c Fix capslock hid codeDinar Valeev1-1/+1
2015-01-22hid: handle full ptr queues in post_loadGerd Hoffmann1-0/+21
2015-01-22sb16: fix interrupt acknowledgementPaolo Bonzini1-2/+2
2015-01-20Add device listener interfacePaul Durrant1-0/+53
2015-01-19ui: Add dpy_gfx_check_format() to check backend shared surface supportBenjamin Herrenschmidt1-4/+14
2015-01-16fw_cfg: fix endianness in fw_cfg_data_mem_read() / _write()Laszlo Ersek1-34/+7
2015-01-15blizzard: do not depend on VGA internalsPaolo Bonzini1-1/+0
2015-01-15vt82c686: avoid out-of-bounds readPaolo Bonzini1-1/+1
2015-01-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-24/+17
2015-01-14scsi: fix cancellation when I/O was completed but DMA was not.Paolo Bonzini1-0/+2
2015-01-14hw/scsi/lsi53c895a: add support for additional diag / debug registersPeter Lieven1-0/+6
2015-01-13Merge remote-tracking branch 'remotes/sstabellini/xen-2015-01-13' into stagingPeter Maydell1-1/+1
2015-01-13NVMe: Set correct VS Value for 1.1 Compliant ControllersAnubhav Rakshit1-1/+1
2015-01-13nvme: Fix get/set number of queues featureAlex Friedman1-2/+4
2015-01-13ide: Implement VPD response for ATAPIJohn Snow2-12/+100
2015-01-13block: Split BLOCK_OP_TYPE_COMMIT to BLOCK_OP_TYPE_COMMIT_{SOURCE, TARGET}Fam Zheng1-1/+2
2015-01-13xen-pt: Fix PCI devices re-attach failedLiang Li1-1/+1
2015-01-12Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell28-216/+11
2015-01-12hw/net/xen_nic.c: Set 'netdev->mac' to NULL after free itChen Gang1-0/+1
2015-01-12hw/net/xen_nic.c: Need free 'netdev->nic' in net_free() instead of net_discon...Chen Gang1-4/+4
2015-01-12hw/net/xen_nic.c: Free 'netdev->txs' when map 'netdev->rxs' failsChen Gang1-1/+6
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini27-211/+0
2015-01-12s390: implement pci instructionsFrank Blaschka3-1/+1100
2015-01-12s390: Add PCI bus supportFrank Blaschka7-1/+865
2015-01-12s390x/ccw: fix oddity in machine class initCornelia Huck1-1/+1