summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-05nvme: bump PCI revisionChristoph Hellwig1-1/+1
2016-08-05nvme: fix identify to be NVMe 1.1 compliantChristoph Hellwig1-7/+52
2016-08-05block: Accept any target node for transactional blockdev-backupKevin Wolf2-5/+5
2016-08-05docker: Add "--enable-werror" to configure command lineFam Zheng1-0/+1
2016-08-05docker: Be compatible with older dockerFam Zheng1-3/+2
2016-08-04Xen PCI passthrough: fix passthrough failure when no interrupt pinBruce Rogers1-1/+1
2016-08-04Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160804' int...Peter Maydell3-12/+36
2016-08-04linux-user: Handle brk() attempts with very large sizesPeter Maydell1-1/+1
2016-08-04linux-user: Fix target_semid_ds structure definitionPeter Maydell2-7/+25
2016-08-04linux-user: Don't write off end of new_utsname bufferPeter Maydell1-3/+5
2016-08-04linux-user: Fix memchr() argument in open_self_cmdline()Peter Maydell1-1/+1
2016-08-04linux-user: Use correct alignment for long long on i386 guestsPeter Maydell1-0/+4
2016-08-04Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell33-217/+251
2016-08-03Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20160803-1' into s...Peter Maydell1-1/+9
2016-08-03util: Fix assertion in iov_copy() upon zero 'bytes' and non-zero 'offset'Shmulik Ladkani1-1/+2
2016-08-03qdev: Fix use after free in qdev_init_nofail error pathFam Zheng1-0/+2
2016-08-03Reorganize help output of '-display' optionRobert Ho1-7/+22
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-03Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160803-1' into s...Peter Maydell7-101/+116
2016-08-03vnc: ensure connection sharing/limits is always configuredDaniel P. Berrange1-0/+3
2016-08-03vnc: fix crash when vnc_server_info_get has an errorDaniel P. Berrange1-1/+1
2016-08-03vnc: don't crash getting server info if lsock is NULLDaniel P. Berrange1-0/+5
2016-08-03xen: use a common function for pv and hvm guest backend register callsJuergen Gross4-9/+13
2016-08-03Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-next-2016-08-03-...Peter Maydell1-2/+1
2016-08-03Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160803' into...Peter Maydell3-14/+20
2016-08-03io: remove mistaken call to object_ref on QTaskDaniel P. Berrange1-2/+1
2016-08-03xen: drain submit queue in xen-usb before removing deviceJuergen Gross1-33/+63
2016-08-03xen: when removing a backend don't remove many of themJuergen Gross1-39/+19
2016-08-03kvm-irqchip: only commit route when irqchip is usedPeter Xu1-0/+8
2016-08-03spapr: Error out when CPU hotplug is attempted on older pseries machinesBharata B Rao2-14/+12
2016-08-02Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into s...Peter Maydell1-0/+7
2016-08-02ehci: faster frame index calculation for skipped framesEvgeny Yakovlev1-16/+15
2016-08-02wxx: Fix compilation of host-libusb.cStefan Weil1-3/+4
2016-08-02wxx: Fix compiler warning for host-libusb.cStefan Weil1-1/+2
2016-08-02MAINTAINERS: Add Host Memory Backends sectionEduardo Habkost1-0/+7
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