summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-29Update version for v2.4.0-rc3 releasev2.4.0-rc3Peter Maydell1-1/+1
2015-07-29Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell3-3/+31
2015-07-29AioContext: force event loop iteration using BHStefan Hajnoczi2-2/+17
2015-07-29AioContext: avoid leaking BHs on cleanupStefan Hajnoczi1-0/+13
2015-07-29virtio-blk-dataplane: delete bottom half before the AioContext is freedPaolo Bonzini1-1/+1
2015-07-28Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell2-34/+35
2015-07-28Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell16-29/+99
2015-07-28Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150728' into stagingPeter Maydell4-35/+33
2015-07-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-19/+31
2015-07-28Merge remote-tracking branch 'remotes/cody/tags/jtc-for-upstream-pull-request...Peter Maydell2-82/+72
2015-07-28xen: Drop net_rx_okFam Zheng1-24/+1
2015-07-28Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-07-2...Peter Maydell10-12/+124
2015-07-28hw/net: handle flow control in mcf_fec driver receiverGreg Ungerer1-10/+34
2015-07-28net/dp8393x: do not use memory_region_init_rom_device with NULLHervé Poussineau1-2/+8
2015-07-28net/dp8393x: remove check of runt packetsHervé Poussineau1-5/+0
2015-07-28net/dp8393x: disable user creationHervé Poussineau1-0/+2
2015-07-28Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell5-4/+74
2015-07-28target-mips: fix offset calculation for InterruptsYongbok Kim2-27/+21
2015-07-28target-mips: fix passing incompatible pointer type in machine.cLeon Alrae1-1/+2
2015-07-28block/ssh: Avoid segfault if inet_connect doesn't set errno.Richard W.M. Jones1-1/+1
2015-07-28sheepdog: serialize requests to overwrapping areaHitoshi Mitake1-81/+71
2015-07-27memory: do not add a reference to the owner of aliased regionsPaolo Bonzini1-7/+0
2015-07-27megasas: Add write function to handle write access to PCI BAR 3Salva Peiró1-0/+7
2015-07-27virtio: minor cleanupMichael S. Tsirkin1-1/+0
2015-07-27acpi: fix pvpanic device is not shown in uiGal Hammer1-2/+2
2015-07-27gdbstub: Set current CPU on interruptionsJan Kiszka1-0/+1
2015-07-27qapi: add missing @Marc-André Lureau1-1/+1
2015-07-27Fix Cortex-A9 global timerJohannes Schlatow1-1/+1
2015-07-27gitignore: Ignore shader generated filesMichal Privoznik1-0/+2
2015-07-27vmstate: remove unused declarationMarc-André Lureau1-3/+0
2015-07-27make: Clean build messagesStefan Weil2-3/+3
2015-07-27qemu-common.h: Document cutils.c string functionsPeter Maydell1-1/+113
2015-07-27device_tree: Fix a typoKamalesh Babulal1-1/+1
2015-07-27hw/acpi/ich9: clean up stale comment about KVM not supporting SMMLaszlo Ersek1-2/+1
2015-07-27hw/acpi/ich9: clear smi_en on resetLaszlo Ersek1-0/+1
2015-07-27Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150727' into stagingPeter Maydell1-0/+4
2015-07-27main-loop: fix qemu_notify_event for aio_notify optimizationPaolo Bonzini1-1/+10
2015-07-27block: qemu-iotests - add check for multiplication overflow in vpcJeff Cody4-0/+60
2015-07-27block: vpc - prevent overflow if max_table_entries >= 0x40000000Jeff Cody1-4/+14
2015-07-27configure: Work around broken static pkg-config info for Ubuntu gnutlsPeter Maydell1-1/+17
2015-07-27virtio-blk: only clear VIRTIO_F_ANY_LAYOUT for legacy deviceJason Wang1-1/+1
2015-07-27virtio-blk: fail get_features when both scsi and 1.0 were setJason Wang1-1/+9
2015-07-27virtio: get_features() can failJason Wang12-12/+24
2015-07-27virtio-pci: fix memory MR cleanup for modernMichael S. Tsirkin1-0/+15
2015-07-27tcg: mark temps as mem_coherent = 0 for mov with a constantAurelien Jarno1-0/+1
2015-07-27tcg: correctly mark dead inputs for mov with a constantAurelien Jarno1-0/+3
2015-07-27Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell19-143/+210
2015-07-27axienet: Flush queued packets when rx is doneFam Zheng1-4/+13
2015-07-27dp8393x: Flush packets when link comes upFam Zheng1-0/+8
2015-07-27stellaris_enet: Flush queued packets when read doneFam Zheng1-9/+5