summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-25Update version for v2.1.2 releasev2.1.2Michael Roth1-1/+1
2014-09-24slirp: udp: fix NULL pointer dereference because of uninitialized socketPetr Matousek1-1/+1
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-23Revert "rng-egd: remove redundant free"Eduardo Habkost1-0/+1
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 Kurz4-25/+33
2014-09-10Update version for v2.1.1 releasev2.1.1Michael Roth1-1/+1
2014-09-10target-i386: Support migratable=no properlyEduardo Habkost2-8/+16
2014-09-10exec: Save CPUState::exception_index fieldPavel Dovgaluk1-0/+35
2014-09-10pty: Fix byte loss bug when connecting to ptySebastian Tanase1-1/+3
2014-09-10spice: make sure we don't overflow ssd->bufGerd Hoffmann1-5/+15
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-10net: complete all queued packets on VM stopMichael S. Tsirkin1-1/+32
2014-09-10net: invoke callback when purging queueMichael S. Tsirkin1-0/+3
2014-09-10virtio: don't call device on !vm_runningMichael S. Tsirkin1-1/+8
2014-09-10net: Forbid dealing with packets when VM is not runningzhanghailiang1-0/+7
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-10target-arm: Correct Cortex-A57 ISAR5 and AA64ISAR0 ID register valuesPeter Maydell1-1/+2
2014-09-10target-arm: Fix regression that disabled VFP for ARMv5 CPUsPeter Maydell1-1/+8
2014-09-10x86: Clear MTRRs on vCPU resetAlex Williamson1-0/+10
2014-09-10x86: kvm: Add MTRR support for kvm_get|put_msrs()Alex Williamson2-2/+101
2014-09-10x86: Use common variable range MTRR countsAlex Williamson2-2/+2
2014-09-10target-i386: Don't forbid NX bit on PAE PDEs and PTEsWilliam Grant1-2/+2
2014-09-10vl: process -object after other backend optionsPaolo Bonzini1-5/+5
2014-09-10spapr_pci: map the MSI window in each PHBGreg Kurz4-33/+25
2014-09-08thread-pool: avoid deadlock in nested aio_poll() callsStefan Hajnoczi1-0/+6
2014-09-08thread-pool: avoid per-thread-pool EventNotifierStefan Hajnoczi1-13/+8
2014-09-08pc: reserve more memory for ACPI for new machine typesMichael S. Tsirkin4-3/+13
2014-09-08pcihp: fix possible array out of boundsGonglei1-1/+1
2014-09-08hostmem: set MPOL_MF_MOVEMichael S. Tsirkin1-1/+1
2014-09-08vmxnet3: Pad short frames to minimum size (60 bytes)Ben Draper1-0/+10
2014-09-08blkdebug: Delete BH in bdrv_aio_cancelFam Zheng1-0/+4
2014-09-08qemu-iotests: add test case 101 for short file I/OStefan Hajnoczi3-0/+69
2014-09-08raw-posix: fix O_DIRECT short readsStefan Hajnoczi1-0/+9
2014-09-08block/iscsi: fix memory corruption on iscsi resizePeter Lieven1-1/+2
2014-09-08arm/virt: Use PSCI v0.2 function IDs in the DT when KVM uses PSCI v0.2Christoffer Dall2-5/+53
2014-09-08target-arm: Rename QEMU PSCI v0.1 definitionsChristoffer Dall2-15/+15
2014-09-08target-arm: Fix return address for A64 BRK instructionsPeter Maydell1-1/+1
2014-09-08virtio-blk: fix reference a pointer which might be freedzhanghailiang1-1/+2
2014-09-08acpi: align RSDPMichael S. Tsirkin1-1/+1