summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-29vhost: use error_report() instead of fprintf(stderr,...)Marc-André Lureau1-10/+9
2016-07-29vhost: add missing VHOST_OPS_DEBUGMarc-André Lureau1-2/+15
2016-07-29vhost: do not assert() on vhost_ops failureMarc-André Lureau1-17/+32
2016-07-29vhost: fix calling vhost_dev_cleanup() after vhost_dev_init()Marc-André Lureau1-11/+6
2016-07-29vhost-net: always call vhost_dev_cleanup() on failureMarc-André Lureau1-3/+3
2016-07-29vhost: make vhost_dev_cleanup() idempotentMarc-André Lureau1-1/+6
2016-07-29vhost: fix cleanup on not fully initialized deviceMarc-André Lureau1-3/+6
2016-07-29vhost: assert the log was cleaned upMarc-André Lureau1-0/+1
2016-07-29vhost: make vhost_log_put() idempotentMarc-André Lureau1-5/+2
2016-07-29vhost: don't assume opaque is a fd, use backend cleanupMarc-André Lureau1-9/+7
2016-07-29vhost-user: disconnect on HUPMarc-André Lureau1-5/+1
2016-07-29vhost-user: minor simplificationMarc-André Lureau1-2/+1
2016-07-29misc: indentationMarc-André Lureau1-1/+1
2016-07-29virtio: check vring descriptor buffer lengthPrasad J Pandit1-0/+5
2016-07-29hw/virtio-pci: fix virtio behaviourMarcel Apfelbaum5-26/+45
2016-07-29apb: convert init to realizeWei Jiangang1-3/+2
2016-07-29hw/pci-bridge: Convert pxb initialization functions to ErrorWei Jiangang1-27/+25
2016-07-29hw/apci: handle 64-bit MMIO regions correctlyMarcel Apfelbaum1-9/+45
2016-07-29acpi: refactor pxb crs computationMarcel Apfelbaum1-31/+50
2016-07-29hw/acpi: fix a DSDT table issue when a pxb is present.Marcel Apfelbaum1-0/+4
2016-07-29hw/pxb: declare pxb devices as not hot-pluggableMarcel Apfelbaum1-0/+2
2016-07-29hw/pcie-root-port: Fix PCIe root port initializationMarcel Apfelbaum1-0/+1
2016-07-29pcie: fix link active status bit migrationMichael S. Tsirkin4-6/+27
2016-07-28target-mips: fix EntryHi.EHINV being cleared on TLB exceptionLeon Alrae1-0/+1
2016-07-28hw/mips_malta: Fix YAMON API print routinePaul Burton1-1/+1
2016-07-27Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell12-97/+47
2016-07-27Merge remote-tracking branch 'remotes/stefanha/tags/CVE-2016-5403-virtio-unbo...Peter Maydell1-0/+5
2016-07-27Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2-5/+11
2016-07-27vl: exit if a bad property value is passed to -globalGreg Kurz1-0/+1
2016-07-27qdev: ignore GlobalProperty.errp for hotplugged devicesGreg Kurz2-3/+5
2016-07-27machine: Add comment to abort path in machine_set_kernel_irqchipGreg Kurz1-0/+3
2016-07-27virtio: error out if guest exceeds virtqueue sizeStefan Hajnoczi1-0/+5
2016-07-26mirror: double performance of the bulk stage if the disc is fullVladimir Sementsov-Ogievskiy1-2/+8
2016-07-26block/gluster: fix doc in the qapi schema and member namePrasanna Kumar Kalever1-3/+3
2016-07-26Revert "pc: Enforce adding CPUs contiguously and removing them in opposite or...Igor Mammedov1-34/+0
2016-07-26pc: Init CPUState->cpu_index with index in possible_cpus[]Igor Mammedov1-0/+4
2016-07-26qdev: Fix object reference leak in case device.realize() failsIgor Mammedov1-1/+7
2016-07-26exec: Set cpu_index only if it's not been explictly setIgor Mammedov3-39/+9
2016-07-26exec: Don't use cpu_index to detect if cpu_exec_init()'s been calledIgor Mammedov1-2/+3
2016-07-26exec: Reduce CONFIG_USER_ONLY ifdeffeneryIgor Mammedov4-18/+15
2016-07-26Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2016-07-26' in...Peter Maydell13-37/+290
2016-07-26iotest: fix python based IO testsDaniel P. Berrange3-33/+42
2016-07-26block: export LUKS specific data to qemu-img infoDaniel P. Berrange2-1/+54
2016-07-26crypto: add support for querying parameters for block encryptionDaniel P. Berrange5-0/+191
2016-07-26AioContext: correct commentsCao jin1-1/+1
2016-07-26qcow2: do not allocate extra memoryVladimir Sementsov-Ogievskiy2-2/+2
2016-07-26Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160726' into...Peter Maydell5-42/+55
2016-07-26Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2016-07-25-tag' in...Peter Maydell3-26/+20
2016-07-25configure: mark qemu-ga VSS includes as system headersMichael Roth1-3/+3
2016-07-25tests: use static qga config fileMarc-André Lureau2-23/+12