summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-03x86: ioapic: add support for explicit EOIPeter Xu2-3/+23
2016-08-03x86: ioapic: ignore level irq during processingPeter Xu1-5/+9
2016-08-03apic: fix broken migration for kvm-apicIgor Mammedov1-1/+1
2016-08-03fw_cfg: Make base type "fw_cfg" abstractMarkus Armbruster1-0/+1
2016-08-03block: Cater to iscsi with non-power-of-2 discardEric Blake2-23/+29
2016-08-03osdep: Document differences in rounding macrosEric Blake1-1/+5
2016-08-03nbd: Limit nbdflags to 16 bitsEric Blake5-25/+25
2016-08-03nbd: Fix bad flag detection on serverEric Blake1-1/+2
2016-08-03i2c: fix migration regression introduced by broadcast supportIgor Mammedov1-3/+7
2016-08-03mptsas: really fix migration compatibilityPaolo Bonzini2-1/+5
2016-08-03qdist: return "(empty)" instead of NULL when printing an empty distEmilio G. Cota2-4/+12
2016-08-03qdist: use g_renew and g_new instead of g_realloc and g_malloc.Emilio G. Cota1-4/+3
2016-08-02qdist: fix memory leak during binningEmilio G. Cota1-1/+1
2016-08-02target-i386: fix typo in xsetbv implementationDave Hansen1-1/+1
2016-08-02qht: do not segfault when gathering stats from an uninitialized qhtEmilio G. Cota3-32/+49
2016-08-02util: Drop inet_listen()Cao jin2-30/+0
2016-08-02util: drop unix_nonblocking_connect()Cao jin2-19/+0
2016-08-02util: drop inet_nonblocking_connect()Cao jin2-33/+0
2016-08-02checkpatch: add check for bzeroPaolo Bonzini1-1/+4
2016-08-02fix qemu exit on memory hotplug when allocation fails at prealloc timeIgor Mammedov5-21/+37
2016-08-02numa: set the memory backend "is_mapped" fieldGreg Kurz1-0/+1
2016-08-02util/qht: Document memory ordering assumptionsPaolo Bonzini2-1/+11
2016-08-01MAINTAINERS: Update the Xilinx maintainersAlistair Francis1-16/+14
2016-08-01Fix bsd-user build errors after 8642c1b81e0418df066a7960a7426d85a923a253Sean Bruno1-2/+2
2016-07-29Update version for v2.7.0-rc1 releasev2.7.0-rc1Peter Maydell1-1/+1
2016-07-29avx2 configure: Disable if static buildAaron Lindsay1-7/+10
2016-07-29Unbreak FreeBSD build after optionrom update.Sean Bruno1-0/+4
2016-07-29optionrom: fix detection of -Wa,-32Paolo Bonzini2-1/+3
2016-07-29Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160729' into stagingPeter Maydell2-1/+2
2016-07-29Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160729' into...Peter Maydell5-48/+122
2016-07-29Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell24-252/+486
2016-07-29Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell1-0/+1
2016-07-29tests: add drive_del-test to ppc/ppc64Laurent Vivier2-1/+4
2016-07-29mptsas: Fix a migration compatible issueCao jin1-1/+1
2016-07-29vhost: do not update last avail idx on get_vring_base() failureMarc-André Lureau1-1/+2
2016-07-29spapr: Prevent boot CPU core removalBharata B Rao1-0/+5
2016-07-29ppc: Fix fault PC reporting for lve*/stve* VMX instructionsBenjamin Herrenschmidt1-10/+11
2016-07-29test: port postcopy test to ppc64lvivier@redhat.com2-19/+98
2016-07-29Revert "spapr: Ensure CPU cores are added contiguously and removed in LIFO or...David Gibson1-19/+1
2016-07-29spapr: init CPUState->cpu_index with index relative to core-idIgor Mammedov1-0/+4
2016-07-28ide: fix halted IO segfault at resetJohn Snow1-0/+1
2016-07-29vhost: add vhost_net_set_backend()Marc-André Lureau3-6/+17
2016-07-29vhost-user: add error report in vhost_user_write()Marc-André Lureau1-3/+10
2016-07-29tests: fix vhost-user-test leakMarc-André Lureau1-0/+1
2016-07-29tests: plug some leaks in virtio-net-testMarc-André Lureau1-3/+9
2016-07-29vhost-user: wait until backend init is completedMarc-André Lureau1-2/+16
2016-07-29char: add and use tcp_chr_wait_connectedMarc-André Lureau1-19/+44
2016-07-29char: add chr_wait_connected callbackMarc-André Lureau2-0/+17
2016-07-29vhost: add assert() to check runtime behaviourMarc-André Lureau1-0/+9
2016-07-29vhost-net: vhost_migration_done is vhost-user specificMarc-André Lureau1-5/+3