summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-11Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20160411-1' into s...Peter Maydell4-4/+21
2016-04-11virtio-gpu: block live migrationGerd Hoffmann1-0/+7
2016-04-11ui/virtio-gpu: add and use qemu_create_displaysurface_pixmanGerd Hoffmann4-4/+14
2016-04-08Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160408' into stagingPeter Maydell1-8/+3
2016-04-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell25-92/+352
2016-04-08Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160408' into...Peter Maydell1-2/+5
2016-04-08Merge remote-tracking branch 'remotes/xtensa/tags/20160408-xtensa' into stagingPeter Maydell1-1/+1
2016-04-08Merge remote-tracking branch 'remotes/weil/tags/pull-tci-20160407' into stagingPeter Maydell1-19/+22
2016-04-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell13-51/+99
2016-04-08hw/mips_itu: fix off-by-one reported by CoverityLeon Alrae1-8/+3
2016-04-08spapr: Fix ibm,lrdr-capacityBharata B Rao1-2/+5
2016-04-08target-i386: check for PKU even for non-writable pagesPaolo Bonzini1-8/+10
2016-04-08tests: ignore test-loggingChanglong Xie1-0/+1
2016-04-08translate-all: add missing fold of tb_ctx into tcg_ctxEmilio G. Cota1-1/+2
2016-04-08hostmem-file: fix memory leakGonglei1-1/+4
2016-04-08spapr: fix possible Negative array index readGonglei1-0/+4
2016-04-08nbd: do not hang nbd_wr_syncv if outside a coroutine and no available dataPaolo Bonzini1-1/+4
2016-04-08nbd: Don't kill server when client requests unknown optionEric Blake1-1/+4
2016-04-08nbd: Fix NBD unsupported optionsAlex Bligh1-10/+45
2016-04-08qemu-nbd: Document -x optionEric Blake1-0/+1
2016-04-08nbd: Improve debug traces on little-endianEric Blake2-6/+7
2016-04-08nbd: Avoid bitrot in TRACE() usageEric Blake1-6/+9
2016-04-08nbd: Return correct error for write to read-only exportEric Blake1-0/+1
2016-04-08docs: fix typo in memory.txtWei Jiangang1-4/+4
2016-04-08hw/timer: Revert "hpet: inverse polarity when pin above ISA_NUM_IRQS"Bill Paul1-12/+2
2016-04-08ps2kbd: default to scancode_set 2, as with KBD_CMD_RESETHervé Poussineau1-1/+1
2016-04-07Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2016-04-07-tag' in...Peter Maydell2-2/+6
2016-04-07tci: Fix build regressionStefan Weil1-19/+22
2016-04-07hw/pci-bridge: Add missing unref in case register-bus failsWei Jiangang1-1/+7
2016-04-07virtio: merge virtio_queue_aio_set_host_notifier_handler with virtio_queue_se...Paolo Bonzini4-28/+14
2016-04-07virtio-scsi: use aio handler for data planePaolo Bonzini3-28/+86
2016-04-07virtio-blk: use aio handler for data planeMichael S. Tsirkin3-10/+32
2016-04-07virtio: add aio handlerMichael S. Tsirkin2-4/+35
2016-04-07virtio-scsi: fix disabled modePaolo Bonzini2-3/+2
2016-04-07virtio-blk: fix disabled modePaolo Bonzini3-5/+5
2016-04-07virtio: make virtio_queue_notify_vq staticPaolo Bonzini2-2/+1
2016-04-07tests/bios-tables-test: fix assertMarcel Apfelbaum1-1/+1
2016-04-07virtio-balloon: reset the statistic timer to load devicePavel Butsykin1-0/+4
2016-04-07Migration: Add i82801b11 migration dataDr. David Alan Gilbert1-0/+9
2016-04-07Sort the fw_cfg file listGerd Hoffmann10-12/+164
2016-04-07xen: piix reuse pci generic class init functionMichael S. Tsirkin1-13/+1
2016-04-07pci-testdev: fast mmio supportMichael S. Tsirkin1-1/+6
2016-04-07acpi: Add missing GCC_FMT_ATTRStefan Weil1-1/+2
2016-04-07qga: Workaround for console redirection from non-interactive qemu-ga serviceYuri Pudgorodskiy1-2/+2
2016-04-07qga: fix fd leak with guest-exec i/o channelsYuriy Pudgorodskiy1-0/+4
2016-04-07Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell5-11/+50
2016-04-07slirp: handle deferred ECONNREFUSED on non-blocking TCP socketsSteven Luo2-1/+7
2016-04-07slirp: Propagate host TCP RST to the guest.Edgar E. Iglesias1-1/+16
2016-04-07Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell4-46/+35
2016-04-07slirp: avoid use-after-free in slirp_pollfds_poll() if soread() returns an errorSteven Luo3-8/+23