summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-01-06smbios: Fix assertion on socket count calculationEduardo Habkost1-1/+1
2015-01-06pc-dimm: Don't check dimm->node when there is non-NUMA configzhanghailiang1-1/+1
2015-01-06ivshmem: Fix fd leak on errorAndreas Färber1-0/+1
2015-01-06ivshmem: Fix potential OOB r/w accessSebastian Krahmer1-4/+23
2015-01-06ivshmem: validate incoming_posn value from serverStefan Hajnoczi1-0/+8
2015-01-06ivshmem: Check ivshmem_read() size argumentStefan Hajnoczi1-2/+28
2015-01-05vhost-user: fix VIRTIO_NET_F_MRG_RXBUF negotiationDamjan Marion1-4/+4
2015-01-05virtio-balloon: fix integer overflow in memory stats featureLuiz Capitulino1-1/+6
2014-12-24hw/arm/virt: fix pl011 and pl031 irq flagsPeter Maydell1-2/+2
2014-12-24spapr_pci: map the MSI window in each PHBGreg Kurz2-30/+24
2014-12-24virtio-pci: enable bus master for old guestsMichael S. Tsirkin1-0/+10
2014-12-24pci: Use bus master address space for delivering MSI/MSI-X messagesJan Kiszka2-2/+2
2014-12-24kvmclock: Add comment explaining why we need cpu_clean_all_dirty()Eduardo Habkost1-0/+14
2014-12-24kvmclock: Ensure time in migration never goes backwardAlexander Graf1-0/+49
2014-12-24kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calculationMarcelo Tosatti1-0/+4
2014-12-24xhci PCIe endpoint migration compatibility fixDr. David Alan Gilbert1-1/+5
2014-12-24qdev: Add cleanup logic in device_set_realized() to avoid resource leakGonglei1-14/+38
2014-12-24qdev: Use NULL instead of local_err for qbus_child unrealizeGonglei1-7/+7
2014-09-23pc: leave more space for BIOS allocationsMichael S. Tsirkin1-2/+4
2014-09-23Revert "virtio: don't call device on !vm_running"Michael S. Tsirkin1-8/+1
2014-09-23virtio-net: drop assert on vm stopMichael S. Tsirkin1-2/+0
2014-09-23hw/machine: Free old values of string propertiesEduardo Habkost1-0/+8
2014-09-23Revert "spapr_pci: map the MSI window in each PHB"Greg Kurz2-24/+30
2014-09-10vbe: rework sanity checksGerd Hoffmann1-59/+95
2014-09-10vbe: make bochs dispi interface return the correct memory size with qxlGerd Hoffmann3-2/+7
2014-09-10virtio-net: purge outstanding packets when starting vhostMichael S. Tsirkin1-1/+14
2014-09-10virtio: don't call device on !vm_runningMichael S. Tsirkin1-1/+8
2014-09-10acpi-build: Set FORCE_APIC_CLUSTER_MODEL bit for FADT flagszhanghailiang1-0/+6
2014-09-10vhost-scsi: init backend features earlierMichael S. Tsirkin1-1/+1
2014-09-10vhost_net: init acked_features to backend_featuresJason Wang1-0/+1
2014-09-10vhost_net: start/stop guest notifiers properlyJason Wang2-16/+27
2014-09-10pci: avoid losing config updates to MSI/MSIX cap regsKnut Omang1-3/+4
2014-09-10virtio-net: don't run bh on vm stoppedMichael S. Tsirkin1-2/+12
2014-09-10qxl-render: add more sanity checksGerd Hoffmann1-1/+3
2014-09-10spapr_pci: map the MSI window in each PHBGreg Kurz2-30/+24
2014-09-08pc: reserve more memory for ACPI for new machine typesMichael S. Tsirkin3-3/+11
2014-09-08pcihp: fix possible array out of boundsGonglei1-1/+1
2014-09-08vmxnet3: Pad short frames to minimum size (60 bytes)Ben Draper1-0/+10
2014-09-08arm/virt: Use PSCI v0.2 function IDs in the DT when KVM uses PSCI v0.2Christoffer Dall1-5/+26
2014-09-08target-arm: Rename QEMU PSCI v0.1 definitionsChristoffer Dall1-4/+4
2014-09-08virtio-blk: fix reference a pointer which might be freedzhanghailiang1-1/+2
2014-09-08acpi: align RSDPMichael S. Tsirkin1-1/+1
2014-09-08pc-dimm: fix up error messageMichael S. Tsirkin1-2/+3
2014-09-08pc-dimm: validate node propertyHu Tao1-0/+5
2014-09-08hw:i386: typo fix: MEMORY_HOPTLUG_DEVICE -> MEMORY_HOTPLUG_DEVICEHu Tao5-17/+17
2014-08-26ide: only constrain read/write requests to drive size, not other typesMichael Tokarev1-1/+2
2014-08-26vfio: Fix MSI-X vector expansionAlex Williamson1-9/+29
2014-07-29hw/arm/virt: fix pl031 addr typoAndrew Jones1-1/+1
2014-07-29piix: set legacy table size for 1.7Michael S. Tsirkin1-0/+1
2014-07-29acpi-build: tweak acpi migration limitsMichael S. Tsirkin1-7/+9