summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-17target-ppc: Bug in BookE wait instructionJakub Horak1-1/+1
2016-06-17ppc / sparc: Add a tester for checking whether OpenBIOS runs successfullyThomas Huth2-0/+96
2016-06-17MAINTAINERS: add Marcel to PCIMichael S. Tsirkin1-0/+1
2016-06-17msi_init: change return value to 0 on successCao jin1-3/+3
2016-06-17fix some coding style problemsCao jin6-3/+35
2016-06-17pci core: assert ENOSPC when add capabilityCao jin1-4/+2
2016-06-17test: start vhost-user reconnect testMarc-André Lureau1-17/+119
2016-06-17tests: append i386 testsMarc-André Lureau1-1/+1
2016-06-17vhost-net: save & restore vring enable stateMarc-André Lureau2-0/+12
2016-06-17vhost-net: save & restore vhost-user acked featuresMarc-André Lureau4-1/+40
2016-06-17vhost-net: do not crash if backend is not presentMarc-André Lureau1-1/+6
2016-06-17vhost-user: disconnect on start failureMarc-André Lureau1-1/+2
2016-06-17qemu-char: add qemu_chr_disconnect to close a fd accepted by listen fdTetsuya Mukawa2-0/+15
2016-06-17tests/vhost-user-bridge: workaround stale vring baseMarc-André Lureau1-0/+7
2016-06-17tests/vhost-user-bridge: add client modeMarc-André Lureau1-14/+30
2016-06-17vhost-user: add ability to know vhost-user backend disconnectionTetsuya Mukawa1-0/+19
2016-06-17pci: fix pci_requester_id()Peter Xu3-3/+101
2016-06-17hw/ppc/spapr: Silence deprecation message in qtest modeThomas Huth1-1/+4
2016-06-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell77-291/+273
2016-06-16vl: smp_parse: cleanupsAndrew Jones1-19/+15
2016-06-16scsi: esp: make cmdbuf big enough for maximum CDB sizePrasad J Pandit2-3/+6
2016-06-16scsi: esp: clean up handle_ti/esp_do_dma if s->do_cmdPaolo Bonzini1-7/+4
2016-06-16scsi: esp: respect FIFO invariant after message phasePaolo Bonzini1-1/+1
2016-06-16scsi: esp: check buffer length before reading scsi commandPrasad J Pandit1-0/+3
2016-06-16nbd: Avoid magic number for NBD max name sizeEric Blake3-3/+9
2016-06-16nbd: Detect servers that send unexpected error valuesEric Blake1-1/+3
2016-06-16nbd: Clean up ioctl handling of qemu-nbd -cEric Blake1-5/+15
2016-06-16nbd: Group all Linux-specific ioctl code in one placeEric Blake2-18/+13
2016-06-16nbd: Reject unknown request flagsEric Blake1-0/+5
2016-06-16nbd: Improve server handling of bogus commandsEric Blake1-19/+47
2016-06-16nbd: Quit server after any write errorEric Blake1-9/+23
2016-06-16nbd: More debug typo fixes, use correct formatsEric Blake2-40/+49
2016-06-16nbd: Use BDRV_REQ_FUA for better FUA where supportedEric Blake1-10/+6
2016-06-16vl.c: Add '-L help' which lists data dirs.Richard W.M. Jones2-1/+14
2016-06-16KVM: use KVM_CAP_MAX_VCPU_IDGreg Kurz1-1/+7
2016-06-16scsi-disk: Use (unsigned long) typecasts when using "%lu" format stringThomas Huth1-4/+4
2016-06-16target-i386: kvm: cache KVM_GET_SUPPORTED_CPUID dataChao Peng1-2/+7
2016-06-16nbd: simplify the nbd_request and nbd_reply structsPaolo Bonzini1-6/+7
2016-06-16nbd: Don't use cpu_to_*w() functionsPeter Maydell1-5/+5
2016-06-16nbd: Don't use *_to_cpup() functionsPeter Maydell3-11/+11
2016-06-16configure: Remove unused CONFIG_SIGEV_THREAD_ID switchThomas Huth1-22/+0
2016-06-16avx2 configure: Use primitives in testDr. David Alan Gilbert2-12/+13
2016-06-16Make avx2 configure test work with -O2Dr. David Alan Gilbert1-1/+1
2016-06-16Makefile: Fix tag file generation targetsSergey Fedorov1-2/+2
2016-06-16configure: Enable -Werror for MinGW builds, tooThomas Huth1-1/+1
2016-06-16clean-includes: run it once morePaolo Bonzini12-9/+3
2016-06-16os-posix: include sys/mman.hPaolo Bonzini54-68/+4
2016-06-16configure: Remove unused CONFIG_ZERO_MALLOC settingThomas Huth1-16/+0
2016-06-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell31-484/+1183
2016-06-16Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-06-16' in...Kevin Wolf16-64/+646