aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-07nbd: make it thread-safe, fix qcow2 over nbdPaolo Bonzini1-21/+9
2017-06-07target/i386: Add GDB XML description for SSE registersAbdallah Bouassida6-6/+146
2017-06-07i386/kvm: do not zero out segment flags if segment is unusable or not presentRoman Pen1-12/+8
2017-06-07edu: fix memory leak on msi_broken platformsPaolo Bonzini1-6/+6
2017-06-07linuxboot_dma: compile for i486Paolo Bonzini2-0/+1
2017-06-07kvmclock: update system_time_msr address forciblyDenis Plotnikov1-0/+3
2017-06-07nbd: Fully initialize client in case of failed negotiationEric Blake2-6/+4
2017-06-07sockets: improve error reporting if UNIX socket path is too longDaniel P. Berrange1-22/+46
2017-06-07i386: fix read/write cr with icount optionMihail Abakumov1-0/+12
2017-06-07target/i386: use multiple CPU AddressSpacesPaolo Bonzini5-55/+47
2017-06-07target/i386: enable A20 automatically in system management modePaolo Bonzini3-27/+42
2017-06-07arm_gicv3: Fix ICC_BPR1 reset value when EL3 not implementedPeter Maydell1-5/+1
2017-06-07configure: split c and cxx extra flagsBruno Dominguez3-37/+44
2017-06-07Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170607' i...Peter Maydell4-194/+114
2017-06-07coroutine-lock: do not touch coroutine after another one has been enteredRoman Pen2-2/+22
2017-06-07.gdbinit: load QEMU sub-commands when gdb startsStefan Hajnoczi2-0/+9
2017-06-07coccinelle: fix typo in commentPhilippe Mathieu-Daudé1-1/+1
2017-06-07oslib: strip trailing '\n' from error_setg() string argumentPhilippe Mathieu-Daudé1-1/+1
2017-06-07simpletrace: Improve the error message if event is not declaredJose Ricardo Ziviani1-1/+9
2017-06-07Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.10-pull-request'...Peter Maydell3-0/+14
2017-06-07Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell3-80/+60
2017-06-07target/m68k: implement rtdLaurent Vivier3-0/+14
2017-06-07Merge remote-tracking branch 'remotes/rth/tags/pull-s390-20170606' into stagingPeter Maydell11-496/+1553
2017-06-07qemu/migration: fix the double free problem on from_src_fileQingFeng Hao1-1/+0
2017-06-07ram: Make RAMState dynamicJuan Quintela1-23/+35
2017-06-07ram: Use MigrationStats for statisticsJuan Quintela3-144/+61
2017-06-07ram: Move ZERO_TARGET_PAGE inside XBZRLEJuan Quintela1-5/+6
2017-06-07ram: Call migration_page_queue_free() at ram_migration_cleanup()Juan Quintela3-5/+3
2017-06-07ram: We only print throttling information sometimesJuan Quintela1-5/+5
2017-06-07ram: Unfold get_xbzrle_cache_stats() into populate_ram_info()Juan Quintela1-18/+11
2017-06-07Revert "Change net/socket.c to use socket_*() functions" againDaniel P. Berrange1-71/+56
2017-06-07net/rocker: Cleanup the useless return value checkMao Zhongyi2-9/+4
2017-06-06target/s390x: addressing exceptions are suppressingDavid Hildenbrand1-1/+1
2017-06-06target/s390x: mark ETF2 and ETF2-ENH facilities as availableAurelien Jarno1-0/+2
2017-06-06target/s390x: check alignment in CDSG in the !CONFIG_ATOMIC128 caseAurelien Jarno1-0/+2
2017-06-06target/s390x: implement STORE PAIR TO QUADWORDAurelien Jarno4-0/+33
2017-06-06target/s390x: implement LOAD PAIR FROM QUADWORDAurelien Jarno4-0/+37
2017-06-06target/s390x: implement TRANSLATE ONE/TWO TO ONE/TWOAurelien Jarno4-0/+85
2017-06-06target/s390x: implement TEST DECIMALAurelien Jarno4-0/+36
2017-06-06target/s390x: implement UNPACK UNICODEAurelien Jarno4-10/+60
2017-06-06target/s390x: implement UNPACK ASCIIAurelien Jarno4-0/+71
2017-06-06target/s390x: implement PACK UNICODEAurelien Jarno4-9/+40
2017-06-06target/s390x: implement PACK ASCIIAurelien Jarno4-0/+54
2017-06-06target/s390x: implement MOVE LONG UNICODEAurelien Jarno4-6/+65
2017-06-06target/s390x: implement COMPARE LOGICAL LONG UNICODEAurelien Jarno5-15/+90
2017-06-06target/s390x: improve MOVE LONG and MOVE LONG EXTENDEDAurelien Jarno2-60/+70
2017-06-06target/s390x: fix adj_len_to_pageAurelien Jarno1-1/+1
2017-06-06target/s390x: implement COMPARE LOGICAL LONGAurelien Jarno4-23/+83
2017-06-06target/s390x: fix COMPARE LOGICAL LONG EXTENDEDAurelien Jarno2-22/+52
2017-06-06target/s390x: improve 24-bit and 31-bit lengths read/writeAurelien Jarno1-14/+33