summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-29pc: future-proof migration-compatibility of ACPI tablesPaolo Bonzini1-1/+9
2014-07-29acpi-build: minor code cleanupMichael S. Tsirkin1-6/+12
2014-07-29pc: acpi: generate AML only for PCI0 devices if PCI bridge hotplug is disabledIgor Mammedov1-5/+21
2014-07-28pc: hack for migration compatibility from QEMU 2.0Paolo Bonzini3-4/+77
2014-07-28acpi-dsdt: procedurally generate _PRTPaolo Bonzini2-1832/+128
2014-07-23usb: mtp: tag root property as experimentalGerd Hoffmann1-1/+1
2014-07-22hw/misc/imx_ccm.c: Add missing VMState list terminatorPeter Maydell1-0/+1
2014-07-22vmstate_xhci_event: fix unterminated field listLaszlo Ersek1-0/+1
2014-07-22Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell5-28/+52
2014-07-22ppc: fix -mem-path failureHu Tao5-28/+52
2014-07-22virtio-rng: Add human-readable error message for negative max-bytes parameterJohn Snow1-1/+7
2014-07-21machine: Replace underscores in machine's property namesMarcel Apfelbaum1-4/+4
2014-07-18Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-07-18' in...Peter Maydell3-3/+3
2014-07-18Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-52/+0
2014-07-18hw/usb: Add missing 'static' attributeStefan Weil1-1/+1
2014-07-18Fix new typos in comments (found by codespell)Stefan Weil2-2/+2
2014-07-18Revert "kvmclock: Ensure time in migration never goes backward"Paolo Bonzini1-48/+0
2014-07-18Revert "kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calc...Paolo Bonzini1-4/+0
2014-07-18Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-14/+9
2014-07-18vhost-user: minor cleanupsMichael S. Tsirkin1-1/+3
2014-07-18vhost-user: Fix VHOST_SET_MEM_TABLE processingNikolay Nikolaev1-1/+3
2014-07-17cadence_uart: check for serial backend before using it.KONRAD Frederic1-4/+11