summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-16docker: Add libaio to fedora imageFam Zheng1-1/+1
2017-06-16docker: Add bzip2 and hostname to fedora imageFam Zheng1-1/+1
2017-06-16docker: Run tests with current userFam Zheng1-1/+1
2017-06-15Merge remote-tracking branch 'remotes/rth/tags/pull-s390-20170613' into stagingPeter Maydell7-46/+66
2017-06-15vhost-user-scsi: Introduce a vhost-user-scsi sample applicationFelipe Franciosi5-5/+900
2017-06-15vhost-user-scsi: Introduce vhost-user-scsi host deviceFelipe Franciosi10-1/+315
2017-06-15qemu-doc: include version numberPaolo Bonzini2-14/+8
2017-06-15docs: create interop/ subdirectoryPaolo Bonzini13-39/+50
2017-06-15include/exec/poison: Mark some CONFIG defines as poisoned, tooThomas Huth1-0/+20
2017-06-15include/exec/poison: Add missing TARGET definesThomas Huth1-0/+11
2017-06-15nbd/server: refactor nbd_tripVladimir Sementsov-Ogievskiy1-33/+20
2017-06-15nbd/server: rename rc to retVladimir Sementsov-Ogievskiy1-19/+19
2017-06-15nbd/server: get rid of fail: return rcVladimir Sementsov-Ogievskiy1-16/+12
2017-06-15nbd/server: nbd_negotiate: fix error pathVladimir Sementsov-Ogievskiy1-1/+2
2017-06-15nbd/server: remove NBDClientNewDataVladimir Sementsov-Ogievskiy1-18/+7
2017-06-15nbd/server: refactor nbd_co_receive_requestVladimir Sementsov-Ogievskiy1-28/+13
2017-06-15nbd/server: get rid of EAGAIN dead codeVladimir Sementsov-Ogievskiy1-11/+7
2017-06-15nbd/server: refactor nbd_co_send_replyVladimir Sementsov-Ogievskiy1-4/+4
2017-06-15nbd/server: get rid of ssize_tVladimir Sementsov-Ogievskiy1-10/+8
2017-06-15nbd/server: get rid of nbd_negotiate_read and friendsVladimir Sementsov-Ogievskiy1-85/+22
2017-06-15nbd: make nbd_drop publicVladimir Sementsov-Ogievskiy3-26/+28
2017-06-15nbd: rename read_sync and friendsVladimir Sementsov-Ogievskiy6-56/+48
2017-06-15accel: move kvm related accelerator files into accel/Yang Zhong9-17/+22
2017-06-15tcg: move tcg backend files into accel/tcg/Yang Zhong10-11/+8
2017-06-15tcg: move tcg related files into accel/tcg/ subdirectoryYang Zhong8-10/+14
2017-06-15accel: split the tcg accelerator from accel.c fileYang Zhong6-28/+65
2017-06-15qemu-nbd: Ignore SIGPIPEMax Reitz1-0/+4
2017-06-15nbd: Fix regression on resiliency to port scanEric Blake4-13/+23
2017-06-15hax-all: make async_safe_run_on_cpu safe on HAX tooPaolo Bonzini1-1/+2
2017-06-15kvm-all: make async_safe_run_on_cpu safe on kvm tooRoman Kagan1-0/+2
2017-06-15vl: Fix broken thread=xxx option of the --accel parameterThomas Huth1-8/+5
2017-06-15Makefile: Do not generate files if "configure" has not been run yetThomas Huth1-0/+2
2017-06-15megasas: always store SCSIRequest* into MegasasCmdPaolo Bonzini2-15/+51
2017-06-15megasas: do not read SCSI req parameters more than once from framePaolo Bonzini1-34/+26
2017-06-15megasas: do not read command more than once from framePaolo Bonzini1-35/+25
2017-06-15megasas: do not read DCMD opcode more than once from framePaolo Bonzini1-14/+11
2017-06-15megasas: do not read iovec count more than once from framePaolo Bonzini1-4/+5
2017-06-15megasas: do not read sense length more than once from framePaolo Bonzini1-2/+4
2017-06-15megasas: add qtestPaolo Bonzini2-0/+54
2017-06-15memory: remove memory_region_set_fdMarc-André Lureau2-21/+0
2017-06-15ivshmem: use ram_from_fd()Marc-André Lureau1-8/+6
2017-06-15Add memory_region_init_ram_from_fd()Marc-André Lureau2-0/+36
2017-06-15exec: split qemu_ram_alloc_from_file()Marc-André Lureau2-15/+33
2017-06-15exec: split file_ram_alloc()Marc-André Lureau1-37/+46
2017-06-15exec: check kvm mmu notifiers earlierMarc-André Lureau1-6/+6
2017-06-15Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170614' i...Peter Maydell17-44/+30
2017-06-15target-m68k: define ext_opsizeLaurent Vivier1-19/+24
2017-06-15target-m68k: move FPU helpers to fpu_helper.cLaurent Vivier3-89/+113
2017-06-15softfloat: define 680x0 specific valuesLaurent Vivier1-3/+31
2017-06-15target/m68k: fix V flag for CC_OP_SUBxLaurent Vivier1-1/+1