aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-15nbd/server: refactor nbd_tripVladimir Sementsov-Ogievskiy
2017-06-15nbd/server: rename rc to retVladimir Sementsov-Ogievskiy
2017-06-15nbd/server: get rid of fail: return rcVladimir Sementsov-Ogievskiy
2017-06-15nbd/server: nbd_negotiate: fix error pathVladimir Sementsov-Ogievskiy
2017-06-15nbd/server: remove NBDClientNewDataVladimir Sementsov-Ogievskiy
2017-06-15nbd/server: refactor nbd_co_receive_requestVladimir Sementsov-Ogievskiy
2017-06-15nbd/server: get rid of EAGAIN dead codeVladimir Sementsov-Ogievskiy
2017-06-15nbd/server: refactor nbd_co_send_replyVladimir Sementsov-Ogievskiy
2017-06-15nbd/server: get rid of ssize_tVladimir Sementsov-Ogievskiy
2017-06-15nbd/server: get rid of nbd_negotiate_read and friendsVladimir Sementsov-Ogievskiy
2017-06-15nbd: make nbd_drop publicVladimir Sementsov-Ogievskiy
2017-06-15nbd: rename read_sync and friendsVladimir Sementsov-Ogievskiy
2017-06-15accel: move kvm related accelerator files into accel/Yang Zhong
2017-06-15tcg: move tcg backend files into accel/tcg/Yang Zhong
2017-06-15tcg: move tcg related files into accel/tcg/ subdirectoryYang Zhong
2017-06-15accel: split the tcg accelerator from accel.c fileYang Zhong
2017-06-15qemu-nbd: Ignore SIGPIPEMax Reitz
2017-06-15nbd: Fix regression on resiliency to port scanEric Blake
2017-06-15hax-all: make async_safe_run_on_cpu safe on HAX tooPaolo Bonzini
2017-06-15kvm-all: make async_safe_run_on_cpu safe on kvm tooRoman Kagan
2017-06-15vl: Fix broken thread=xxx option of the --accel parameterThomas Huth
2017-06-15Makefile: Do not generate files if "configure" has not been run yetThomas Huth
2017-06-15megasas: always store SCSIRequest* into MegasasCmdPaolo Bonzini
2017-06-15megasas: do not read SCSI req parameters more than once from framePaolo Bonzini
2017-06-15megasas: do not read command more than once from framePaolo Bonzini
2017-06-15megasas: do not read DCMD opcode more than once from framePaolo Bonzini
2017-06-15megasas: do not read iovec count more than once from framePaolo Bonzini
2017-06-15megasas: do not read sense length more than once from framePaolo Bonzini
2017-06-15megasas: add qtestPaolo Bonzini
2017-06-15memory: remove memory_region_set_fdMarc-André Lureau
2017-06-15ivshmem: use ram_from_fd()Marc-André Lureau
2017-06-15Add memory_region_init_ram_from_fd()Marc-André Lureau
2017-06-15exec: split qemu_ram_alloc_from_file()Marc-André Lureau
2017-06-15exec: split file_ram_alloc()Marc-André Lureau
2017-06-15exec: check kvm mmu notifiers earlierMarc-André Lureau
2017-06-15Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170614' i...Peter Maydell
2017-06-15target-m68k: define ext_opsizeLaurent Vivier
2017-06-15target-m68k: move FPU helpers to fpu_helper.cLaurent Vivier
2017-06-15softfloat: define 680x0 specific valuesLaurent Vivier
2017-06-15target/m68k: fix V flag for CC_OP_SUBxLaurent Vivier
2017-06-14block/iscsi: enable filename option and parsingJeff Cody
2017-06-14block/rbd: enable filename option and parsingJeff Cody
2017-06-14migration: Don't create decompression threads if not enabledJuan Quintela
2017-06-14migration: Test for disabled features on receptionJuan Quintela
2017-06-14migration: Remove unneeded includesJuan Quintela
2017-06-14migration: fix incorrect enable return pathPeter Xu
2017-06-14migration: Fix compilation with older compilersJuan Quintela
2017-06-14spice: don't enter opengl mode in case another UI provides opengl supportGerd Hoffmann
2017-06-14sdl: prefer sdl2 over sdl1Gerd Hoffmann
2017-06-14gtk: prefer gtk3 over gtk2Gerd Hoffmann